changed installer
This commit is contained in:
parent
1ee8920de9
commit
af7d60bc53
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user