ODE97: Cannot Redistribute Office Assistant w/Runtime App

Last reviewed: February 4, 1998
Article ID: Q162894
The information in this article applies to:
  • Microsoft Office 97 Developer Edition Tools

SUMMARY

Moderate: Requires basic macro, coding, and interoperability skills.

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:

  • Assistant Actions
  • Balloons
  • Balloon Headings, text, check boxes, and labels.

The Assistant Object and all its associated code will work with the /runtime switch, which provides the Assistant functionality in the corporate environment where full retail copies of Microsoft Access 97 are being used.

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:

   ARTICLE-ID: Q120802
   TITLE     : Office: How to Add/Remove a Single Office Program
               or Component


Additional query words: Office Assistant Balloon ODE
Keywords : kbusage kbfaq
Version : 97
Platform : WINDOWS
Hardware : x86
Issue type : kbhowto


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: February 4, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.