Bump and correct install patch

This commit is contained in:
Mario Fetka
2013-01-28 16:22:08 +01:00
parent 549aae71e2
commit 59f1963b4d
5 changed files with 6 additions and 6 deletions

View File

@@ -41,7 +41,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
Set $ProductId$ = "emclient.emclient"
Set $MinimumSpace$ = "50 MB"
; the path were we find the product after the installation
Set $InstallDir$ = "%ProgramFiles32Dir%\eMClient"
Set $InstallDir$ = "%ProgramFiles32Dir%\eM Client"
Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini"
Set $LicenseRequired$ = "false"
Set $LicensePool$ = "p_" + $ProductId$

View File

@@ -34,7 +34,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; - Please edit the following values -
; ----------------------------------------------------------------
Set $ProductId$ = "emclient.emclient"
Set $InstallDir$ = "%ProgramFiles32Dir%\eMClient"
Set $InstallDir$ = "%ProgramFiles32Dir%\eM Client"
Set $LicenseRequired$ = "false"
Set $LicensePool$ = "p_" + $ProductId$
; ----------------------------------------------------------------