Changes

Adobe Reader 9

108 bytes added, 08:55, 4 September 2008
m
Version 8 uninstallation should be unnecessary since version 9 installer seems to do this automatically
<package id="adobereader9ita" name="Adobe Reader 9 ita customized" revision="1" priority="50">
<check type="uninstall" condition="exists" path="Adobe Reader 9 - Italiano" />
<install cmd='msiexec /q qn /i "%SOFTWARE%\AdobeReader9ita\AcroRead.msi" allusers=1 TRANSFORMS=%SOFTWARE%\AdobeReader9ita\AcroRead.mst'>
<exit code="0" />
<exit code="3010" reboot="false" />
</install>
<upgrade cmd='msiexec /q qn /i "%SOFTWARE%\AdobeReader9ita\AcroRead.msi" allusers=1 TRANSFORMS=%SOFTWARE%\AdobeReader9ita\AcroRead.mst' />
<remove cmd='MsiExec.exe /qn /x{AC76BA86-7AD7-1040-7B44-A90000000001}'>
<exit code="0" />
</source>
This is the package I use. The first install command is to remove the previous 8.1.2 version so remove that if you don't need it(or just let the installer remove the older 8.1.2 version for you, as it does automatically and silently).
<source lang="xml">
152
edits