Thank you for the reply Souporman.
Just want to share my first experience with the PSAppdeploytoolkit Adobe Reader update script. I am planning to upgrade to version 11.0.08 which is a bit different than the doc.
Steps:
Execute-MSI -Action Patch -Path "AdbeRdrSecUpd11008.msp"
note: it supposed to be with "Dash" instead of "Hyphen"
Cheers,
PShellFan
Just want to share my first experience with the PSAppdeploytoolkit Adobe Reader update script. I am planning to upgrade to version 11.0.08 which is a bit different than the doc.
Steps:
- Downloaded the Application Source file (AdbeRdr11008_en_US.exe) at http://get.adobe.com/reader/enterprise/ or ftp://ftp.adobe.com/pub/adobe/reader/win/11.x/11.0.08/en_US/
-
Refer to section 2 and 3 on http://community.spiceworks.com/how_to/show/27718-install-update-adobe-reader-to-to-latest-adobe-reader-xi-11-0-2-using-cmd
At the end you will have AcroRead.msi and AcroRead.mst -
Edit Deploy-Application.ps1 file ccordingly (refer to documentation). Note: When I copied pasted some of the command lines from the documentation to the Deploy-Application.ps1, I notice some of the character were not pasted properly which caused syntax error when you tried to execute the script. For example:
-
Add extra patch line to upgrade from 11.0.07 t0 11.0.08:
Execute-MSI -Action Patch -Path "AdbeRdrSecUpd11008.msp"
note: it supposed to be with "Dash" instead of "Hyphen"
Cheers,
PShellFan