/build/static/layout/Breadcrumb_cap_w.png

Adobe Acrobat Reader XI - Disable Adobe Online Services and Edit PDF (Easy edit text and images in PDF documents).

Creating a custom Adobe Acrobat Reader msi using Adobe Customization Wizard XI.

I am able to suppress the installation and remove all Adobe Online Services but once the application is launched I cannot find where the setting is to remove the "Edit PDF Files"  (which directs end users to Adobe website to purchase Acrobat Professional or Standard) in the application home page.

e.g.

fcgELH.png


We do offer Acrobat Professional & Standard but want to avoid end users from being redirected and possibly purchasing their own license.


0 Comments   [ + ] Show comments

Answers (4)

Posted by: felixcruz3 9 years ago
White Belt
0

Thanks Badger,

Corey Thomas was able to assist as well.  Now when launched Adobe Acrobat Reader the Welcome Screen is gone and the application seems to be locked down.

Using Adobe Customization Wizard XI, I added the following Registry items:

Here are the Steps.

Below is the script:

//HideMenu.js
// [Help - Check for Updates]
app.hideMenuItem("Updates");
// [Help - Purchase Adobe Acrobat]
app.hideMenuItem("Weblink:BuyAcrobat");
// [Help - Digital Editions]
app.hideMenuItem("eBook:Digital Edition Services");
// [Help - Online Support]
app.hideMenuItem("OnlineSupport");
// [Help - Online Support - Knowledge Base]
app.hideMenuItem("KnowledgeBase");
// [Help - Online Support - Adobe Support Programs]
app.hideMenuItem("AdobeExpertSupport");
// [Help - Online Support - Adobe User Community]
app.hideMenuItem("AdobeUserCommunity");
// [Help - Online Support - Accessibility Resource Center]
app.hideMenuItem("AccessOnline");
// [Help - Online Support - Generate System Report]
app.hideMenuItem("SystemInformation");
// [Help - Product Improvement Options]
app.hideMenuItem("UsageMeasurement");
// [File - Share Files Using SendNow Online]
app.hideMenuItem("SPAObject 51");
// [File - CreatePDF Online]
app.hideMenuItem("SPAObject 47");

.


Posted by: vjaneczko 9 years ago
9th Degree Black Belt
0
Pretty sure that's part of the program and not something you can enable/disable.
Posted by: Badger 9 years ago
Red Belt
0

I have just had a play with this. It seems that bit you have highlighted changes everytime you launch the app. I have set all the adobe online and cloud stuff to off, but still get  a sign pdf option. I am not looking into that.

as a side note, its probably not really that important as most people would probably double click a file so the app would launch and display the doc content not the initial splash you have there.

Posted by: Badger 9 years ago
Red Belt
0

Adobe... so looking into it a bit more, its a setting you can change in the app (Ctrl K) general option...

resultant reg keys are this..

[HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\11.0\IPM]
"bDontShowMsgWhenViewingDoc"=dword:00000001
"bShowMsgAtLaunch"=dword:00000000

 

The 'bShowMsgAtLaunc' will hide the bit at the bottom of the pane on launching the app. You might have to add the HKCU in the MST. or deploy it how you like, I have not looked at finding an equivalent machine key.

Good luck

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