correct install and uninstall string
This commit is contained in:
parent
c6090dd40f
commit
93bf904833
@ -39,10 +39,10 @@ comment "Delete program shortcuts"
|
|||||||
LinkFolder_uninstall
|
LinkFolder_uninstall
|
||||||
|
|
||||||
[Winbatch_uninstall_old]
|
[Winbatch_uninstall_old]
|
||||||
"$UninstallProgramOld$" /S
|
"$UninstallProgramOld$" /silent /norestart /SUPPRESSMSGBOXES /nocancel
|
||||||
|
|
||||||
[Winbatch_uninstall]
|
[Winbatch_uninstall]
|
||||||
"$UninstallProgram$" /S
|
"$UninstallProgram$" /silent /norestart /SUPPRESSMSGBOXES /nocancel
|
||||||
|
|
||||||
[Files_uninstall]
|
[Files_uninstall]
|
||||||
; Example for recursively deleting the installation directory:
|
; Example for recursively deleting the installation directory:
|
||||||
|
@ -76,7 +76,7 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
[Winbatch_install]
|
[Winbatch_install]
|
||||||
"$InstallExe$" /silent
|
"$InstallExe$" /sp- /silent /norestart /nocancel /SUPPRESSMSGBOXES
|
||||||
|
|
||||||
[Files_install]
|
[Files_install]
|
||||||
; copy the ini file to the InstallDir
|
; copy the ini file to the InstallDir
|
||||||
|
Loading…
Reference in New Issue
Block a user