Changes

Jump to: navigation, search

Adobe Reader

459 bytes added, 09:49, 14 September 2011
Corrections to process for installing 10.1.1
Adobe Customization Wizard 10 is available [http://ardownload.adobe.com/pub/adobe/acrobat/win/10.x/10.0.0/misc/CustWiz1000_en_US.exe here]. You can also deploy it without a transform but you won't be able to customize the installer. There are command line switches available in section 3 of the [http://kb2.adobe.com/cps/837/cpsid_83709/attachments/Acrobat_Enterprise_Administration.pdf Adobe Enterprise Administration Guide].
Relevant info about [http://kb2.adobe.com/cps/888/cpsid_88814.html updating/patching Adobe Reader 10 at adobe.com]. Note that the update MSP file for Reader 10 includes all previous patches for that 10.x version, so one for 10.0.3 will update a 10.0.0 installation. Installing it this way means that an MST file need only be created for each 10.x version.
<source lang="xml">
<check type="uninstall" condition="exists" path="Adobe Reader X (%version%)" />
<!-- Install with the MSI , MST and patch --> <install cmd='msiexec /qn /i "%SOFTWARE%\adobereader\AdbeRdrAdbeRdr1010_%fileversionlocale%_.msi" TRANSFORMS="%SOFTWARE%\adobereader\AdbeRdr1010_%locale%.msimst" EULA_ACCEPTPATCH=YES"%SOFTWARE%\adobereader\AdbeRdrUpd%fileversion%.msp"' >
<exit code="0" />
<exit code="3010" reboot="false" />
</install>
 
<install cmd='%COMSPEC% /c del /q "%AllUsersProfile%\Desktop\Adobe Reader X.lnk"' ><exit code="any" /></install>
<install cmd='%COMSPEC% /c del /q "%Public%\Desktop\Adobe Reader X.lnk"' ><exit code="any" /></install>
<install cmd='%COMSPEC% /c REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "AdobeAAMUpdater-1.0" /d "" /f' /> <!-- Disable misc auto-run stuff -->
<!-- Upgrade with the MSI , MST and patch --> <upgrade cmd='msiexec /qn /i "%SOFTWARE%\adobereader\AdbeRdrAdbeRdr1010_%fileversionlocale%_.msi" TRANSFORMS="%SOFTWARE%\adobereader\AdbeRdr1010_%locale%.msimst" EULA_ACCEPTPATCH=YES"%SOFTWARE%\adobereader\AdbeRdrUpd%fileversion%.msp"' >
<exit code="0" />
<exit code="3010" reboot="false" />
60
edits

Navigation menu