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

Can we deploy MUI version through Creative Cloud Packager?

New Here ,
Jan 14, 2014 Jan 14, 2014

We're just starting with Creative Cloud for teams.

We will deploy the application through Microsoft SCCM and hence are looking at Creative Cloud Packager to create the packages.

Since we have Dutch and French speaking users we'd like to create a MUI package of Acrobat Pro XI to deploy containing both languages. The CCP however only seems to offer a single language. Is it possible to deploy multiple languages?

For Acrobat Reader we're currently deploying the MUI version and that works fine, but we'd like to do the same for the Pro version.

970
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

New Here , Jan 18, 2014 Jan 18, 2014

I figured out how to do it. Haven't found it anywher in the ccp UI, but ccp generated an 'ExceptionConfig' file in the Exception directory.

In that file I changed the following:

<Argument name="LANG_LIST">[installLanguage]</Argument>

to

<Argument name="LANG_LIST">en_US,nl_NL,fr_FR,de_DE</Argument>

After that all the specified languages get installed and Acrobat appears in the language of the logged on user.

Translate
New Here ,
Jan 18, 2014 Jan 18, 2014
LATEST

I figured out how to do it. Haven't found it anywher in the ccp UI, but ccp generated an 'ExceptionConfig' file in the Exception directory.

In that file I changed the following:

<Argument name="LANG_LIST">[installLanguage]</Argument>

to

<Argument name="LANG_LIST">en_US,nl_NL,fr_FR,de_DE</Argument>

After that all the specified languages get installed and Acrobat appears in the language of the logged on user.

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