Changes

Jump to: navigation, search

Adobe Reader

1,392 bytes added, 11:32, 15 February 2008
Added MSI installer, updated to version 8.1.2
== Adobe Reader 8, MSI installer == Download the MSI installer package.Beware that some MSI packages are broken; i.e. AdbeRdr812_it_IT.msi (size 21664 KB, timestamp 12/01/2008 7.07.00) fails even when double clicked interactively by an Administrator. You can customize you MSI package deployment by creating a "Microsoft Windows Installer Transform File" .MST file with the "Adobe Customization Wizard 8" tool: http://www.adobe.com/support/downloads/detail.jsp?ftpID=3564  <source lang="xml"><?xml version="1.0" encoding="utf-8" ?> <package id="AcrobatReader_en" name="Adobe Acrobat Reader 8 .1.2" revision="812" priority="50"> <check type="uninstall" condition="exists" path="Adobe Reader 8.1.2" /> <install cmd='msiexec /q /i "%SOFTWARE%\Adobe Acrobat Reader v.8.1.2\AdbeRdr812_en_US.msi" allusers=1 TRANSFORMS=%SOFTWARE%\Adobe Acrobat Reader v.8.1.2\AdbeRdr812_en_US.mst'> <exit code="0" /> <exit code="3010" reboot="false" /> </install> <upgrade cmd='msiexec /q /i "%SOFTWARE%\Adobe Acrobat Reader v.8.1.2\AdbeRdr812_en_US.msi" allusers=1 TRANSFORMS=%SOFTWARE%\Adobe Acrobat Reader v.8.1.2\AdbeRdr812_en_US.mst'> <exit code="0" /> <exit code="3010" reboot="false" /> </upgrade> <remove cmd='MsiExec.exe /qn /x{AC76BA86-7AD7-1033-7B44-A81200000003}'> <exit code="0" /> <exit code="3010" reboot="false" /> </remove> </package></source>  == Adobe Reader 8, EXE installer ==
Download the full installer and use the following XML file:
152
edits

Navigation menu