Article ID: 162894 - Last Review: November 5, 2003 - Revision: 3.0 ODE97: Cannot Redistribute Office Assistant with Run-Time ApplicationThis article was previously published under Q162894 Moderate: Requires basic macro, coding, and interoperability skills.
SUMMARY
When you create a custom application using the Microsoft Office 97
Developer Edition Tools (ODE), and that application includes the Office
Assistant object or the Assistant's Balloon object, you cannot distribute
your application to users who do not have a retail copy of Microsoft Access
97 on their computers.
MORE INFORMATION
The Office Assistant, the Assistant's Balloon, and all of the items inside
the balloon are controlled programmatically through the Assistant portion
of the Microsoft Office object model. Each of the items in the following
list are represented in Visual Basic through the Assistant Object and can
only be distributed to Microsoft Access 97 retail application users:
You can choose runtime command line options for your application in the ODE Setup wizard on the screen marked "Add the shortcuts that you want your custom Setup program to create and then set properties for each shortcut," on the Database Shortcut Properties tab, in the Run-Time dialog box. You can also create a shortcut for your command line option. The following example syntax starts Microsoft Access, and then opens the Northwind.mdb sample database in the runtime environment:
"C:\Program Files\Microsoft Office\Office\Msaccess.exe" "C:\Program
Files\Microsoft Office\Office\Samples\Northwind.mdb" /runtime
REFERENCES
For more information about using the Office Assistant, click Contents And
Index on the Help menu, and type "Office Assistant" (without the quotation
marks).
For more information about command-line options you can use in Microsoft Access, click the Office Assistant, type "Start Microsoft Access with command-line options," click Search, and then click to view the "Start Microsoft Access with command-line options" topic. NOTE: If the Assistant is hidden, click the Office Assistant button on the Standard toolbar. If Microsoft Access Help is not installed on your computer, please see the following article in the Microsoft Knowledge Base: 120802
(http://support.microsoft.com/kb/120802/EN-US/
)
Office: How to Add/Remove a Single Office Program
or Component
| Article Translations
|

Back to the top
