Copy link to clipboard
Copied
Hello,
I've created a silent installation of Adobe Reader DC using the Adobe Customization Wizard.
When I start up Adobe Reader it will give me the 'Access files anywhere' screen.
Can anyone inform me how to prevent this message from popping up?
Greetings,
Luuk
Hi Gerryb29980864,
You may please refer to Pre-Deployment Planning — Enterprise Administration Guide

Let us know if that works.
Regards,
Akanchha
Copy link to clipboard
Copied
Hi Gerryb29980864,
You may please refer to Pre-Deployment Planning — Enterprise Administration Guide

Let us know if that works.
Regards,
Akanchha
Copy link to clipboard
Copied
Dear Akanchha,
Thank you very much, it works.
Instead of using the Customization wizard to add the keys, I used a .reg file at the end of my script.
For anyone interested, my full silent install:
Created a customized install of Adobe Reader DC using the Customization Wizard tool (Suppress EULA, no desktop shortcut, disable upsell, suppress reboot, run unattended).
msiexec /i "%~dp0AcroRead.msi" transforms="%~dp0AcroRead.mst" /quiet /norestart
Update the installation with the latest Adobe Reader DC update.
msiexec /update "%~dp0AcroRdrDCUpd1502020042.msp" /qb
Add a regkey to suppress the welcome screen.
regedit /s "%~dp0NoWelcomeScrn.reg"
Thanks
Luuk G.
Copy link to clipboard
Copied
Glad to hear it worked for you.
and thanks for sharing the additional information (full silent install), this would be really helpful for the other users.
Thanks,
Akanchha
Find more inspiration, events, and resources on the new Adobe Community
Explore Now