简体   繁体   English

Windows XP上的脚本IIS 5.1安装

[英]Script IIS 5.1 installation on Windows XP

I found an idea for scripting the installation of IIS7 on Vista 我发现了在Vista上编写IIS7安装脚本的想法

I'm looking for a similar solution for IIS 5.1 on Windows XP. 我正在寻找Windows XP上针对IIS 5.1的类似解决方案。 Any ideas? 有任何想法吗?

Create your unattend text file. 创建您的无人参与文本文件。 Check the following document on the Windows Server CD for all relevant options: support\\tools\\deploy.cab -- unattend.doc on W2K, or ref.chm for XP/W2K3 请检查Windows Server CD上的以下文档,以获取所有相关选项:support \\ tools \\ deploy.cab-W2K上为unattend.doc,XP / W2K3上为ref.chm

It looks something like this; 看起来像这样; here are some common ones you can pick from: 以下是一些常见的选择:

[Components] [组件]

iis_common = ON iis_common =开

iis_inetmgr = ON iis_www = ON iis_inetmgr = ON iis_www = ON

iis_ftp = ON iis_ftp =开

iis_doc = ON iis_doc =开

iis_htmla = ON iis_htmla =开

iis_pwmgr = ON iis_pwmgr =开

mts_core = ON mts_core =开

fp = OFF fp =关闭

fp_extensions = OFF fp_extensions = OFF

iis_smtp = OFF iis_smtp =关闭

iis_nntp = OFF iis_nntp =关闭

2. Set Registry key at HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Setup\\SourcePath = "" ie SourcePath="\\server\\share" where \\server\\share\\i386 contains Windows files. 2.将注册表项设置为HKLM \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Setup \\ SourcePath =“”,即SourcePath =“ \\ server \\ share”,其中\\ server \\ share \\ i386包含Windows文件。

3. Run: SYSOCMGR.EXE /i:sysoc.inf /r /n /u: Make sure the identity which runs this command has access to \\server\\share 3.运行:SYSOCMGR.EXE /i:sysoc.inf / r / n / u:确保运行此命令的身份可以访问\\ server \\ share

-- -

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM