Logout Developer Knowledgebase Search Adobe Partners Main Adobe Solution Partner Finder Adobe Solution Partner Program Support Developer Knowledgebase Adobe Solution Partner Program Products & Technology Adobe
Developer Knowledgebase

Knowledgebase HomeAcrobat KB

Overview
Software Development Kits
Developer Knowledgebase
Support
Legal Notices
Feedback
Adobe Solution Partner Program
Join
Find a Solution Partner

Product
Acrobat
 
Version
5.0, 5.05
 
Last Edited
18-Feb-2003
 
Document
52286

How To: Disabling Acrobat Online Features During Installation.

Summary
Disabling the Acrobat Online features durring installation.


Issue
You are installing Acrobat Reader 5.x or Acrobat 5.x full product to an install base and want to disable the Acrobat Online features during an installation. These features include the buttons and menu items for Create Adobe PDF Online, Search Adobe PDF Online, and Paper Capture Online.

Solution
Create a batch file (*.bat) and launch it as a sub-launch of AEIT or the ABCPY.INI file.

You would use the DOS 'MOVE' command to move the WHA.api file from the \Program Files\Adobe\Acrobat 5.0\Acrobat\Plug_ins folder to the \Program Files\Adobe\Acrobat 5.0\Acrobat\Optional\ folder in the Acrobat Installation folder using the following syntax:

Note: Acrobat Reader 5.x and Acrobat 5.x full product install to the operating system drive letter by default.

@ECHO OFF
 
MOVE ["%System%\pathname\WHA.api"]  ["%System%\pathname\"]


OR

@ECHO OFF
 
MOVE ["[Drive Letter]:\pathname\WHA.api"]  ["[Drive Letter]:\pathname\"]


If the install system drive letter is known, then you can specify the drive letter that is appropriate to your installation. For example the default installation directory of Acrobat with it's system on the C: drive is C:\Program Files\Adobe\Acrobat 5.0\. Then you would use the following path in your batch file

"C:\Program Files\Adobe\Acrobat 5.0\Acrobat\Plug_ins\WHA.api"


If your system install system drive letter is not known, but you kept the default install location then you can create the batch file using '%System%' to determine the location of the system drive letter and then the path statement.

"%System%\Program Files\Adobe\Acrobat 5.0\Acrobat\Plug_ins\WHA.api"


If your system install drive is not known, you changed the default install directory, but the installation is still on the system drive, then you can create the batch file using '%System%' to determine the location of the drive letter and then the path statement.

"%System%\[pathname]\WHA.api"

Then you can sub-launch the batch file from the Adobe installer using AEIT, or you can manually edit Abcpy.ini. The section in Abcpy.ini would look like this if the batch file were located in the same directory and named move.bat :

[Launches]
NumberOfLaunches=1
Launch1Platform=ALL
Launch1Language=ALL

Launch1Type=EXE
Launch1Program=move.bat
Launch1CmdLine=
Launch1ChangeDir=

Launch1Wait=YES








back to top
Was this Knowledgebase document helpful? Yes  No
The articles in this knowledgebase are intended for use by software programmers currently using an Adobe SDK to extend or customize an Adobe product. These articles may be highly technical in nature.
If you have questions about an Adobe Product that are not related to development or an SDK product please visit: http://adobe.com/support/main.html
Copyright © Adobe Systems Incorporated. All rights reserved.
Terms of Use
Online Privacy Policy