Adobe Acrobat Professional 9

To prepare Acrobat Professional 9 for silent installation, you will need to obtain the Adobe Customization Wizard from http://www.adobe.com/support/downloads/detail.jsp?ftpID=3993 so that you can prepare the package for deployment. Once you've installed and started the Customization Wizard, use File -> Copy Package to copy the package from the CD to a location where you can modify it.

You will probably need a volume license so that you can use the same key across multiple computers (but note that under certain circumstances (as set forth in section 2.4 of the EULA) you might legitimately have two computers with the same key even without using a volume license). The overhead of maintaining separate keys may not be worth the benefits of automated software deployment.

Use the Customization Wizard to enter your serial number and select the options you want. Consider:

  • Installation Options
    • Run Installation: silently
    • If reboot required at end of installation: Suppress reboot
  • Shortcuts
    • Remove desktop icon
  • EULA and Document Status
    • Suppress display of End User License Agreement (EULA)

The customization wizard can produce a bare MST file or an MST and a modified setup.ini. If you use the both, you can launch setup.exe and have it do your silent installation for you; otherwise, you can use msiexec with the MST.

You should obtain security updates and patches from http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Windows or from http://www.adobe.com/support/security/index.html

Note that patches don't always bump the version number in the main Acrobat.exe and Acrobat.dll files. It's important to figure out which files a particular patch touches and to check their version numbers; otherwise, patches apply and request a reboot but the check conditions won't be satisfied, leading to constant reboots.

<package
   id="acrobat9"
   name="Adobe Acrobat 9"
   revision="945"
   reboot="false"
   priority="1">

        <!-- Uncomment and edit the following to make sure Acrobat is installed after Microsoft Office.
             Otherwise, Adobe add-ins for Office won't be installed. -->
<!--        <depends package-id="msoffice2007" /> -->

        <check type="uninstall" condition="exists" path="Adobe Acrobat 9 Pro" />

        <!-- NOTE: some updates don't touch the acrobat.exe and/or acrobat.dll version numbers
             (e.g. 9.4.1 leaves them at 9.4.0.195), so we have to check authplay.dll, which is
             often the only target of the patch. -->
        <!-- other updates may do the same thing, which is why this 9.4.4 update is the way it is -->
        <!-- it is possible that Acrobat.dll is 9.4.4.235, but I don't trust it until I've verified it. -->
        <check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\Adobe\Acrobat 9.0\Acrobat\Acrobat.dll" value="9.4.5.236" />
        <!-- Version numbers for authplay.dll can be found before installation by examining the
             msp or by looking at the latest Flash update -->
        <check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\Adobe\Acrobat 9.0\Acrobat\authplay.dll" value="10.2.159.1" />

        <!-- alter this line to point at your custom transform, or just use setup.exe if
             you've a modified setup.ini -->
        <install cmd='msiexec /qn /norestart /i "%SOFTWARE%\Acrobat\9\Adobe Acrobat 9 Pro\AcroPro.msi" TRANSFORMS="%SOFTWARE%\Acrobat\9\AcroPro-2010-01.mst"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
        </install>

       <!-- if you can use the stup.exe it is possible to config all Patches in the setup.ini file like
            PATCH=AcroProStdUpd910_T1T2_incr.msp;AcrobatUpd911_all_incr.msp;..., so that you can delete the following installs -->

        <install cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcroProStdUpd910_T1T2_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
        </install>
        <install cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd911_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
        </install>
        <install cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd912_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
        </install>
        <install cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd913_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
        </install>
        <install cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd920_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
        </install>
        <install cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd930_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
        </install>
        <install cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd932_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
                <exit code="1638" />
                <exit code="1642" />
        </install>
        <install cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd933_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
                <exit code="1638" />
                <exit code="1642" />
        </install>
        <install cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd934_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
                <exit code="1638" />
                <exit code="1642" />
        </install>
        <install cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd940_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
                <exit code="1638" />
                <exit code="1642" />
        </install>
        <install cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd941_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
                <exit code="1638" />
                <exit code="1642" />
        </install>
        <install cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd942_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
                <exit code="1638" />
                <exit code="1642" />
        </install>
        <install cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd943_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
                <exit code="1638" />
                <exit code="1642" />
        </install>
        <install cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd944_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
                <exit code="1638" />
                <exit code="1642" />
        </install>
        <install cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd945_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
                <exit code="1638" />
                <exit code="1642" />
        </install>

        <!-- some of these upgrade commands can be removed if you know your site is at a particular baseline -->
        <upgrade cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd930_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
        </upgrade>
        <upgrade cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd932_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
        </upgrade>
        <upgrade cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd933_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
        </upgrade>
        <upgrade cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd934_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
        </upgrade>
        <upgrade cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd940_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
        </upgrade>
        <upgrade cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd941_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
        </upgrade>
        <upgrade cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd942_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
        </upgrade>
        <upgrade cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd943_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
        </upgrade>
        <upgrade cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd944_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
        </upgrade>
        <upgrade cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd945_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
        </upgrade>

        <remove cmd='msiexec /qn /norestart /x {AC76BA86-1033-0000-7760-000000000004}' >
          <exit code="0" />
          <exit code="1614" />
          <exit code="1605" /> <!-- already removed somehow -->
          <exit code="3010" reboot="postponed" />
        </remove>



