Changes

Jump to: navigation, search

Acrobat Reader Update 7.0.x

1,371 bytes added, 12:26, 18 August 2005
m
no edit summary
Your Acrobat Reader 7 package description should have a priority of 10 or higher!<br>
The shown package.xml is valid only for the german Windows version!
 
 
If you want to install Adobe Reader 7 together with all updates, here is a handy bat file which will do it:
<!--<blockquote style="background: white; border: 1px solid black; padding: 1em;">-->
<pre>
msiexec /qb /i "\\server\packages\acrobatreader7\Adobe Reader 7.0 - Deutsch.msi"
msiexec /qb /i "\\server\packages\acrobatreader7\updates\Adobe Acrobat 7.0.1 and Reader 7.0.1 Update.msi"
msiexec /qb /i "\\server\packages\acrobatreader7\updates\Adobe Acrobat 7.0.2 and Reader 7.0.2 Update.msi"
msiexec /qb /i "\\server\packages\acrobatreader7\updates\Adobe Acrobat 7.0.3 and Reader 7.0.3 Update.msi"
</pre>
<!--</blockquote>-->
 
Below a bat file which will uninstall Adobe Reader if you no longer wish to have it:
<!--<blockquote style="background: white; border: 1px solid black; padding: 1em;">-->
<pre>
<nowiki>::</nowiki> Uninstall update 3
MsiExec.exe /I{AC76BA86-0000-7EC8-7489-000000000704}
<nowiki>::</nowiki> Uninstall update 2
MsiExec.exe /I{AC76BA86-0000-7EC8-7489-000000000703}
<nowiki>::</nowiki> Uninstall update 1
MsiExec.exe /I{AC76BA86-0000-7EC8-7489-000000000702}
<nowiki>::</nowiki> Uninstall Adobe Reader 7
MsiExec.exe /I{AC76BA86-7AD7-1031-7B44-A70000000000}
</pre>
<!--</blockquote>-->
I found these values in the registry.
 
Just save the two above as batch files, and put them as install and remove cmd for Adobe Acrobat 7 into your packages.xml.
[[category:Silent Installers|Acrobat Reader Update 7.0.x]]

Navigation menu