Copy link to clipboard
Copied
I currently deploy Acrobat 9 via GP having used the Customization Wizard. However, is there a way to manualy launch an installation while using that transform?
I'm finding a need to install acrobat prior to that machine being fully AD integrated.
Thanks for any advice!
Copy link to clipboard
Copied
Are you talking about from the cmd line using msiexec? Get the Enterprise Admin Guide (in its nascent stages but it's rapidly evolving) from http://kb2.adobe.com/cps/837/cpsid_83709.html.
Ben
Copy link to clipboard
Copied
If that's the only way to do it and it gets the job done then it works for me!
Thanks!
Copy link to clipboard
Copied
1. Create an AIP for Acrobat 9x
2. Create an mst using customization wizard.
3. Copy both 1 and 2 on the machine where you want to install and run this command-
msiexec /i <path of Acroat 9 msi present inside the AIP> TRANSFORMS="<path of .mst file>"
If you want to run installation in progress bar mode or complete silent mode then use /qb or /qn switch respectively.
e.g- msiexec /i <path of Acroat 9 msi present inside the AIP> TRANSFORMS="<path of .mst file>" /qb
Find more inspiration, events, and resources on the new Adobe Community
Explore Now