国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網站 > IIS > 正文

無人值守安裝IIS 6.0的原理分析

2024-08-29 03:16:09
字體:
來源:轉載
供稿:網友
基本命令:Sysocmgr.exe /i:sysoc.inf /u:c:/iis.txt
c:/iis.txt是IIS要安裝的組件列表

復制代碼 代碼如下:


[Components] 
iis_common = ON 
iis_www = ON 
iis_asp = ON 
iis_inetmgr = ON 
aspnet= ON  




包括IIS組件在內的所有組件列表:


Mplay 
Rec 
Vol 
fullscreenconsole 
fax 
wms_admin_mmc 
wms_svrtyplib 
wbem 
dtc 
com 
complusnetwork 
iis_common:CommonFiles - 安裝需要 IIS 程序文件 
iis_inetmgr:Internet 信息服務管理單元: MMC 中安裝 IIS 管理界面 
netfx 
iis_www:萬維網服務 
wms_admin_asp 
wms_server 
wms_isapi 
rootautoupdate 
autoupdate 
licenseserver 
certsrv_client 
certsrv_server 
authman 
cluster 
ieaccess 
iehardenadmin 
iehardenuser 
msmq_core 
msmq_localstorage 
msmq_adintegrated 
msmq_mqdsservice 
msmq_triggersservice 
msmq_httpsupport 
msmq_routingsupport 
bitsserverextensionsmanager:安裝 BITS 管理擴展中 Microsoft 管理控制臺 (MMC) 
bitsserverextensionsisapi:安裝 IIS ISAPI 以允許上載后臺智能傳輸服務 (BITS) 
sakit_web 
iis_asp 
iis_internetdataconnector 
iis_serversideincludes 
iis_webdav 
tswebclient:遠程桌面 Web 連接 
iis_ftp:FTP 服務 
iis_smtp:簡單郵件傳輸協議 (SMTP) 服務 
iis_nntp:網絡新聞傳輸協議 (NNTP) 服務 
inetprint:Internet 打印 
fp_extensions:FrontPage2002ServerExtensions 
appsrv_console 
dtcnetwork 
aspnet Asp.Net 
oeaccess 
mswordpad 
calc 
charmap 
clipbook 
deskpaper 
mousepoint 
paint 
templates 
imegen 
chat 
hypertrm 
accessopt 
rstorage 
indexsrv_system 
uddiweb 
uddidatabase 
uddiadmin 
terminalserver 
wbemmsi 
snmp 
wbemsnmp 
netmontools 
netcmak 
netcps 
wins 
dns 
dhcpserver 
simptcp 
ias 
netcis 
macprint 
macsrv 
lpdsvc 
reminst 
pop3service 
pop3admin 
display 
ntcomponents 
WMPOCM 

scw 
computeserver 
netrqs 
storageserver 

注意:
Windows 總是尋找服務器最初安裝該媒體。 如果從 CD, 安裝服務器無人參與安裝提示對于 Windows CD。 如果要運行無人參與安裝并使用媒體, 并存儲在網絡共享, 必須更改為以下注冊表子項中 ServicePackSourcePath 子項 SourcePath 子項和值: 
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Setup
更改用于 ServicePackSourcePath 子項 SourcePath 子項和值對合適網絡共享。 路徑必須包含 i 386 文件夾。 

下面是一個完整的IIS安裝文件:IISSetup.bat
第一步:更改windows安裝文件位置
第二步:生成安裝選項文件
第三步:開始安裝

復制代碼 代碼如下:


echo "更改windows安裝文件的路徑"

echo Windows Registry Editor Version 5.00 > c:/setupreg.reg
echo [HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Setup] >> c:/setupreg.reg
echo "ServicePackSourcePath"="D://Win2003//" >> c:/Win2003setupPath.reg
echo "SourcePath"="D://Win2003//" >> c:/Win2003setupPath.reg

regedit /S c:/Win2003setupPath.reg
del c:/Win2003setupPath.reg

echo "生成IIS無人值守安裝選項文件"
echo [Components] > c:/iis.txt
echo iis_common = ON >> c:/iis.txt
echo iis_www = ON >> c:/iis.txt
echo iis_asp = ON >> c:/iis.txt
echo iis_inetmgr = ON >> c:/iis.txt
echo aspnet= ON  >> c:/iis.txt

Sysocmgr.exe /i:sysoc.inf /u:c:/iis.txt
del c:/iis.txt
echo IIS安裝完畢
pause

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 文化| 含山县| 海丰县| 庆云县| 清流县| 余江县| 阿尔山市| 蓬溪县| 广元市| 滦平县| 新丰县| 开封市| 辛集市| 兴国县| 桦川县| 南雄市| 禹城市| 黄冈市| 资阳市| 恩平市| 天津市| 留坝县| 岳普湖县| 汉沽区| 新蔡县| 沂水县| 永清县| 兴安县| 东乌珠穆沁旗| 万安县| 锡林郭勒盟| 铜梁县| 曲麻莱县| 灵山县| 南平市| 龙井市| 都安| 金塔县| 和林格尔县| 通江县| 崇信县|