cracy wininst problem so work around

This commit is contained in:
Mario Fetka 2012-02-28 06:13:04 +01:00
parent a412a7d116
commit e4d9b98e79
2 changed files with 4 additions and 4 deletions

View File

@ -42,8 +42,8 @@ Set $LogDir$ = "%SystemDrive%\tmp"
Set $ProductId$ = "ghostscript"
Set $MinimumSpace$ = "30 MB"
; the path were we find the product after the installation
Set $InstallDir32$ = "%ProgramFiles32Dir%\gs\gs$VERSION$"
Set $InstallDir64$ = "%ProgramFiles64Dir%\gs\gs$VERSION$"
Set $InstallDir32$ = "%ProgramFiles32Dir%\gs\gs" + $VERSION$
Set $InstallDir64$ = "%ProgramFiles64Dir%\gs\gs" + $VERSION$
; ----------------------------------------------------------------
if not(HasMinimumSpace ("%SystemDrive%", $MinimumSpace$))

View File

@ -36,8 +36,8 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; - Please edit the following values -
; ----------------------------------------------------------------
Set $ProductId$ = "ghostscript"
Set $InstallDir32$ = "%ProgramFiles32Dir%\gs\gs$VERSION$"
Set $InstallDir64$ = "%ProgramFiles64Dir%\gs\gs$VERSION$"
Set $InstallDir32$ = "%ProgramFiles32Dir%\gs\gs" + $VERSION$
Set $InstallDir64$ = "%ProgramFiles64Dir%\gs\gs" + $VERSION$
; ----------------------------------------------------------------