PRB: Setup Log Is Not Created in Visual Basic 5.0 (254281)



The information in this article applies to:

  • Microsoft Visual Basic Learning Edition for Windows 5.0
  • Microsoft Visual Basic Professional Edition for Windows 5.0
  • Microsoft Visual Basic Enterprise Edition for Windows 5.0

This article was previously published under Q254281

SYMPTOMS

When you try to use the switch X:\path\Setup.exe /gc C:\Name.ext (where X is your CD-ROM drive letter) to create a Setup log during installation, no log is created.

CAUSE

You must use a specific naming convention in order to generate a log of the Setup process.

RESOLUTION

Use the following syntax to successfully create a Setup log:

X:\VB\Setup\Setup.exe /gc "C:\Setup.txt"

(where X is your CD-ROM drive letter)

STATUS

This behavior is by design.

REFERENCES

See the Readme.txt and Readme.hlp information on the product CD-ROM or installation files.

Modification Type:MajorLast Reviewed:11/18/2003
Keywords:kbFAQ kbprb kbsetup KB254281