everything goes to x86 even on x64

This commit is contained in:
Mario Fetka 2013-07-16 09:29:13 +02:00
parent 58079b2cb3
commit e84c4c1040
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
Set $MinimumSpace$ = "10 MB"
; the path were we find the product after the installation
Set $InstallDir32$ = "%ProgramFiles32Dir%\iPrint"
Set $InstallDir64$ = "%ProgramFiles64Dir%\iPrint"
Set $InstallDir64$ = "%ProgramFiles32Dir%\iPrint"
; ----------------------------------------------------------------
Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini"

View File

@ -45,7 +45,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; - Please edit the following values -
; ----------------------------------------------------------------
Set $InstallDir32$ = "%ProgramFiles32Dir%\iPrint"
Set $InstallDir64$ = "%ProgramFiles64Dir%\iPrint"
Set $InstallDir64$ = "%ProgramFiles32Dir%\iPrint"
; ----------------------------------------------------------------
Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini"