Copy link to clipboard
Copied
Hi there, I am running into an issue where I have the unified x64 Acrobat Installer installed on my PC using the TRANSFORMS switch with a custom mst file created with the Adobe Customization Wizard to allow the product to open and work as reader for unlisenced users. I have a web app that launches acrobat with a PDF that works with the x64 bit Reader and x32bit Reader, but both products are slow at launch. I noticed that the unified installer after some customization is quite snappy, but when I attempt to have my web app launch a PDF it starts Adobe in the background and then stops it almost immediatly. I reviewed some logs and the issue points to Adobe launching, but the quiting due to being unlisenced even with the unified installer set to run in reader mode when unlisenced.
Copy link to clipboard
Copied
Hope you are doing well. Thanks for writing in, and sorry for the delayed response.
To ensure your unified Acrobat installation is correctly set to operate in Reader mode for unlicensed users:
Review MST File Settings:
Test the Configuration:
Check the Registry Entries:
HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\DC\Activation
bUpdater
set to 0
(if updates are disabled) and other relevant keys for Reader mode.HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Acrobat\DC\FeatureLockDown
bUseLowRightsForReader
or similar values to ensure Reader mode is enforced.Validate Transform Application:
TRANSFORMS
switch:
msiexec /i AcroPro.msi TRANSFORMS=custom.mst /qn
Inspect Adobe Customization Wizard Documentation:
If everything checks out but the issue persists, the configuration may not be propagating correctly to the web app context. Further investigation into the integration between the app and Acrobat would be necessary.
-Souvik