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

How do you call the .mst file in the command line of the exception deployer? (Acrobat Pro CC)

New Here ,
Nov 27, 2013 Nov 27, 2013

In setting up an Acrobat Pro deployment with the Creative Cloud Packager, I wanted to include changes made by the customization wizard as described here:

http://helpx.adobe.com/creative-cloud/packager/deploying-acrobat.html

When I deployed previous versions of Acrobat, I simply added in Transforms=filename.mst to the command line for the changes to take effect. With the Creative Cloud Packager and the Exceptions Deployer command line syntax, I’m not clear on how to call the .mst file during installation. Is this still possible?

Right now I’m using the following two commands:

  • exceptiondeployer.exe --workflow=install --mode=pre --installlanguage=en_US
  • msiexec.exe  /i Acrobat_x64.msi

While normally I would add the transform syntax to the second command, that doesn’t seem correct in this case as the transform is a modification of the MSI that is part of the “exceptions” folder.

4.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

correct answers 1 Correct answer

Adobe Employee , Nov 27, 2013 Nov 27, 2013

Hi sszczygiel,

Please try this command instead of Exception Deployer

MSIEXEC /I <path to msi>\AcroPro.msi TRANSFORMS="<path to mst>\AcroPro.mst" /qn

Please let us know if it helps.

Regards,

Abhijit

Translate
Adobe Employee ,
Nov 27, 2013 Nov 27, 2013

Hi sszczygiel,

Please try this command instead of Exception Deployer

MSIEXEC /I <path to msi>\AcroPro.msi TRANSFORMS="<path to mst>\AcroPro.mst" /qn

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
New Here ,
Nov 27, 2013 Nov 27, 2013

Hi Abhijit,

That works but I'm confused as to why Adobe instructions specify to use the exception deployer to install Acrobat. Do I need to specify pre/post somehow in this process or is that not really necessary?

Thanks,

Steve

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 ,
Nov 27, 2013 Nov 27, 2013

Hi Steve,

When you use Exception Deployer then it will only deploy the Acrobat without any customization as it will not allow to add any other parameter.

If you customize Acrobat then please use the command which i gave you.

Hope it helps.

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
New Here ,
Nov 29, 2013 Nov 29, 2013
LATEST

Hello Steve,

What you need to do to comply with Adobe's instructions of using ExceptionDeployer and still use the Customization wizard, is to edit the existing .mst files in the Transforms subfolder (Exceptions\AcrobatProfessional11.0-mul\Transforms).

The installlanguage parameter given to ExceptionDeployer determines which file you need to edit.

exceptiondeployer.exe --workflow=install --mode=pre --installlanguage=en_US -> edit en_US.mst

exceptiondeployer.exe --workflow=install --mode=pre --installlanguage=fi_FI -> edit fi_FI.mst

etc.

1. Open AcroPro.msi as usually.

2. Load the existing .mst transformation file from the Transfomations subfolder (Transform menu | Load Transform...).

3. Make your desired customizations and remember to leave the serial number field empty.

4. Save your changes and replace the original file by overwriting it. (Transform menu | Save Transform...).

-pt-

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