IIS 崩溃的后的感受

我的IIS 崩溃后,从控制面板中 重新安装也没有办法,系统在安装时仍然不能正确安装

在控制面板中卸载掉,也是停在那里,无法删除。

郁闷啊。

找到下面的脚本,算是帮了自己的大忙。

IIS.txt

[Components]
iis_common=on
iis_inetmgr=on
iis_www=on
iis_ftp=on
iis_htmla=on
[Internetserver]
PathFTPRoot="c:\intetpub\ftproot"
pathWWWRoot="c:\intetpub\wwwroot"

iis.bat

echo off
echo 正在自定义安装IIS……
---sysocmgr /i:F:\IISSetup\IIS6\iis.inf /u:F:\iis6install.txt
sysocmgr /i:c:\inf\iis.inf /u:c:\inf\iis.txt

从C:\Windows\Inf\IIS.inf  取到这个文件上面的cmd 要用。



posted @ 2008-10-07 20:48  信息化建设  阅读(729)  评论(0编辑  收藏  举报