Difference between revisions of "Adobe Reader"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
(No difference)

Revision as of 18:48, 10 July 2005

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>