cracy dir naming changed from 9.05

This commit is contained in:
Mario Fetka 2013-03-12 13:12:35 +01:00
parent 929bbb2b22
commit 7ab09be7ff
2 changed files with 3 additions and 3 deletions

View File

@ -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")

View File

@ -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"