Correct install path

This commit is contained in:
Mario Fetka 2016-03-18 15:57:33 +01:00
parent 7ca779f78d
commit eb07221774
2 changed files with 4 additions and 4 deletions

View File

@ -49,8 +49,8 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; no white space use '-' as a seperator
Set $MinimumSpace$ = "150 MB"
; the path were we find the product after the installation
Set $InstallDir32$ = "%ProgramFiles32Dir%\Nitro\Reader 3"
Set $InstallDir64$ = "%ProgramFiles64Dir%\Nitro\Reader 3"
Set $InstallDir32$ = "%ProgramFiles32Dir%\Nitro\Reader 5"
Set $InstallDir64$ = "%ProgramFiles64Dir%\Nitro\Reader 5"
; ----------------------------------------------------------------
Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini"

View File

@ -40,8 +40,8 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; ----------------------------------------------------------------
; - Please edit the following values -
; ----------------------------------------------------------------
Set $InstallDir32$ = "%ProgramFiles32Dir%\Nitro\Reader 3"
Set $InstallDir64$ = "%ProgramFiles64Dir%\Nitro\Reader 3"
Set $InstallDir32$ = "%ProgramFiles32Dir%\Nitro\Reader 5"
Set $InstallDir64$ = "%ProgramFiles64Dir%\Nitro\Reader 5"
; ----------------------------------------------------------------
Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini"