Copy link to clipboard
Copied
I've created an administrative installation and used the Customization Wizard to create a transform. When I run the .msi file from the administrative installation it does not automatically call the transform. Can I run the .msi with the transform (without using GPO and AD) and assuming I can what is the switch? Thank you. - DPW
Copy link to clipboard
Copied
The easiest way to do this is by creating a batch file that calls the msi and invokes the transform. The code should like this:
msiexec /package AcroStan.msi TRANSFORMS=AcroStan.mst
Find more inspiration, events, and resources on the new Adobe Community
Explore Now