Unattended Setup Software Components (无人值守安装软件组件)
To help all the "unattended people" out there, I provide a part of my "winnt.sif" for unattended setup of the build-in software components. The official documents might not cover all entries, or some might be placed in the wrong section. The components are verified for SP3. The only addition in SP3 from SP2 is the component "k". This is just some very strange kind of placeholder. The component "netoc" is not included, 'cos the network section will be always proceeded!
Warning: NEVER TURN "OFF" WBEM!
[components]
accessopt = "off"
calc = "on"
charmap = "off"
chat = "off"
clipbook = "off"
deskpaper = "off"
dialer = "off"
fax = "off"
fp_extensions = "off"
freecell = "off"
freestyle = "off"
hearts = "off"
hypertrm = "off"
ieaccess = "off"
iis_common = "off"
iis_doc = "off"
iis_ftp = "off"
iis_inetmgr = "off"
iis_smtp = "off"
iis_www = "off"
iis_www_vdir_printers = "off"
iis_www_vdir_scripts = "off"
indexsrv_system = "off"
k = "off"
minesweeper = "off"
mousepoint = "off"
mplay = "off"
msmq_adintegrated = "off"
msmq_core = "off"
msmq_httpsupport = "off"
msmq_localstorage = "off"
msmq_triggersservice = "off"
msmsgs = "off"
msnexplr = "off"
mswordpad = "off"
netfx = "off"
notebook = "off"
oeaccess = "off"
oobe = "off"
paint = "off"
pinball = "off"
rec = "off"
rootautoupdate = "off"
solitaire = "off"
spider = "off"
stickynotes = "off"
system = "off"
templates = "off"
terminalserver = "off"
tpg = "off"
tswebclient = "off"
vol = "on"
wbem = "on"
wmaccess = "off"
wmpocm = "off"
zonegames = "off" [netoptionalcomponents]
beacon = "0"
iprip = "0"
lpdsvc = "0"
p2p = "0"
simptcp = "0"
snmp = "0"
upnp = "0"
wbemsnmp = "0"
Regards
Unattended Setup Software Components (无人值守安装软件组件)的更多相关文章
- 使用PowerShell实现服务器常用软件的无人值守安装
操作系统:windows server 2016 , windows server 2019 软件环境: 类型 名称 版本 系统功能 TelnetClien IIS 启用Asp.n ...
- ubuntu dpkg出现语法错误:安装软件提示无效组件
当安装软件是提示组件错误而导致不能安装,特别是以前卸载软件之后,再安装新版本的软件,其实就是之前卸载的时候没有按照正确的方法卸载引起的 解决方法如下: 使用sudo授权 1. 列出sudo dpkg ...
- Oracle 11g静默安装软件+手工创建数据库
由于是二次跳转+远程操作,无法使用图形界面,不能直接图形界面安装.采用静默安装软件+手工创建数据库的方式完成需求. 静默模式安装Oracle软件,配置监听程序 手工建库 检查各组件是否符合要求 1. ...
- Installshield自动安装IIS组件
原文:Installshield自动安装IIS组件 一. 工程类型:IS2010 installscript 二.原理: 1. XP和 Server2003系统:由于系统默认没有自带IIS组件,一般情 ...
- Vmware部署Linux无人值守安装Centos7系统
Linux - 无人值守安装服务 # 需求分析 - 使用光盘镜像来安装 Linux 系统的方式; 坦白讲, 该方法适用于只安装少量 Linux 系统的情况, 如果生产环境中有数百台服务器都需安装系统, ...
- Linux安装软件总结(二.几种安装命令介绍)
一.rpm包安装方式步骤: 1.找到相应的软件包,比如soft.version.rpm,下载到本机某个目录: 2.打开一个终端,su -成root用户: 3.cd soft.version.rpm所在 ...
- linux 下安装开发组件包
最初安装redhat 时, 系统自己装的,只安装了base 包,在开发过程中,需要不停的安装某个需求包, 图省事,安装光盘下的开发组件包: 在安装光盘下,,,用命令: yum grouplist ...
- 用Inno Setup来解决.NetFramework安装问题
用Inno Setup来解决.NetFramework安装问题 2010-03-01 09:59:26 标签:.Net Framework Setup 休闲 Inno 原创作品,允许转载,转载时请务必 ...
- Windows Xp Home Edition 安装IIS组件
问题描述: 在虚拟机(操作系统是Windows Xp Home Edition)中安装Sql Server 2005的时候警告缺少IIS相关组件,控制面板"添加/删除组件"中也没有 ...
随机推荐
- Dynamics CRM 2013 初体验(2):UI
Dynamics CRM 2013 系统的UI与2011相比改动是巨大的:传统的导航栏被去掉了,取代它的是win8风格的小磁铁:Ribbon风格的工具栏也被去掉啦,它的风格将回滚至4.0时代:新系统添 ...
- Unix 主机认证配置
A机用户: ssh-keygen -t rsa ssh-keygen -t dsa cd .ssh cat *.pub >>authorized_keys ---注意一定要追加,不然会覆 ...
- Shell函数返回值、删除函数、在终端调用函数
Shell 也支持函数.Shell 函数必须先定义后使用. Shell 函数的定义格式如下: function_name () { list of commands [ return value ] ...
- sql server数据建表
use edudbgoif exists(select * from sysobjects where name='department')drop table departmentcreate ta ...
- 一篇非常经典的springMVC注解实现方式详解
今天公司让搭建个springMVC的注解框架,研究了好半天,网络搜罗了半天,好不容易找到篇,拿来分享下: 原文出处:http://itxxz.com/a/kuangjia/2014/0531/4.ht ...
- Zigzag Iterator 解答
Question Given two 1d vectors, implement an iterator to return their elements alternately. For examp ...
- 分析linux下的编译环境
不论是windows下的程序,还是linux下的程序,开发环境都离不开三个目录:include.lib.bin,分别是头文件目录.库文件目录.运行文件目录.或许目录不叫这个名字,但却必不可少,除非你的 ...
- js相对定位
效果图:
- uva 11210 Chinese Mahjong(暴力搜索)
Chinese Mahjong Mahjong () is a game of Chinese origin usually played by four persons with tiles res ...
- iOS:UI系列之UIScrollview和UIPagecontrol
转眼间,又是一天,就这样忙忙碌碌的一天一天的过着, 不过还好,不是浑浑噩噩的,也算是小有所成,劳有所获吧,嘿嘿! 好了,到了总结的时间啦, 下面就为大家简单讲解下我今天学习的内容吧,希望对各位都有所帮 ...