You can put an installation image of Microsoft Visual Studio 2005 on a local area network (LAN) resource to provide better control to those users who have permission to install the product. This method of deployment can reduce the time that is required to install the product. Additionally, this method can reduce the occurrence of any problems that may be associated with the handling of CD-ROMs and DVD-ROMs.
Note When you put the installation image on a shared LAN resource,
such as a file server, you do not install the product on the server. You must
install the product on individual client computers.
You can use a copy-and-paste operation in Microsoft Windows Explorer to copy the
contents of the installation media to the hard disk of the LAN resource. However, the XCopy command has an
advantage over a copy-and-paste operation. When you use the XCopy command, you can use the
verify (/v) flag.
Create a folder near the root folder of the destination drive. The
name of this folder must have a maximum of eight characters and cannot contain
spaces or special characters. A folder name such as C:\Vsdotnet\ is
appropriate.
Click Start, click
Run, type cmd, and then click
OK.
Type the drive letter of the source drive. For example, if
the DVD drive is drive R, type R:. Press ENTER.
Type the following command, and then press ENTER. The destination folder in this command is C:\Vsdotnet.
Modify this command to use the destination folder that you created in step 1.
XCopy *.* c:\VSDOTNET\ /h /v /s
Note The flags in this command are /h for hidden, /v for verify, and /s for subdirectories.
Create a subfolder for the Microsoft Windows
Component Upgrade (WCU), such as C:\Vsdotnet\Wcu.
Create a folder for the remaining numbered disks, such as
C:\Vsdotnet\Vs.
Use Windows Explorer to view the contents of the WCU
CD-ROM.
In the right pane of Windows Explorer, click to select one
item on the CD-ROM, and then press CTRL+A to select all the contents of the
CD-ROM.
Right-click the selected contents, and then click
Copy to copy the contents of the WCU CD-ROM to the Clipboard.
In Windows Explorer, open the subfolder that you created in
step 2.
Click in the right pane, and then press CTRL+V to paste the
contents of the WCU CD-ROM from the Clipboard to the new subfolder.
Repeat steps 4 through 8 for each CD-ROM
to copy all the contents of each numbered CD-ROM to the folder that
you created in step 3. If a Confirm File Replace dialog box appears, click Yes to all.
Create a folder near the root folder of the destination drive. The
name of this folder must have a maximum of eight characters and cannot contain
spaces or special characters. A folder name such as C:\Vsdotnet is
appropriate.
Create a subfolder for the Windows
Component Upgrade (WCU), such as C:\Vsdotnet\Wcu.
Create a folder for the remaining numbered disks, such as
C:\Vsdotnet\Vs.
Click Start, click
Run, type cmd, and then click
OK.
Type the drive letter of the source drive. For example, if
the CD drive is drive R, type R:. Press ENTER.
Verify that the WCU CD-ROM is in the CD drive. Type the following
command, and then press ENTER. The destination folder in this command is C:\Vsdotnet\Wcu.
Modify this command to use the subfolder that you created in step 2.
XCopy *.* c:\VSDOTNET\WCU\ /h /v /s
Note The flags are /h for hidden, /v for verify, and /s for subdirectories.
Verify that CD-ROM Disk #1 is in the CD drive. Type the following
command, and then press ENTER. Modify this command to use the destination folder that you created
in step 3.
XCopy *.* c:\VSDOTNET\VS\ /h /v /s
Repeat step 7 for the remaining numbered CD-ROMs. If a Confirm File Replace dialog box appears, click Yes to all.