diff --git a/CLIENT_DATA/setup.ins b/CLIENT_DATA/setup.ins index 5d74873..a570e15 100644 --- a/CLIENT_DATA/setup.ins +++ b/CLIENT_DATA/setup.ins @@ -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$ ; ---------------------------------------------------------------- diff --git a/CLIENT_DATA/uninstall.ins b/CLIENT_DATA/uninstall.ins index 994fa1d..2827cd8 100644 --- a/CLIENT_DATA/uninstall.ins +++ b/CLIENT_DATA/uninstall.ins @@ -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$ ; ----------------------------------------------------------------