我發現scripting the installation of IIS7 on Vista腳本IIS 5.1安裝在Windows XP
我正在尋找一個IIS 5.1在Windows XP類似的解決方案的想法。有任何想法嗎?
我發現scripting the installation of IIS7 on Vista腳本IIS 5.1安裝在Windows XP
我正在尋找一個IIS 5.1在Windows XP類似的解決方案的想法。有任何想法嗎?
創建您的無人值守文本文件。檢查Windows Server光盤上下面的文檔,所有相關的選項: 的Support \ Tools \ deploy.cab - 在W2K的Unattend.doc,或ref.chm對於XP/W2K3
它看起來是這樣的;這裏有一些常見的,你可以選擇從:
[成分]
iis_common = ON
iis_inetmgr = ON iis_www = ON
iis_ftp = ON
iis_doc = ON
iis_htmla = ON
iis_pwmgr = ON
mts_core = ON
FP = OFF
fp_extensions = OFF
iis_smtp = OFF
iis_nntp = OFF
2. 設置註冊表鍵在 HKLM \ Software \ Microsoft \ Windows \ CurrentVersion \ Setup \ SourcePat h =「」 即 SourcePath =「\ server \ share」 其中\ server \ share \ i386包含Windows文件。
3. 運行: SYSOCMGR.EXE /i:sysoc.inf/R/N/U: 確保它運行此命令的身份訪問\服務器\共享
-