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

Acrobat 9 Silent

Explorer ,
Aug 20, 2010 Aug 20, 2010

Can anyone give me some insight as to why Acrobat 9 Pro will not install silently. I have tried more variations of this than I can count to get it to work. The last method involved me extracting the file AcroPro90_efg.exe with UNIExtractor. I then used the Adobe Customization Wizard 9 to rebuild the package. I put the username, company name, serial, selected silent install option and a few other options, then saved the package. No matter what I try, the installation either quits without any indication as to why, or it will install but not be silent and asks me for the parameters. It seems as if the package is not reading the mst file to get the information to install silently. Even using the transforms switch does not seem to make any difference. Any one have any suggestions? TIA

6.7K
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 ,
Aug 20, 2010 Aug 20, 2010

You seem to be on a tangent and are using 3rd party tools to do something iffy. The standard install involves:

  1. Open the MSI in the Wizard.
  2. Modify.
  3. Export MST
  4. Run and install.

Install modifications can happen via the wizard, Setup.ini, or command line.

See if that works.

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
Participant ,
Aug 23, 2010 Aug 23, 2010
LATEST

A. You can use customization wizard.

     1. save the package after making the desired modifications like serial number, silent install option etc.

     2. run setup.exe (Don't run the msi )

B. This is the simplest way. Customization wizard is not reqd for this.

Use commandline with /qb switch (Progress Bar only Mode) or /qn switch (Complete Silent)

msiexec /i  <PATH to Acrobat.msi> ISX_SERIALNUMBER="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx" /qn

or

msiexec /i  <PATH to Acrobat.msi> ISX_SERIALNUMBER="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx" /qn

NOTE: "xxxx-xxxx-xxxx-xxxx-xxxx-xxxx" is the product key.

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