cracy dir naming changed from 9.05
This commit is contained in:
parent
929bbb2b22
commit
7ab09be7ff
@ -4,10 +4,10 @@
|
||||
; credits: http://www.opsi.org/en/credits/
|
||||
|
||||
|
||||
Set $UninstallProgram32$ = $InstallDir32$ + $VERSION$ + "\uninstgs.exe"
|
||||
Set $UninstallProgram32$ = $InstallDir32$ + "\gs" + $VERSION$ + "\uninstgs.exe"
|
||||
Set $IniFile32$ = $InstallDir32$ + "\opsi-" + $ProductId$ + ".ini"
|
||||
|
||||
Set $UninstallProgram64$ = $InstallDir64$ + $VERSION$ + "\uninstgs.exe"
|
||||
Set $UninstallProgram64$ = $InstallDir64$ + "\gs" + $VERSION$ + "\uninstgs.exe"
|
||||
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")
|
||||
|
@ -36,4 +36,4 @@ OPSI_INI_VALUE[0]="${VERSION}\uninstgs.exe"
|
||||
|
||||
OPSI_INI_SECTION[1]="X86_64"
|
||||
OPSI_INI_OPTION[1]="UninstallProg64"
|
||||
OPSI_INI_VALUE[1]="${VERSION}\uninstgs.exe"
|
||||
OPSI_INI_VALUE[1]="gs${VERSION}\uninstgs.exe"
|
Loading…
Reference in New Issue
Block a user