PRB: Setup Wizard Displays Message Box with '118' and OK Button

Last reviewed: October 30, 1997
Article ID: Q175756
The information in this article applies to:
  • Microsoft Visual Basic Control Creation, Professional, and Enterprise Editions for Windows, version 5.0

SYMPTOMS

The Setup Wizard displays a message box with '118' and an OK button.

CAUSE

The Environment User Variable TMP under Windows NT4.0 does not point to a valid directory (usually the Temp directory).

RESOLUTION

Create a valid (Temp) directory for the TMP Environment User Variable. From Control Panel, double-click on the System icon. Click on the Environment tab. Under "User Variables for [UserName]," change the value of TMP to an existing directory name.

MORE INFORMATION

Steps to Reproduce the Behavior

  1. From Control Panel, double-click on the System icon.

  2. Click on the Environment tab.

  3. Under "User Variables for [UserName]," change the value of TMP to a non-existing directory name, or delete or rename the existing directory.

  4. Start Visual Basic with a Standard EXE project (or any other project).

  5. Compile the project. (You don't have to add any code.)

  6. Run Application Setup Wizard with the project. You will get several message boxes, each with '118' and an OK button.

To correct this behavior, assign the TMP variable a valid directory.

REFERENCES

For more information on the cause of this error message, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q175755
   TITLE     : PRB: Run-time Error '3043' When Using Books Online or DAO


Additional query words: DAO, Books Online, Error 118, Setup Wizard
Keywords : vb5all
Version : WINDOWS:5.0
Platform : WINDOWS
Issue type : kbprb
Solution Type : kbpending


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: October 30, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.