View Single Post
  #1  
Old 20th Feb 04, 08:13 AM
~*McoreD*~'s Avatar
~*McoreD*~ ~*McoreD*~ is offline
Super Moderator
 
Join Date: Jul 2002
Location: Australia
Posts: 2,902
~*McoreD*~ is an unknown quantity at this point
If you?re using Visual Studio .NET CD-ROMs, type the following command in one long line in the Open text box, replacing <CDdrive> with your CD-ROM drive letter: E.g. E:
E:\dotNetFramework\dotnetfx.exe /t:c:\temp /c:"msiexec.exe /fvecms c:\temp\netfx.msi"
  • On the Windows Start menu, click Settings, and then click Control Panel.
  • Double-click Add/Remove Programs.
  • In the Add/Remove Programs dialog box, click Add/Remove Windows Components.
  • In the Windows Components Wizard, click Internet Information Services (IIS), and then click Details.
  • If FrontPage 2000 Server Extensions and World Wide Web Server aren?t already selected, click the check boxes
  • Click OK.
  • Click Next to start your installation of the files, and follow the instructions that appear.
  • You might be prompted to insert your Windows 2000, Windows XP Professional, or Windows Server 2003 CD-ROM during the installation process.
  • If you?re using a Visual Studio .NET DVD, type the following command in one long line in the Open text box, replacing <DVDdrive> with your DVD drive letter:
Code:
E:\wcu\dotNetFramework\dotnetfx.exe /t:c:\temp /c:"msiexec.exe /fvecms c:\temp\netfx.msi"
  • If you are using the downloaded .NET Framework file
Code:
C:\Downloads\Microsoft .NET Framework 1.1\dotnetfx.exe /t:c:\temp /c:"msiexec.exe /fvecms c:\temp\netfx.msi"
Cheers,
McoreD
Reply With Quote