Skip to main content
Participant
March 15, 2011
Question

Acrobat 9 standard deployment always Italian

  • March 15, 2011
  • 1 reply
  • 3121 views

Hello,

First of all, this is the most worst deployment system i have ever seen.

The AIP or Bootstrap way; why is there not one total update why do i need to install about 5 patches to get to the latest update?

This way the total installation time for the installation is going to be very long.

I need to deploy Acrobat 9 standard to clients using MDT 2010.

I try to use the msi with an .mst file: msiexec /L*v c:\Log.txt /i AcroStan.msi TRANSFORM="AcroStan.mst" /q

It does not install anything and the log file is in Italian. When i run the installation without /q (silent) i get a Italian interface.

Within the setup.ini and within the AcroStan.mst i have dutch selected using Adobe Customization Wizard 9.

When i run the setp.exe i will get dutch interface, just the way i wanted.

Probally i am doing something wrong

I intend to deploy several single licenses installation on several clients, so i need to make different .mst files with the different product keys in it.

Otherwise i would have used the setup.exe to deploy and i do not want to have 5 copies of the installation of Acrobat 9.

Anyone who can help me?

Regards,

Francis

This topic has been closed for replies.

1 reply

EnterpriseHelp
Inspiring
March 15, 2011

Hi Francis,

Any deployment method simply involves putting any needed update installers in a single dir and chaining them together. Both AIP and bootstrapper work. You don't need the wizard to preserialize the licenses or select the language. Download the admin guide and see if that helps:  http://www.adobe.com/go/acrobatitinfo.

Perhaps you could restate your problem if this info doesn't help.

Ben

Participant
March 16, 2011

Hi Broqers 1,

I have read the documentation and followed the chapter about the Administrative Installation Point. I have now patched my installation to version 9.43.

After that i made a .mst file using the wizard, for pproductkey, username, language (dutch) and automatic updates (off). At our deployment system (mdt2010) i execute the msiexec method like this: msiexec /i AcroStan.msi TRANSFORM="AcroStan.mst" /qn.  It give me an error so i manually typed the msiexec command into a command box: msiexec /live c:\logadobe.txt /i AcroStan.msi TRANSFORM="AcroStan.mst" /qf.

I will get a log but parts are written in Italian language (the most important parts..) So i can not find out what the problem is.

Also is see with switch /gf that the installation dialog in in Italian language.

On the update part, i know that deployments need update patches, but like Microsoft i think the software develops should make cummaltiv update packages, so the updat string is shorter then it is now with Acrobat (like a Service Pack).

Any help is appriciated

Francis

Participant
March 21, 2011

Hi Venod,

Same result, window popup from msiexec.

If i only use TRANSFROMS="Custom.mst" it does not give me error.

regards,

Francis


Ok, i used the following command and the custom.mst is set on dutch language.

msiexec /i  AcroStan.msi TRANSFORMS="custom.mst" /qn

The installer is Italian if i do not use the /qn silent switch but the installation it self is dutch.

Its still little bit strange but i a m glad its works...

cheers,

Francis