Microsoft KB Archive/839071

From BetaArchive Wiki
Knowledge Base


Documentation errors in the Adminreadme.htm file on the Visual Studio .NET 2003 CD-ROM

Article ID: 839071

Article Last Modified on 5/31/2007



APPLIES TO

  • Microsoft Visual Studio .NET 2003 Professional Edition
  • Microsoft Visual Studio .NET 2003 Enterprise Architect
  • Microsoft Visual Studio .NET 2003 Enterprise Developer
  • Microsoft Visual Studio .NET 2003 Academic Edition




INTRODUCTION

This article contains information that corrects documentation errors in the Adminreadme.htm file on the Microsoft Visual Studio .NET 2003 CD-ROM.

MORE INFORMATION

In the "Introduction" section of the Adminreadme.htm file, the last sentence of the "Redistributing the .NET Framework 1.1 and Visual J# .NET Redistributable Package 1.1" subsection contains the following text:

For more information on obtaining these executables and how to use them to deploy applications, see Redistributing the .NET Framework.


This sentence should contain the following text:

For more information about how to obtain these executable files, and about how to use them to deploy applications, see Redistributing the .NET Framework and Distributing the Visual J# .NET Redistributable Package.




Additionally, in the "Running Administrator Mode Setup" section of the Adminreadme.htm file, step 3 of the "To run MSDN Library setup" subsection contains the following incorrect commands:

  • msiexec.exe /gb /a <path to msdn.msi>
  • msiexec.exe /gb /a \\products\VisualStudio\MSDN

The correct commands are the following:

  • msiexec.exe /a <path of msdn.msi>
  • msiexec.exe /a \\products\VisualStudio\MSDN


REFERENCES

For more information, visit the following Microsoft Developer Network (MSDN) Web sites:

Keywords: kbvs2005swept kbvs2005doesnotapply kbcommandline kbsoftwaredist kbsetup kbdeployment kbdocerr kbbug KB839071