• Welcome to Support Forum: Get Support for Patch My PC Products and Services.
 

Deploying Acrobat 64-bit Unified as Reader vs Pro

Started by iamr00t, October 31, 2024, 04:32:02 PM

Previous topic - Next topic

iamr00t

I understand that the Acrobat 64-bit installer contains the components for Acrobat Reader as well as the support for Acrobat licensed versions. I would like some understanding of how this version could be used to deploy to our environment in a fashion where users with an Acrobat Pro license would be able to use this version via some form of automation. Finding minimal information from Adobe, so if anyone has direction it would be appreciated.

Michael (Patch My PC)

If you deploy the Adobe Acrobat Reader x64, if your users has a CC license for Pro, they should be able to just select 'Sign In' and the installation will upgrade it self to 'Pro'


Michael (Patch My PC)

There is also an option available if use the 'Unified Installer' of Acrobat x64 to allow 'Reduced Mode'.

[HKLM\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockDown] bIsSCReducedModeEnforcedEx = 1 (dword)

https://www.adobe.com/devnet-docs/acrobatetk/tools/AdminGuide/singleinstaller.html#registry-setting-to-enable-reduced-mode


iamr00t

Thanks, Michael! More questions. Do the command switches referenced in the Adobe article you provided work with PatchMyPC? So far, I have been a little disappointed with Adobe's docs on this. What I was looking for was whether PatchMyPC's Acrobat 64bit unified install contains the upgrade files to upgrade to Pro (if or if not the proper command switches are used).

Thanks!
SS

iamr00t

Bump. Should I open a ticket for help with this? I was looking to use some of the command switches adobe lists in their docs for the Acrobat unified installer.. See here: https://www.adobe.com/devnet-docs/acrobatetk/tools/AdminGuide/singleinstaller.html
This is the part I am looking to add:
Optional components for 64-bit installs
Verify you're adhering to the Product compatiblity upgrade matrix.
Run the following:
Setup.exe /sAll /msi ADDLOCAL=OptionalFeatures,DistillerCJKNative,DistillerCJKSupport,PaperCaptureOptional,
PreFlightPlugin DISABLE_FIU_CHECK=1 TRANSITION_INSTALL_MODE=4 SKIP_WEBRCS_REINSTALL=1 SKIP_CEF_KILL=1

I am assuming I would add this to Modify Command Line? Will it work? If so, the issue is that I do not seem to be able to add lines that long (there is no character limit specified on the GUI), and I might also not be certain if it would work.

The idea here would be to install (but not activate) the optional components embedded in the local installer rather than relying upon the upgrader to download the Acrobat Std/Pro content from Adobe.

Help?