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



The information in this article applies to:

  • Microsoft Visual Studio .NET (2003), Professional Edition
  • Microsoft Visual Studio .NET (2003), Enterprise Architect Edition
  • Microsoft Visual Studio .NET (2003), Enterprise Developer Edition
  • 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

Modification Type:MinorLast Reviewed:2/4/2006
Keywords:kbvs2005swept kbvs2005doesnotapply kbCommandLine kbSoftwareDist kbsetup kbDeployment kbdocerr kbBug KB839071 kbAudDeveloper