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

Customized Acrobat DC Installation for named user licensing

Community Beginner ,
Apr 23, 2018 Apr 23, 2018

Hello,

I've struggeling at the Acrobat DC installation with a customized package.

We've named user Enterprise licensing.

So I've downloaded the Acrobat package from our portal and customized it as needed.

Problem now is, that when I try to install this package it won't create the required regkeys for named users.

As per Common Deployment Options — Enterprise Administration Guide   these keys should exist.

[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Licensing\UserSpecificLicensing]"Enabled"="1"

[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Identity\UserSpecificIdentity]"Enabled"="1"

The command I'm using is this one:

msiexec /i "AcroPro.msi" IGNOREVCRT64=1 TRANSFORMS=AcroPro.mst ROAMIDENTITY=1 ROAMLICENSING=1 /qn /L*v C:\Temp\AcroDC.log

Thanks for you help

3.7K
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

Community Beginner , May 07, 2018 May 07, 2018

Meanwhile Enterprise Support could clarify.

The parameters ROAMIDENTITY and ROAMLICENSING are not supported by the MSI (base) installer.

If the Setup.exe is used, the patched installer is used and will proceed correctly.

I'm using now this command:

Setup.exe /sALL /msi IGNOREVCRT64=1 TRANSFORMS=AcroPro.mst ROAMIDENTITY=1 ROAMLICENSING=1 /L*v C:\Temp\AcroDC.log

Translate
Adobe Employee ,
Apr 24, 2018 Apr 24, 2018

Are you deploying via an imaged OS?

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
Community Beginner ,
Apr 24, 2018 Apr 24, 2018

So far I was testing the installation on a regular client computer OS.

But if everything is prepared I will use imaged OS deplyoment for productive environment.

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 ,
Apr 26, 2018 Apr 26, 2018

Hi EddyH,

When you execute the command line, do you launch the command prompt with admin access?

Since you logging the installation process as per your command line, have you search the log for this key? If not, try searching the log and check if there is any error or message.

-Tariq Dar

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
Community Beginner ,
May 07, 2018 May 07, 2018
LATEST

Meanwhile Enterprise Support could clarify.

The parameters ROAMIDENTITY and ROAMLICENSING are not supported by the MSI (base) installer.

If the Setup.exe is used, the patched installer is used and will proceed correctly.

I'm using now this command:

Setup.exe /sALL /msi IGNOREVCRT64=1 TRANSFORMS=AcroPro.mst ROAMIDENTITY=1 ROAMLICENSING=1 /L*v C:\Temp\AcroDC.log

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