11-28
This commit is contained in:
14
install.txt
14
install.txt
@ -6,4 +6,18 @@
|
||||
SetRegView 32
|
||||
WriteRegExpandStr HKLM "${INSTALL_REGISTRY_KEY}" InstallLocation "installurl"
|
||||
WriteRegExpandStr HKCU "${INSTALL_REGISTRY_KEY}" InstallLocation "installurl"
|
||||
!macroend
|
||||
|
||||
!macro customUnInstall
|
||||
SetRegView 64
|
||||
DeleteRegKey HKLM "${INSTALL_REGISTRY_KEY}" ;
|
||||
DeleteRegKey HKCU "${INSTALL_REGISTRY_KEY}" ;
|
||||
SetRegView 32
|
||||
DeleteRegKey HKLM "${INSTALL_REGISTRY_KEY}"
|
||||
DeleteRegKey HKCU "${INSTALL_REGISTRY_KEY}"
|
||||
|
||||
Delete "$APPDATA\${APP_ID}\*.*"
|
||||
RMDir /r "$APPDATA\${APP_ID}"
|
||||
Delete "$LOCALAPPDATA\${APP_ID}\*.*"
|
||||
RMDir /r "$LOCALAPPDATA\${APP_ID}"
|
||||
!macroend
|
||||
Reference in New Issue
Block a user