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

Adobe Acrobat XI Pro - Silent installer

New Here ,
Mar 10, 2014 Mar 10, 2014

Hello,

I am trying to create an installer for Adobe Acrobat 11 Pro. I have used the customization wizard to create a transform file for the install and specified it to be silent. However, it appears that windows are still opening in the background when the installer runs, which causes my department's automated installer service to close out of the install thinking the installer is "broken."

The windows appear to be "Moving ____ to recycle bin" messages, meaning the Acrobat MSI is moving the setup files rather than deleting them completely.

Is there a way to change this behavior in order to make the installer delete the files instead of moving them?

The command is currently:

if exist [file generated to determine if a prior uninstall was sucessful] (msiexec /i "[PATH]Adobe Acrobat Pro\Adobe Acrobat 11 Pro\AcroPro.msi" /qn CLIENTUILEVEL=0 TRANSFORMS=[PATH]\Adobe Acrobat Pro\Adobe Acrobat 11 Pro\AcroPro.mst" /l*v "[PATH]\adobe.log")

Any help is appreciated.

Thanks,

Drew

13.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 ,
Mar 10, 2014 Mar 10, 2014

Hi Drew,

Please navigate to the location in Command prompt where you have Acropro.msi. Then run this command.

msiexec /i "AcroPro.msi" TRANSFORMS="AcroPro.mst" /qn

Please ensure to launch Command prompt as an Admin.

Please let us know if it helps.

Regards,

Abhijit

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
Mar 12, 2014 Mar 12, 2014
LATEST

If you are installing on a machine that Acrobat 10 previously  then this is likely deleting the old Adobe PDF Printer files if anything instead of the Setup files.  I don't believe there is a way to change this behavior.

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