</package>

If you have an existing Acrobat deployment that you wish to bring under wpkg's control, add these lines to all install stanzas:

<exit code="1638" /> <!-- accept this just in case we are dealing with an existing copy -->
<exit code="1642" /> <!-- accept this just in case we are dealing with an existing copy -->

Acrobat 9 installed by hand but updated by wpkg

If you have an existing Acrobat deployment that you wish to patch under WPKG's control, or if (due to license key issues) you wish to install Acrobat by hand but patch it by WPKG, use this:

<package
   id="acropatch9"
   name="patch for Adobe Acrobat 9, if installed"
   revision="6"
   reboot="false"
   priority="0">
        <check type="logical" condition="or">

          <!-- satisfy if no Acrobat 9 -->
          <check type="logical" condition="not">
            <check type="file" condition="exists" path="%PROGRAMFILES%\Adobe\Acrobat 9.0\Acrobat\Acrobat.exe" />
          </check>

          <check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\Adobe\Acrobat 9.0\Acrobat\Acrobat.exe" value="9.3.0" />

        </check>


        <install cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcroProStdUpd910_T1T2_incr.msp"' > 
                <exit code="0" />
                <exit code="1642" /> <!-- not installed -->
                <exit code="3010" reboot="postponed" />
                <exit code="1638" />
        </install>         <!-- software has annoying language strings, so we don't check
              uninstall version info -->
        <install cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd911_all_incr.msp"' >
                <exit code="0" /> 
                <exit code="1642" /> <!-- not installed -->
                <exit code="3010" reboot="postponed" />
                <exit code="1638" />
        </install>
        <install cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd912_all_incr.msp"' >
                <exit code="0" />
                <exit code="1642" /> <!-- not installed -->
                <exit code="3010" reboot="postponed" />
                <exit code="1638" />
        </install>
        <install cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd913_all_incr.msp"' >
                <exit code="0" />
                <exit code="1642" /> <!-- not installed -->
                <exit code="3010" reboot="postponed" />
                <exit code="1638" />
        </install>
        <install cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd920_all_incr.msp"' >
                <exit code="0" />
                <exit code="1642" /> <!-- not installed -->
                <exit code="3010" reboot="postponed" />
                <exit code="1638" />
        </install>
        <install cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd930_all_incr.msp"' >
                <exit code="0" />
                <exit code="1642" /> <!-- not installed -->
                <exit code="3010" reboot="postponed" />
                <exit code="1638" />
        </install>
        <install cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd932_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
                <exit code="1638" />
                <exit code="1642" />
        </install>
        <install cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd933_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
                <exit code="1638" />
                <exit code="1642" />
        </install>
        <install cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd934_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
                <exit code="1638" />
                <exit code="1642" />
        </install>

        <upgrade cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcroProStdUpd910_T1T2_incr.msp"' > 
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
                <exit code="1638" />
                <exit code="1642" />
        </upgrade>
        <upgrade cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd911_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
                <exit code="1638" />
                <exit code="1642" />
        </upgrade>
        <upgrade cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd912_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
                <exit code="1638" />
                <exit code="1642" />
        </upgrade>
        <upgrade cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd913_all_incr.msp"' >
                <exit code="0" /> 
                <exit code="3010" reboot="postponed" />
                <exit code="1638" />
                <exit code="1642" />
        </upgrade>
        <upgrade cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd920_all_incr.msp"' >
                <exit code="0" /> 
                <exit code="3010" reboot="postponed" />
                <exit code="1638" />
                <exit code="1642" />
        </upgrade>
        <upgrade cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd930_all_incr.msp"' >
                <exit code="0" /> 
                <exit code="3010" reboot="postponed" />
                <exit code="1642" />
        </upgrade>
        <upgrade cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd932_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
        </upgrade>
        <upgrade cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd933_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
        </upgrade>
        <upgrade cmd='msiexec /qn /norestart /update "%SOFTWARE%\Acrobat\AcrobatUpd934_all_incr.msp"' >
                <exit code="0" />
                <exit code="3010" reboot="postponed" />
        </upgrade>

