correct ins scripts
This commit is contained in:
parent
23ff80dfb3
commit
2e0b56fd22
@ -34,11 +34,11 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
|||||||
;$ProductId$ should be the name of the product in opsi
|
;$ProductId$ should be the name of the product in opsi
|
||||||
; therefore please: only lower letters, no umlauts,
|
; therefore please: only lower letters, no umlauts,
|
||||||
; no white space use '-' as a seperator
|
; no white space use '-' as a seperator
|
||||||
Set $ProductId$ = "ghostscript"
|
Set $ProductId$ = "edocprintpro"
|
||||||
Set $MinimumSpace$ = "20 MB"
|
Set $MinimumSpace$ = "20 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"
|
Set $InstallDir32$ = "%CommonProgramsDir%\MAYComputer\eDocPrintPro"
|
||||||
Set $InstallDir64$ = "%ProgramFiles64Dir%\gs"
|
Set $InstallDir64$ = "%CommonProgramsDir%\MAYComputer\eDocPrintPro"
|
||||||
Set $LicenseRequired$ = "false"
|
Set $LicenseRequired$ = "false"
|
||||||
Set $LicensePool$ = "p_" + $ProductId$
|
Set $LicensePool$ = "p_" + $ProductId$
|
||||||
; ----------------------------------------------------------------
|
; ----------------------------------------------------------------
|
||||||
|
@ -29,9 +29,9 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
|||||||
; ----------------------------------------------------------------
|
; ----------------------------------------------------------------
|
||||||
; - Please edit the following values -
|
; - Please edit the following values -
|
||||||
; ----------------------------------------------------------------
|
; ----------------------------------------------------------------
|
||||||
Set $ProductId$ = "ghostscript"
|
Set $ProductId$ = "edocprintpro"
|
||||||
Set $InstallDir32$ = "%ProgramFiles32Dir%\gs"
|
Set $InstallDir32$ = "%CommonProgramsDir%\MAYComputer\eDocPrintPro"
|
||||||
Set $InstallDir64$ = "%ProgramFiles64Dir%\gs"
|
Set $InstallDir64$ = "%CommonProgramsDir%\MAYComputer\eDocPrintPro"
|
||||||
Set $LicenseRequired$ = "false"
|
Set $LicenseRequired$ = "false"
|
||||||
Set $LicensePool$ = "p_" + $ProductId$
|
Set $LicensePool$ = "p_" + $ProductId$
|
||||||
; ----------------------------------------------------------------
|
; ----------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user