make the uninstall silent via autoit

This commit is contained in:
Mario Fetka 2013-08-22 10:18:25 +02:00
parent d67aa60940
commit 33385cb138
5 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ VERSION=version
[install] [install]
AddUninstall=1 AddUninstall=1
AddUninstallShortcut=1 AddUninstallShortcut=1
DesktopShortcut=1 DesktopShortcut=0
InstallTo=1 InstallTo=1
StartMenuShortcut=1 StartMenuShortcut=1
NoUserInteraction=1 NoUserInteraction=1

View File

@ -84,7 +84,7 @@ copy "$IniCfgFile$" "$InstallDir$"
; Example of recursively copying some files into the installation directory: ; Example of recursively copying some files into the installation directory:
; ;
; copy -s "%ScriptPath%\files\*.*" "$InstallDir$" copy "%ScriptPath%\zipuninst.exe" "$InstallDir$"
[Registry_install] [Registry_install]
; Example of setting some values of an registry key: ; Example of setting some values of an registry key:

BIN
CLIENT_DATA/zipuninst.exe Normal file

Binary file not shown.

View File

@ -28,7 +28,7 @@ ICON_DL_INDEX=0
OPSI_INI_SECTION[0]="X86" OPSI_INI_SECTION[0]="X86"
OPSI_INI_OPTION[0]="UninstallProg" OPSI_INI_OPTION[0]="UninstallProg"
OPSI_INI_VALUE[0]="zipinst.exe" OPSI_INI_VALUE[0]="zipuninst.exe"
OPSI_INI_SECTION[1]="install" OPSI_INI_SECTION[1]="install"
OPSI_INI_OPTION[1]="ProductVersion" OPSI_INI_OPTION[1]="ProductVersion"

BIN
zipuninst.au3 Normal file

Binary file not shown.