unisnatller is set in builder file

This commit is contained in:
Mario Fetka 2013-03-13 19:40:39 +01:00
parent 7ab09be7ff
commit 1fcbb7a67e
1 changed files with 2 additions and 2 deletions

View File

@ -4,10 +4,10 @@
; credits: http://www.opsi.org/en/credits/
Set $UninstallProgram32$ = $InstallDir32$ + "\gs" + $VERSION$ + "\uninstgs.exe"
Set $UninstallProgram32$ = $InstallDir32$ + "\" + $UninstallProg32$
Set $IniFile32$ = $InstallDir32$ + "\opsi-" + $ProductId$ + ".ini"
Set $UninstallProgram64$ = $InstallDir64$ + "\gs" + $VERSION$ + "\uninstgs.exe"
Set $UninstallProgram64$ = $InstallDir64$ + "\" + $UninstallProg64$
Set $IniFile64$ = $InstallDir64$ + "\opsi-" + $ProductId$ + ".ini"
if (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specific")) or ($INST_architecture$ = "both") or ($INST_architecture$ = "32 only")