cracy wininst problem so work around
This commit is contained in:
parent
a412a7d116
commit
e4d9b98e79
@ -42,8 +42,8 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
|||||||
Set $ProductId$ = "ghostscript"
|
Set $ProductId$ = "ghostscript"
|
||||||
Set $MinimumSpace$ = "30 MB"
|
Set $MinimumSpace$ = "30 MB"
|
||||||
; the path were we find the product after the installation
|
; the path were we find the product after the installation
|
||||||
Set $InstallDir32$ = "%ProgramFiles32Dir%\gs\gs$VERSION$"
|
Set $InstallDir32$ = "%ProgramFiles32Dir%\gs\gs" + $VERSION$
|
||||||
Set $InstallDir64$ = "%ProgramFiles64Dir%\gs\gs$VERSION$"
|
Set $InstallDir64$ = "%ProgramFiles64Dir%\gs\gs" + $VERSION$
|
||||||
; ----------------------------------------------------------------
|
; ----------------------------------------------------------------
|
||||||
|
|
||||||
if not(HasMinimumSpace ("%SystemDrive%", $MinimumSpace$))
|
if not(HasMinimumSpace ("%SystemDrive%", $MinimumSpace$))
|
||||||
|
@ -36,8 +36,8 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
|||||||
; - Please edit the following values -
|
; - Please edit the following values -
|
||||||
; ----------------------------------------------------------------
|
; ----------------------------------------------------------------
|
||||||
Set $ProductId$ = "ghostscript"
|
Set $ProductId$ = "ghostscript"
|
||||||
Set $InstallDir32$ = "%ProgramFiles32Dir%\gs\gs$VERSION$"
|
Set $InstallDir32$ = "%ProgramFiles32Dir%\gs\gs" + $VERSION$
|
||||||
Set $InstallDir64$ = "%ProgramFiles64Dir%\gs\gs$VERSION$"
|
Set $InstallDir64$ = "%ProgramFiles64Dir%\gs\gs" + $VERSION$
|
||||||
; ----------------------------------------------------------------
|
; ----------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user