unisnatller is set in builder file
This commit is contained in:
parent
7ab09be7ff
commit
1fcbb7a67e
@ -4,10 +4,10 @@
|
|||||||
; credits: http://www.opsi.org/en/credits/
|
; 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 $IniFile32$ = $InstallDir32$ + "\opsi-" + $ProductId$ + ".ini"
|
||||||
|
|
||||||
Set $UninstallProgram64$ = $InstallDir64$ + "\gs" + $VERSION$ + "\uninstgs.exe"
|
Set $UninstallProgram64$ = $InstallDir64$ + "\" + $UninstallProg64$
|
||||||
Set $IniFile64$ = $InstallDir64$ + "\opsi-" + $ProductId$ + ".ini"
|
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")
|
if (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specific")) or ($INST_architecture$ = "both") or ($INST_architecture$ = "32 only")
|
||||||
|
Loading…
Reference in New Issue
Block a user