Acrobat Pro "You do not have access to this feature"
I used the Acrobat Customisation Wizard to create a custom .mst file for our organisation.
I checked "Suppress sign-in in Acrobat. Note: This feature allows user to use non premium features in Acrobat without sign in, and paid features would be available post sign in if the user has a subscription."
This is explained in the Adobe documentation here: https://www.adobe.com/devnet-docs/acrobatetk/tools/AdminGuide/singleinstaller.html
I thought this was a great feature because now we could install Acrobat Pro on all our machines and the users that have licences could just sign in. The users without licenses could just use it as the Reader version.
I installed Acrobat Pro DC V22.0 like this:
- Install Microsoft Visual C++
"vcredist_x64.exe" /install /quiet - Install Adobe Acrobat Pro DC v21
msiexec /i "AcroPro.msi" TRANSFORMS="Custom.mst" /qn /l*v "C:\ProgramData\Log\AdobeInstallerLog.log" - Update to Adobe Acrobat Pro DC v22
msiexec /update "AcrobatDCx64Upd2200220191.msp" /qn /l*v "C:\ProgramData\Log\AdobeUpdateLog.log"
Everythings seems to install just fine.
The application seems to work perfectly without logging in (with the restrictions in place).
Logging in with an account with an Acrobat Pro License also works fine.
BUT when logged in with a Pro account, the restrictions still seem to be in place. See screenshot.

When I install AcrobatPro with the generated installed, logging in works fine and all features are available, but I can't apply my organisations customisation file that way. So the "Suppress sign-in" is also not applied.
