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

Acrobat 9 Standard Install Using Transform Without GPO

New Here ,
Oct 14, 2009 Oct 14, 2009

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

1.4K
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
Guest
Nov 10, 2009 Nov 10, 2009
LATEST

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

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