</package>


Acrobat 9 installed and updated by wpkg

This will install Acrobat 9 (Assuming you have used the Adobe Customization Wizard so setup.exe will run with out asking questions) and manage updates. This will also manage updates for existing installations of any version. Each update is treated as it's own package - this seems to be the most reliable way.

profiles.xml:

		<package package-id="Acrobat9Pro" />
		<package package-id="AcrobatUpdate910" />
		<package package-id="AcrobatUpdate912" />
		<package package-id="AcrobatUpdate913" />
		<package package-id="AcrobatUpdate920" />
		<package package-id="AcrobatUpdate930" />
		<package package-id="AcrobatUpdate932" />
		<package package-id="AcrobatUpdate933" />
		<package package-id="AcrobatUpdate940" />
		<package package-id="AcrobatUpdate942" />
		<package package-id="AcrobatUpdate945" />
		<package package-id="AcrobatUpdate946" />
		<package package-id="AcrobatUpdate950" />
		<package package-id="AcrobatUpdate951" />
		<package package-id="AcrobatUpdate952" />
		<package package-id="AcrobatUpdate953" />

This assumes an x64 environment only, if you're using a mixed or 32bit environment you'll need to make some changes to how Acrobat.dll is found.

packages.xml:

	<!-- Begin Adobe Acrobat 9 -->
	
	<package id="Acrobat9Pro"
  		name="Adobe Acrobat 9 Pro (9.0.0)"
  		reboot="postponed">
        <check type="uninstall" condition="exists" path="Adobe Acrobat 9 Pro - English, Français, Deutsch" />
        <install cmd="%SOFTWARE%\Adobe\Acrobat 9 Pro\setup.exe">
        </install>
 	</package>
	
	<package id="AcrobatUpdate910"
		name="Adobe Acrobat 9 Pro Update 1 of 15 (9.1.0)"
		reboot="postponed">
		<check type="file" condition="versiongreaterorequal" path="%ProgramFiles(x86)%\Adobe\Acrobat 9.0\Acrobat\Acrobat.dll" value="9.1.0.163" />
		<install cmd='msiexec /passive /norestart /update "%SOFTWARE%\Adobe\Acrobat 9 Pro\Updates\AcroProStdUpd910_T1T2_incr.msp"' /> 
	</package>
	
	<package id="AcrobatUpdate912"
		name="Adobe Acrobat 9 Pro Update 2 of 15 (9.1.2)"
		reboot="postponed">
		<check type="file" condition="versiongreaterorequal" path="%ProgramFiles(x86)%\Adobe\Acrobat 9.0\Acrobat\Acrobat.dll" value="9.1.2.82" />
		<install cmd='msiexec /passive /norestart /update "%SOFTWARE%\Adobe\Acrobat 9 Pro\Updates\AcrobatUpd912_all_incr.msp"' />
	</package>
	
	<package id="AcrobatUpdate913"
		name="Adobe Acrobat 9 Pro Update 3 of 15 (9.1.3)"
		reboot="postponed">
		<!-- This update only updates authplay.dll -->
		<check type="file" condition="versiongreaterorequal" path="%ProgramFiles(x86)%\Adobe\Acrobat 9.0\Acrobat\authplay.dll" value="9.0.246.0" />
		<install cmd='msiexec /passive /norestart /update "%SOFTWARE%\Adobe\Acrobat 9 Pro\Updates\AcrobatUpd913_all_incr.msp"' >
        </install> 
	</package>
	
	<package id="AcrobatUpdate920"
		name="Adobe Acrobat 9 Pro Update 4 of 15 (9.2.0)"
		reboot="postponed">
		<check type="file" condition="versiongreaterorequal" path="%ProgramFiles(x86)%\Adobe\Acrobat 9.0\Acrobat\Acrobat.dll" value="9.2.0.124" />
		<install cmd='msiexec /passive /norestart /update "%SOFTWARE%\Adobe\Acrobat 9 Pro\Updates\AcrobatUpd920_all_incr.msp"' >
        </install> 
	</package>
	
	<package id="AcrobatUpdate930"
		name="Adobe Acrobat 9 Pro Update 5 of 15 (9.3.0)"
		reboot="postponed">
		<check type="file" condition="versiongreaterorequal" path="%ProgramFiles(x86)%\Adobe\Acrobat 9.0\Acrobat\Acrobat.dll" value="9.3.0.148" />
		<install cmd='msiexec /passive /norestart /update "%SOFTWARE%\Adobe\Acrobat 9 Pro\Updates\AcrobatUpd930_all_incr.msp"' >
        </install> 
	</package>
	
	<package id="AcrobatUpdate932"
		name="Adobe Acrobat 9 Pro Update 6 of 15 (9.3.2)"
		reboot="postponed">
		<check type="file" condition="versiongreaterorequal" path="%ProgramFiles(x86)%\Adobe\Acrobat 9.0\Acrobat\Acrobat.dll" value="9.3.2.163" />
		<install cmd='msiexec /passive /norestart /update "%SOFTWARE%\Adobe\Acrobat 9 Pro\Updates\AcrobatUpd932_all_incr.msp"' >
        </install> 
	</package>
	
	<package id="AcrobatUpdate933"
		name="Adobe Acrobat 9 Pro Update 7 of 15 (9.3.3)"
		reboot="postponed">
		<check type="file" condition="versiongreaterorequal" path="%ProgramFiles(x86)%\Adobe\Acrobat 9.0\Acrobat\Acrobat.dll" value="9.3.3.177" />
		<install cmd='msiexec /passive /norestart /update "%SOFTWARE%\Adobe\Acrobat 9 Pro\Updates\AcrobatUpd933_all_incr.msp"' >
        </install> 
	</package>
	
	<package id="AcrobatUpdate940"
		name="Adobe Acrobat 9 Pro Update 8 of 15 (9.4.0)"
		reboot="postponed">
		<check type="file" condition="versiongreaterorequal" path="%ProgramFiles(x86)%\Adobe\Acrobat 9.0\Acrobat\Acrobat.dll" value="9.4.0.195" />
		<install cmd='msiexec /passive /norestart /update "%SOFTWARE%\Adobe\Acrobat 9 Pro\Updates\AcrobatUpd940_all_incr.msp"' >
        </install> 
	</package>
	
	<package id="AcrobatUpdate942"
		name="Adobe Acrobat 9 Pro Update 9 of 15 (9.4.2)"
		reboot="postponed">
		<check type="file" condition="versiongreaterorequal" path="%ProgramFiles(x86)%\Adobe\Acrobat 9.0\Acrobat\Acrobat.dll" value="9.4.2.220" />
		<install cmd='msiexec /passive /norestart /update "%SOFTWARE%\Adobe\Acrobat 9 Pro\Updates\AcrobatUpd942_all_incr.msp"' >
        </install> 
	</package>
	
	<package id="AcrobatUpdate945"
		name="Adobe Acrobat 9 Pro Update 10 of 15 (9.4.5)"
		reboot="postponed">
		<check type="file" condition="versiongreaterorequal" path="%ProgramFiles(x86)%\Adobe\Acrobat 9.0\Acrobat\Acrobat.dll" value="9.4.5.236" />
		<install cmd='msiexec /passive /norestart /update "%SOFTWARE%\Adobe\Acrobat 9 Pro\Updates\AcrobatUpd945_all_incr.msp"' >
        </install> 
	</package>
	
	<package id="AcrobatUpdate946"
		name="Adobe Acrobat 9 Pro Update 11 of 15 (9.4.6)"
		reboot="postponed">
		<check type="file" condition="versiongreaterorequal" path="%ProgramFiles(x86)%\Adobe\Acrobat 9.0\Acrobat\Acrobat.dll" value="9.4.6.252" />
		<install cmd='msiexec /passive /norestart /update "%SOFTWARE%\Adobe\Acrobat 9 Pro\Updates\AcrobatUpd946_all_incr.msp"' >
        </install> 
	</package>
	
	<package id="AcrobatUpdate950"
		name="Adobe Acrobat 9 Pro Update 12 of 15 (9.5.0)"
		reboot="postponed">
		<check type="file" condition="versiongreaterorequal" path="%ProgramFiles(x86)%\Adobe\Acrobat 9.0\Acrobat\Acrobat.dll" value="9.5.0.270" />
		<install cmd='msiexec /passive /norestart /update "%SOFTWARE%\Adobe\Acrobat 9 Pro\Updates\AcrobatUpd950_all_incr.msp"' >
        </install> 
	</package>
	
	<package id="AcrobatUpdate951"
		name="Adobe Acrobat 9 Pro Update 13 of 15 (9.5.1)"
		reboot="postponed">
		<check type="file" condition="versiongreaterorequal" path="%ProgramFiles(x86)%\Adobe\Acrobat 9.0\Acrobat\Acrobat.dll" value="9.5.1.283" />
		<install cmd='msiexec /passive /norestart /update "%SOFTWARE%\Adobe\Acrobat 9 Pro\Updates\AcrobatUpd951_all_incr.msp"' >
        </install> 
	</package>
	
	<package id="AcrobatUpdate952"
		name="Adobe Acrobat 9 Pro Update 14 of 15 (9.5.2)"
		reboot="postponed">
		<check type="file" condition="versiongreaterorequal" path="%ProgramFiles(x86)%\Adobe\Acrobat 9.0\Acrobat\Acrobat.dll" value="9.5.2.295" />
		<install cmd='msiexec /passive /norestart /update "%SOFTWARE%\Adobe\Acrobat 9 Pro\Updates\AcrobatUpd952_all_incr.msp"' >
        </install> 
	</package>
	
	<package id="AcrobatUpdate953"
		name="Adobe Acrobat 9 Pro Update 15 of 15 (9.5.3)"
		reboot="postponed">
		<check type="file" condition="versiongreaterorequal" path="%ProgramFiles(x86)%\Adobe\Acrobat 9.0\Acrobat\Acrobat.dll" value="9.5.3.305" />
		<install cmd='msiexec /passive /norestart /update "%SOFTWARE%\Adobe\Acrobat 9 Pro\Updates\AcrobatUpd953_all_incr.msp"' >
        </install> 
	</package>
	
	<!-- End Adobe Acrobat 9 -->

Acrobat 9 as an administrative deployment

Some of the .msp files takes a very long time to install. You might want to make an administrative install, and apply the patches to the administrative install instead.

Please note: Adobe's update regime is that only quarterly updates can be updated with new quarterly updates. If you have made an administrative install, and apply a non-quarterly update, you cannot apply a new quarterly update to it. More info can be found at Adobe: http://kb2.adobe.com/cps/498/cpsid_49880.html

To make an administrative deployment, run msiexec /a path_to_msi.msi TRANSFORMS="path_to_your_language_id.mst" and choose where you want the administrative deployment to reside.

Then you run msiexec /a path_to_administrative_deployment/acropro.msi /p path_to_quarterly_update.msp for each of the quarterly updates. You might want to snapshot this deployment, before applying non-quarterly updates, so you will not have to redo the whole process on a new quarterly update.

You can use Adobe Customization Wizard (ACW) on the administrative install, and make a wpkg package that installs the administrative install, applying the mst made from ACW.

For upgrades, you can run "msiexec /i <path of msi on AIP> REINSTALL=ALL REINSTALLMODE=vomus".