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相关组件,控制面板"添加/删除组件"中也没有 ...
随机推荐
- qsort的另类玩法,无聊写着耍耍
#include <stdio.h>#include <stdlib.h>char cmp_shellcode[] = "\x55" "\x89\ ...
- 快速批量导入庞大数据到SQL SERVER数据库(ADO.NET)
原文地址:http://www.cnblogs.com/chenxizhang/archive/2008/11/11/1331060.html 如果你需要在程序中批量插入成千上万行的数据,你会怎么编写 ...
- Hdu3812-Sea Sky(深搜+剪枝)
Sea and Sky are the most favorite things of iSea, even when he was a small child. Suzi once wrote: ...
- Activity的onSaveInstanceState()和onRestoreInstanceState()方法
首先Android的Activity生命周期如下图: Activity的onSaveInstanceState()和onRestoreInstanceState()并不是生命周期方法,他们不同于onC ...
- WPF-24:绘制正多边形
一般来说绘制正N边形,使用Blend直接画出来就好.不过可能是博主受WInform影响比较大,比较喜欢使用画出来的图形.如果要绘制正N边形,前面的绘制五角星的公式可以通用的(http://blog.c ...
- <% %> 、 <%= %> 、<%# %> 的区别
1,<% %>用来绑定后台代码 中间一般放函数或者方法,典型的asp程序写法. 在前台页面可以写后台代码 相当于开辟了C#空间,可以写C#代码 2,& ...
- pyqt treeview基础学习
# -*- coding: utf-8 -*- # python:2.x __author__ = 'Administrator' from PyQt4.QtGui import * from Py ...
- H Language Blueprint
H Language Blueprint I will design the H language in the very-soon future, it will be like: 1- a scr ...
- 男同胞爱小秘籍--作为爱他的女朋友了几天C规划
各位男同胞,不知道你的女朋友没有在过去的一问天,你这个问题~~ 场景重现: 女友:"今天天气不错." 你们:"对" 女友:"今天是我们知道它的最初几天 ...
- GDI+创建Graphics对象的2种方式
1.this.CreateGraphics() // 调用控件的CreateGraphics()方法 2.在OnPaint事件中,PaintEventArgs类型的参数e对象的Graphi ...