Skip to main content
Participant
January 14, 2014
Answered

Can we deploy MUI version through Creative Cloud Packager?

  • January 14, 2014
  • 1 reply
  • 1005 views

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.

This topic has been closed for replies.
Correct answer Stefan_Cuypers_1

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.

1 reply

Stefan_Cuypers_1AuthorCorrect answer
Participant
January 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.