changed installer

This commit is contained in:
Mario Fetka 2015-11-19 15:30:53 +01:00
parent 1ee8920de9
commit af7d60bc53
3 changed files with 4 additions and 4 deletions

View File

@ -39,10 +39,10 @@ comment "Delete program shortcuts"
LinkFolder_uninstall
[Winbatch_uninstall_old]
"$UninstallProgramOld$" /S
"$UninstallProgramOld$" /silent /norestart /SUPPRESSMSGBOXES /nocancel
[Winbatch_uninstall]
"$UninstallProgram$" /S
"$UninstallProgram$" /silent /norestart /SUPPRESSMSGBOXES /nocancel
[Files_uninstall]
; Example for recursively deleting the installation directory:

View File

@ -76,7 +76,7 @@ else
endif
[Winbatch_install]
"$InstallExe$" /S /D=$InstallDir$
"$InstallExe$" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /Dir=$InstallDir$
[Files_install]
; copy the ini file to the InstallDir

View File

@ -28,5 +28,5 @@ ICON_DL_INDEX=0
OPSI_INI_SECTION[0]="X86"
OPSI_INI_OPTION[0]="UninstallProg"
OPSI_INI_VALUE[0]="uninstall.exe"
OPSI_INI_VALUE[0]="Uninstall\uninst000.exe"