Microsoft KB Archive/814711

From BetaArchive Wiki

Article ID: 814711

Article Last Modified on 8/15/2005



APPLIES TO

  • Microsoft Visual SourceSafe 6.0C
  • Microsoft Visual Studio 6.0 Enterprise Edition




SYMPTOMS

If you set the TEMP environment variable and the TMP environment variable to the short file name format (example: C:\DOCUME~1\TESTTE~1), and you try to install Microsoft Visual SourceSafe 6.0c on your computer, you may receive the following error message and the installation will not succeed:

This is an invalid command line option: Settings\Test Temp Directory\vs60wiz.exe

WORKAROUND

To work around this problem, set the TEMP environment variable and the TMP environment variable to the long file name format. In the long file name format, the file name that appears in the example in the "Symptoms" section will appear as follows:

C:\Documents and Settings\Test Temp Directory


STATUS

Microsoft has confirmed that this is a bug in Visual SourceSafe 6.0c.

MORE INFORMATION

Steps to reproduce the behavior

  1. On a clean computer, create a folder that is named Test Temp Directory. Create this folder in the C:\Documents and Settings folder.
  2. Click Start, point to Settings, and then click Control Panel.
  3. In Control Panel, double-click System. The System Properties dialog box appears.
  4. In the System Properties dialog box, click the Advanced tab.
  5. On the Advanced tab, click Environment Variables.
  6. Edit the TEMP environment variable:
    1. In the User Variables for User Name section, click the TEMP variable, and then click Edit. The Edit User Variable dialog box appears.

      Note User Name is a placeholder for the user name of the user who is logged on to the computer.
    2. In the Variable value box, type C:\DOCUME~1\TESTTE~1, and then click OK.
  7. Edit the TMP environment variable:
    1. In the User Variables for User Name section, click the TMP variable, and then click Edit. The Edit User Variable dialog box appears.
    2. In the Variable value box, type C:\DOCUME~1\TESTTE~1, and then click OK.
  8. Click OK to close the Environment Variables dialog box, and then click OK to close the System Properties dialog box.
  9. Try to install Visual SourceSafe 6.0c.


REFERENCES

For additional information about Visual SourceSafe, click the following article number to view the article in the Microsoft Knowledge Base:

325175 Support WebCast: Microsoft Visual Source Safe 6.0


Keywords: kbenv kbsetup kbprb KB814711