| 
HOWTO: Troubleshoot Visual Studio 6.0 Setup
ID: Q192392
 
 | 
The information in this article applies to:
- 
Microsoft Visual Studio  6.0
- 
Microsoft Visual InterDev, version  6.0
- 
Microsoft Visual C++, 32-bit Editions, version  6.0
- 
Microsoft Visual Basic Learning, Professional, and Enterprise Editions for Windows, version  6.0
- 
Microsoft Visual J++, version  6.0
- 
Microsoft Visual FoxPro for Windows, version  6.0
- 
Microsoft Visual SourceSafe, 32-bit, for Windows  6.0
SUMMARY
If you are experiencing difficulty when you set up the Visual Studio 6.0
components, there are some troubleshooting steps you can take to help
identify and resolve problems. This article describes common
troubleshooting steps that you can take.
MORE INFORMATION
- Generate a log file during Setup. To do this, go to the Start menu and
   click Run. In the Run dialog box, type the following:
<DRIVE>:\setup.exe /gc <PATH>\<FILENAME>
 
 where:
 
 <DRIVE> is the drive letter of the CD-ROM drive where the Visual
   Studio 6.0 setup CD is located.
 
 <PATH> is the path where you want the log file to be place
   (for example, C:\).
 
 <FILENAME> is the file name of the log you want Setup to generate
   (for example, vs6.log)
 
 Keep in mind that the file name must follow the 8.3 naming format, and
   that the path and file name are not in quotation marks.
 
- If Setup fails, follow the steps in the ReadmeVI.htm for removing a
   previously installed beta version, even if a beta version was not
   installed. The registry entries and files are the same, so this step
   will help remove any partial setups of the released version.
- Run setup and generate a log file as described in the first bullet, but
   deselect all of the components (select nothing). Setup might generate
   dialog boxes indicating that you are doing something expected, but it is
   OK. Let Setup run completely through.
- After running the install described in the previous bullet (installing
   nothing), run Setup again (with a log file). Setup should start in
   maintenance mode that prompts you to re-install, add/remove components,
   or uninstall. When this dialog box appears, add one component at a time
   and test the installation after you install each component.
- When you choose which components to install, start with components that
   are not related to the Internet and do not make any significant updates
   to system files. Avoid installing Visual J++, Visual Basic, Visual C++,
   and Visual InterDev. Start with Visual FoxPro or Visual SourceSafe. You
   can remove these programs later if you do not need them, but these
   programs change your system configuration the least.
- If you are running setup multiple times it is a good idea to create a
   different log each time. For instance, start with vs6.log, then
   vs6_2.log, vs6_3.log, etc.
- Another good troubleshooting step is to install the required system
   components first, before you run the Visual Studio 6.0 Setup. The main
two components are Internet Explorer 4.0 Service Pack 1 and the Windows NT
4.0 Option Pack. The Windows NT 4.0 Option Pack is a dependency for many
server components (see Install.htm), but if you do not plan to install any
server components (such as the Visual InterDev Server Components) you do
not need to install the Windows NT 4.0 Option Pack. It is recommended that
you install these components from the Visual Studio 6.0 installation CDs.
Additional query words: 
Keywords          : kbsetup kbSSafe600 kbVBp600 kbVC600 kbVFp600 kbVisID600 kbVJ600 kbVS600 
Version           : WINDOWS:6.0; winnt:6.0
Platform          : WINDOWS winnt 
Issue type        : kbhowto 
Last Reviewed: April 13, 1999