In setting up an Acrobat Pro deployment with the Creative Cloud Packager, I wanted to include changes made by the customization wizard as described here:
http://helpx.adobe.com/creative-cloud/packager/deploying-acrobat.html
When I deployed previous versions of Acrobat, I simply added in Transforms=filename.mst to the command line for the changes to take effect. With the Creative Cloud Packager and the Exceptions Deployer command line syntax, I’m not clear on how to call the .mst file during installation. Is this still possible?
Right now I’m using the following two commands:
- exceptiondeployer.exe --workflow=install --mode=pre --installlanguage=en_US
- msiexec.exe /i Acrobat_x64.msi
While normally I would add the transform syntax to the second command, that doesn’t seem correct in this case as the transform is a modification of the MSI that is part of the “exceptions” folder.