Changes

Jump to: navigation, search

Adobe Reader

1,702 bytes added, 18:32, 20 November 2010
Version 10
For 9.1.x versions of Adobe Reader, see also [[Adobe Reader 9]].
All the files are downloaded from ftp://ftp.adobe.com/pub/adobe/reader/win/9.x/. The English version is in the directory "en_US", or "enu" for older versions.
Please note that you need permission in order to redistribute Adobe Reader, even inside a corporate network. You can apply for a license here: http://www.adobe.com/products/reader/rdr_distribution1.html?readstep
The .mst file is made with Adobe Customization Wizard 9, available [http://www.adobe.com/go/reader_wizard here]. You will need to follow [http://www.adobe.com/devnet/acrobat/pdfs/deploying_reader9.pdf Adobe's instructions] and recreate the MST each time you apply a new patch. For more info see: http://www.adobe.com/go/reader_wizard_info
 
== Adobe Reader X ==
 
You can download version 10 from ftp://ftp.adobe.com/pub/adobe/reader/win/10.x/
 
Adobe Customization Wizard doesn't work with Adobe Reader X yet. You can still 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].
 
<source lang="xml">
 
<package
id="adobereader"
name="Adobe Reader"
revision="%version%"
priority="50">
<variable name="version" value="10.0.0" />
<check type="uninstall" condition="versiongreaterorequal" path="Adobe Reader X" value="10.0.0" />
<!-- Install with the MSI -->
<install cmd='msiexec /qn /i "%SOFTWARE%\adobereader\adobereader1000\AdbeRdr1000_en_US.msi" EULA_ACCEPT=YES' >
<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>
<!-- Upgrade with the MSI -->
<upgrade cmd='msiexec /qn /i "%SOFTWARE%\adobereader\adobereader1000\AdbeRdr1000_en_US.msi" EULA_ACCEPT=YES' >
<exit code="0" />
<exit code="3010" reboot="false" />
</upgrade>
<upgrade cmd='%COMSPEC% /c del /q "%AllUsersProfile%\Desktop\Adobe Reader X.lnk"' ><exit code="any" /></upgrade>
<upgrade cmd='%COMSPEC% /c del /q "%Public%\Desktop\Adobe Reader X.lnk"' ><exit code="any" /></upgrade>
<remove cmd='msiexec /qn /x{AC76BA86-7AD7-1033-7B44-AA0000000001}' >
<exit code="0" />
</remove>
</package>
</source>
== Adobe Reader 9.4 ==
35
edits

Navigation menu