I downloaded the Adobe Reader 11.0.02 executable installer which gives you some minor command line options. But to really get to the down and dirty, you need to use the Adobe Customization Wizard XI.
Steps
- Download Adobe Reader 11.0.02 executable.
- Use 7-Zip to extract the file.
- Run the Adobe Customization Wizard on the AdbeRdr.msi.
- Create an MST including your changes.
- The wizard also modifies setup.ini
- Add the TRANSFORMS="mytransform.mst" to the setup.ini CmdLine option.
- Run "setup.exe"
The above process installs Adobe Reader 11.0.00!
Yes. When you use the 11.0.02 installer, extract it, modify it, and install it, it installs 11.0.00! Nowhere in the MSI nor the setup.ini file does it state that it's doing a patch update from Adobe during the install process.
So you have to download the 11.0.01 and 11.0.02 MSP files, put those into the same folder, and then modify your setup.ini to include the following:
PATCH=AdbeRdrUpd11001.msp;AdbeRdrUpdSec11002.msp under the Product section.
* Note, the file names might not be exact.