make the uninstall silent via autoit
This commit is contained in:
@@ -7,7 +7,7 @@ VERSION=version
|
||||
[install]
|
||||
AddUninstall=1
|
||||
AddUninstallShortcut=1
|
||||
DesktopShortcut=1
|
||||
DesktopShortcut=0
|
||||
InstallTo=1
|
||||
StartMenuShortcut=1
|
||||
NoUserInteraction=1
|
||||
|
||||
@@ -84,7 +84,7 @@ copy "$IniCfgFile$" "$InstallDir$"
|
||||
|
||||
; Example of recursively copying some files into the installation directory:
|
||||
;
|
||||
; copy -s "%ScriptPath%\files\*.*" "$InstallDir$"
|
||||
copy "%ScriptPath%\zipuninst.exe" "$InstallDir$"
|
||||
|
||||
[Registry_install]
|
||||
; Example of setting some values of an registry key:
|
||||
|
||||
BIN
CLIENT_DATA/zipuninst.exe
Normal file
BIN
CLIENT_DATA/zipuninst.exe
Normal file
Binary file not shown.
Reference in New Issue
Block a user