Skip to main content
September 2, 2013
Question

Customization Wizard Adobe XI

  • September 2, 2013
  • 3 replies
  • 1096 views

Hi,after generate my AcroRead.mst file customised by Adobe Customization Wizard XI, this command line "msiexec /i Acroread.msi TRANSFORMS=AcroRead.mst" doesn't work. The install isn't silent as configured on the mst file...

This topic is closed to new replies. Start a new post to keep the conversation going.

3 replies

September 16, 2013

When you say it did not work what’s actually happening?

I’m having an issue where not all the settings I chose in the mst are applying

September 6, 2013

It should look something like this:

msiexec.exe /i "<FOLDER_PATH_TO_THE_MSI_FILE>Acroread.msi" TRANSFORMS="AcroRead.mst" /qn

EnterpriseHelp
Inspiring
September 3, 2013

Your cmd line doesn't look right.

Start with the doc and its examples: http://www.adobe.com/devnet-docs/acrobatetk/tools/AdminGuide/cmdline.html

hth,

b