Adobe Reader

From WPKG | Open Source Software Deployment and Distribution
Revision as of 18:48, 10 July 2005 by WPKGSysop (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

First, install Acrobat Reader normally (download the installer from adobe.com, double click on it, and install it). In the directory where Acrobat was installed, you will find an MSI package. Just copy it to your server and use it to deploy Acrobat Reader in the future. Take care of the language version, the one below is German.

<package
id="acrobat7"
name="Acrobat Reader 7"
revision="1"
reboot="false"
priority="0">
<check type="uninstall" condition="exists" path="Adobe Reader 7.0 - Deutsch" />
<install cmd='msiexec /q /i "\\server\admin\MSI\acrobat7\Adobe Reader 7.0 - Deutsch.msi" allusers=1'>
<exit code="0" />
</install>

<remove cmd='MsiExec.exe /q /x{AC76BA86-7AD7-1031-7B44-A70000000000}' />

<upgrade cmd="" />

</package>