correct ins scripts

This commit is contained in:
Mario Fetka 2011-06-24 23:40:46 +02:00
parent 23ff80dfb3
commit 2e0b56fd22
2 changed files with 6 additions and 6 deletions

View File

@ -34,11 +34,11 @@ Set $LogDir$ = "%SystemDrive%\tmp"
;$ProductId$ should be the name of the product in opsi
; therefore please: only lower letters, no umlauts,
; no white space use '-' as a seperator
Set $ProductId$ = "ghostscript"
Set $ProductId$ = "edocprintpro"
Set $MinimumSpace$ = "20 MB"
; the path were we find the product after the installation
Set $InstallDir32$ = "%ProgramFiles32Dir%\gs"
Set $InstallDir64$ = "%ProgramFiles64Dir%\gs"
Set $InstallDir32$ = "%CommonProgramsDir%\MAYComputer\eDocPrintPro"
Set $InstallDir64$ = "%CommonProgramsDir%\MAYComputer\eDocPrintPro"
Set $LicenseRequired$ = "false"
Set $LicensePool$ = "p_" + $ProductId$
; ----------------------------------------------------------------

View File

@ -29,9 +29,9 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; ----------------------------------------------------------------
; - Please edit the following values -
; ----------------------------------------------------------------
Set $ProductId$ = "ghostscript"
Set $InstallDir32$ = "%ProgramFiles32Dir%\gs"
Set $InstallDir64$ = "%ProgramFiles64Dir%\gs"
Set $ProductId$ = "edocprintpro"
Set $InstallDir32$ = "%CommonProgramsDir%\MAYComputer\eDocPrintPro"
Set $InstallDir64$ = "%CommonProgramsDir%\MAYComputer\eDocPrintPro"
Set $LicenseRequired$ = "false"
Set $LicensePool$ = "p_" + $ProductId$
; ----------------------------------------------------------------