Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Adobe Reader & Adobe Pro


1 reply to this topic

skj

skj
  • Full Members
  • 13 posts

Posted 12 January 2006 - 08:57

acrobat -> Help ->Acrobat Expert Support
->Accessibility Information Online

Our requirement is to Hide these options in the package, so i have written a script to do that, its hiding most of the option but only the above two is not happening your suggession is appreciated.

Below is the MenuHide.js Script
---------------------------------------------------------------
//disables Online Support
app.hideMenuItem("OnlineSupport");

//disables System Information
app.hideMenuItem("SystemInformation");

//disables Detect and Repair
app.hideMenuItem("DetectAndRepair");

//hides View > ToolBars
app.hideMenuItem("ToolBars");


//hides File > Print Me Internet Printing
app.hideMenuItem("EFI:PrintMe");

//disables Updates
app.hideMenuItem("Updates");

//disables Acrobat Online
app.hideMenuItem("AdobeOnline");

//disables Acrobat Expert Support
app.hideMenuItem("Acrobat Expert Support");

//disables Accessibility Information Online
app.hideMenuItem("AccessibilityInformationOnline");
------------------------------------------------------------------
Thanks
skj

Edited by skj, 12 January 2006 - 16:14.


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 12 January 2006 - 15:49

I guess you should ask Adobe how to properly hide menu items in their product.