You want to prevent users from using the "Adobe Online" menu item and "Adobe Online" button in the Acrobat toolbar in your installation.
Issue
You have an large installation base and you want to prevent users from using the "Adobe Online" menu item and "Adobe Online" button in the Acrobat toolbar in your installation.
Solution
Using AEIT or ABCPY.ini place a "config.js" file with the appropriate Acrobat JavaScript commands to hide the Adobe Online menu item and button in the Javascripts folder of the Acrobat installation directory during the installation with batch file (*.bat).
Using a text editor create a "config.js" file with the following commands:
app.hideMenuItem("AdobeOnline");
app.hideToolbarButton("AdobeOnline");
Using these Acrobat JavaScript commands in the "config.js" file effectively hides the button and menu items. For further information on how to disable the internet features of Acrobat see document 52286 at
http://support.adobe.com/devsup/devsup.nsf/docs/52286.htm