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

How to install Acrobat DC without any cloud features or signin?

New Here ,
Apr 22, 2015 Apr 22, 2015

HI all,

My org has about 200 Acrobat XI installs currently. We are now forced to order Acrobat DC. I need to disable all cloud services and ensure the users are never prompted for login/Adobe ID.

I created my transform through the Customization tool and chose "disable all features" under the Online Services area. I install via PowerShell, which prompts for the individual installation key and inserts it into the install command.

After installation, you still cannot run Acrobat without creating and logging in with an Adobe ID. I cannot use the "offline exception" feature because we have a different license key for each instance of Acrobat.

   $key = read-host "Please enter the license key for Adobe Acrobat Pro DC:"

   $args2 = "/i AcroPro.msi TRANSFORMS=AcroPro.mst ISX_SERIALNUMBER=$key /qn"

    Start-Process msiexec -ArgumentList $args2 

Effectively, my run command is:

msiexec /i AcroPro.msi TRANSFORMS=AcroPro.mst ISX_SERIALNUMBER=1234123412341234 /qn

Is there any possible way for me to install this with the same behavior as XI? We have no interest in allowing for cloud storage.

Thanks for your time.

12.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
Adobe Employee ,
Apr 22, 2015 Apr 22, 2015

Hi Chris,

Online Services doesn't have anything to do with the Adobe ID prompt on app startup. It looks like you've disabled services w/o issue.

Activating the product requires an Adobe ID. Admins usually have a volume license key and activate the product once for all users prior to deployment. How did you do this for XI?

I'm not a Mac user or a license expert, so you may get more help from other posters.

-b

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
New Here ,
Aug 18, 2015 Aug 18, 2015

Hello, i got the same problem.

goal is to use serial key for deployment without Sign In pop-up at application start up.

Offline activation can't be used because we have several keys, that's means that we need to create new transform file with customization wizard for each serial - key ? How can i ride off of it?

Thanks a lot.

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 ,
Aug 25, 2015 Aug 25, 2015

Hi Zigurd,

If you have volume license serial keys then, you can use the Customization Wizard for Acrobat DC. You will get the option to grant offline exception and by using this mst , the sign in prompt will be disabled.

Also, you can "Disable all services" under the Online Features to remove the online services.

In case, you have multiple volume serial numbers, you will have to follow this for every serial number through Customization wizard. If you have retails serial number then, offline activation seems to be your only option.

Thanks,

Tanvi

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
New Here ,
Sep 01, 2015 Sep 01, 2015

Hello,

Thank you for reply.

At the moment I am looking for solution to use different serial key numbers without using "Customization Wizard for Acrobat DC."

Just like for previous Reader, Acrobat passing serial number as argument via command line.

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 ,
Sep 02, 2015 Sep 02, 2015

Hi Zigurd,


Unfortunately, we do not have any alternative solution to speed up this process as of now.

Thanks,

Tanvi

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
New Here ,
Oct 14, 2015 Oct 14, 2015

Hello,

Is it planned to include functionality for Acrobat DC packages to set serial number via command line ?

As discussed earlier in this conversation.

Thanks

/Zigurds

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 ,
Oct 14, 2015 Oct 14, 2015

cmd line functionality has always been there. Use ISX_SERIALNUMBER.

See Adobe Properties — Enterprise Administration Guide

hth,

Ben

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
New Here ,
Oct 14, 2015 Oct 14, 2015

Hi Ben, Yes for all Adobe products, except Acrobat DC Std, Pro.

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 ,
Oct 15, 2015 Oct 15, 2015

As far as I know, its applicable to DC products as well.

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
New Here ,
Oct 27, 2015 Oct 27, 2015

Are you sure? Please try to test it With Adobe DC PRO

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 ,
Oct 27, 2015 Oct 27, 2015

I'm sure. Test it with a simple cmd line install with no 3rd party software in the flow on a clean machine.

Ben

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 ,
Oct 27, 2015 Oct 27, 2015
LATEST

Also, TRANSFORMS value should be in quotes: TRANSFORMS="AcroPro.mst"

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