correct type in imstall patch

This commit is contained in:
Mario Fetka 2013-02-24 08:14:13 +01:00
parent 5458dd12bb
commit a7a2b1023f
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
Set $ProductId$ = "adobe.acrobatreader"
Set $MinimumSpace$ = "150 MB"
; the path were we find the product after the installation
Set $InstallDir$ = "%ProgramFiles32Dir%\Adobe\Reader 10.0\Reader\"
Set $InstallDir$ = "%ProgramFiles32Dir%\Adobe\Reader 11.0\Reader\"
Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini"
; ----------------------------------------------------------------

View File

@ -32,7 +32,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; - Please edit the following values -
; ----------------------------------------------------------------
Set $ProductId$ = "adobe.acrobatreader"
Set $InstallDir$ = "%ProgramFiles32Dir%\Adobe\Reader 10.0\Reader\"
Set $InstallDir$ = "%ProgramFiles32Dir%\Adobe\Reader 11.0\Reader\"
; ----------------------------------------------------------------