Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Hi Zigurd,
Unfortunately, we do not have any alternative solution to speed up this process as of now.
Thanks,
Tanvi
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
cmd line functionality has always been there. Use ISX_SERIALNUMBER.
See Adobe Properties — Enterprise Administration Guide
hth,
Ben
Copy link to clipboard
Copied
Hi Ben, Yes for all Adobe products, except Acrobat DC Std, Pro.
Copy link to clipboard
Copied
As far as I know, its applicable to DC products as well.
Copy link to clipboard
Copied
Are you sure? Please try to test it With Adobe DC PRO
Copy link to clipboard
Copied
I'm sure. Test it with a simple cmd line install with no 3rd party software in the flow on a clean machine.
Ben
Copy link to clipboard
Copied
Also, TRANSFORMS value should be in quotes: TRANSFORMS="AcroPro.mst"
Find more inspiration, events, and resources on the new Adobe Community
Explore Now