Microsoft Visual Studio .NET 2003的安装

 

 安装.NET,对于一些系统必备的都可以在安装系统(我的是Windows Server 2003)的CD里得到:

我安装的是Microsoft Visual Studio .NET 2003,首先将Visual Studio.NET 2003.exe文件(大小为625,510KB,约610M)解压缩,假设解压缩到

C:/VisualStudio2003Inst

这个过程相当地慢,慢慢的等吧,估计机器的CPU占用率接近100%.

然后选择C:/VisualStudio2003Inst目录下的setup.exe可执行文件,便开始安装了.

如果前面的系统必备安装没有达到要求,微软会提示你的,页面就在C:/VisualStudio2003Inst/Setup目录之下:

WebServer.htm

 

<script language="JavaScript" type="text/javascript"> var strInput; var strRemainingInput; var strPath; var strOSType; var strFileSys; var strConfig; var strReadmePath; var i; var strErrorAnchor; var strInstallAnchor; var ALL; //Init strOSTypr="4"; strFileSys="0"; strConfig="2"; ALL="0"; strInput=window.location.search.substring(1,window.location.search.length); i=strInput.indexOf(";"); strOSType=strInput.substring(0,i); strRemainingInput=strInput.substring(i+1,strInput.length); i=strOSType.indexOf("="); strOSType=strOSType.substring(i+1,i+2); i=strRemainingInput.indexOf(";"); strPath=strRemainingInput.substring(0,i); strRemainingInput=strRemainingInput.substring(i+1,strInput.length); i=strPath.indexOf("="); strFileSys=strPath.substring(i+1,strPath.length); i=strRemainingInput.indexOf("="); i=strRemainingInput.indexOf(";"); strPath=strRemainingInput.substring(0,i); strRemainingInput=strRemainingInput.substring(i+1,strInput.length); i=strPath.indexOf("="); strPath=strPath.substring(i+1,strPath.length); i=strRemainingInput.indexOf("="); strConfig=strRemainingInput.substring(i+1,i+2); strRemainingInput=strRemainingInput.substring(i+2,strInput.length); i=strRemainingInput.indexOf("="); strReadmePath=strRemainingInput.substring(i+1,strInput.length); // Security precaution forbiddenChars = new RegExp("[<>/'/"]", "g"); // Global search/replace strPath = strPath.replace(forbiddenChars, ""); strReadmePath = strReadmePath.replace(forbiddenChars, ""); //This section is the introduction. document.write("

"); document.write ("

"); if(strOSType=="0")document.write ("

Windows 2000 的 Web 项目要求

"); else if(strOSType=="1")document.write ("

Windows XP 的 Web 项目要求

"); else if(strOSType=="2" || strOSType=="3")document.write ("

Windows Server 2003 及更高版本的 Web 项目要求

"); else document.write ("

Web 项目要求

"); document.write ("

如果要在此计算机上创建 Web 项目,必须首先安装"); document.write ("附加组件。若要创建 Web 项目,必须同时安装和配置 Internet 信息服务(IIS) "); document.write ("和 FrontPage 服务器扩展(FPSE)。"); document.write ("不过,可以在已安装和配置了这些组件的远程计算机上"); document.write ("创建 Web 项目。
"); document.write ("
注意: 在安装下面列出的组件之前,建议打印出此页或给此页加上书签。"); document.write ("此页在计算机重新启动后不会自动显示。

"); //This section is for step 1 (Download Security Updates) and (Disconnect Network) Secure(); //LOGIC----------------------------------------------------------------------- //This is the logic section for IIS/FPSE based on OSType and File System if (strConfig=="1")//IIS is not present, FPSE is not present. { //Install IIS if (strOSType=="0") { InstallIIS_2K(); strConfig = "0"; //this will route it to FPSE Config section below. } else if (strOSType=="1") { InstallIIS_XP(); strConfig = "0"; //this will route it to FPSE Config section below. } else if (strOSType=="2" || strOSType=="3") { InstallIIS_NETSRV(); strConfig = "0"; //this will route it to FPSE Config section below. } else { ALL="1"; Everything(); //this accounts for a nondetectable OS } } if (strConfig=="0") //IIS is present, FPSE is not configured. { // Install FPSE and Configure FPSE if (strOSType=="0") { InstallFPSE_2K(); document.write ("
"); ConfigureFPSE_2K(); document.write ("
"); } else if (strOSType=="1") { InstallFPSE_XP();document.write ("
"); ConfigureFPSE_XP(); document.write ("
"); } else if (strOSType=="2" || strOSType=="3")//Windows Server 2003 and later { InstallFPSE_NETSRV(); ConfigureFPSE_NETSRV(); document.write ("
"); } else { ALL="1"; FPSE_OS_ALL(); //this accounts for a nondetectable OS } } if(strConfig!="0" && strConfig!="1") { //default everything ALL="1"; Everything(); } //FUNCTIONS-------------------------------------------------- function docLoad() { document.all.NoScriptSpan.outerHTML = ""; } function Everything() { InstallIIS_2K(); InstallIIS_XP(); InstallIIS_NETSRV(); InstallFPSE_2K(); document.write ("
"); InstallFPSE_XP(); document.write ("
"); InstallFPSE_NETSRV(); document.write ("
"); ConfigureFPSE_2K(); document.write ("
"); ConfigureFPSE_XP(); document.write ("
"); ConfigureFPSE_NETSRV(); document.write ("
"); }; function FPSE_OS_ALL() { InstallFPSE_2K(); document.write ("
"); InstallFPSE_XP(); document.write ("
"); InstallFPSE_NETSRV(); document.write ("
"); ConfigureFPSE_2K(); document.write ("
"); ConfigureFPSE_XP(); document.write ("
"); ConfigureFPSE_NETSRV(); document.write ("
"); }; function Secure() { //This section is for step 1 Download Security Updates, Disconnect Network, FAT Warning document.write ("
  1. 保护用于安装的计算机
    "); document.write ("
    "); document.write ("
    保护用于安装的计算机 "); //OS Specific Title if(strOSType=="0") document.write (" "); document.write ("
    "); document.write ("
    "); document.write ("
    1. "); document.write ("
    2. 最新的安全更新下载保存到您的桌面。"); document.write ("
      注意: 现在不要安装安全更新。您将在下面说明的后一阶段手动应用这些安全更新。"); document.write ("如果您有问题,请询问系统管理员。
      "); document.write ("
    3. 注意: 如果您是通过网络安装的 Windows 操作系统,"); document.write ("而您没有现成可用的 Windows 操作系统 CD/DVD,"); document.write ("请与系统管理员联系。
      "); //FAT DETECTION if(strFileSys!="1"){ if(strOSType=="0"||strOSType=="1") { document.write ("
    4. "); document.write (" 注意: 在 FAT 文件系统上运行 FrontPage 服务器扩展时,"); document.write (" 系统会允许任何匿名用户在您的"); document.write (" Web 服务器上进行创作。"); document.write (" 有关转换文件系统的其他信息,请转到 。"); document.write ("
      "); } else if(strOSType=="2" || strOSType=="3") { document.write ("
      • "); document.write (" 注意: FrontPage 服务器扩展"); document.write (" 不会安装在 FAT 16 或 FAT 32 文件系统上。"); document.write (" 有关转换文件系统的其他信息,请参见
      。 "); document.write (" "); } else if(strOSType=="4") { document.write ("
      • "); document.write (" 注意: 在 FAT 文件系统上运行 FrontPage 服务器扩展时,"); document.write ("任何匿名用户都可以在您的 Web 服务器"); document.write ("上进行创作。"); document.write ("有关转换文件系统的其他信息,请转到
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值