Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Manual Install With Transform?

New Here ,
Jun 21, 2010 Jun 21, 2010

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!

2.8K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jun 21, 2010 Jun 21, 2010

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 21, 2010 Jun 21, 2010

If that's the only way to do it and it gets the job done then it works for me!

Thanks!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jul 04, 2010 Jul 04, 2010
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines