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相关组件,控制面板"添加/删除组件"中也没有 ...
随机推荐
- Cmake中的find_package功能
find_package其实在windows下扮演的角色并不是很重要.在Unix下就非常重要了,find_package可以根据cmake内置的.cmake的脚本去找相应的库的模块,当然,内建了很多库 ...
- libeXosip2(1-3) -- How-To send or update registrations.
How-To send or update registrations. The eXtented eXosip stack Initiate a registration To start a re ...
- c#提出中文首字母
; i < len; i++) { myStr += getSpell(strText.Substring(i, )); ...
- Merge Sorted Array 解答
Question Given two sorted integer arrays nums1 and nums2, merge nums2 into nums1 as one sorted array ...
- Hdu4742-Pinball Game 3D(cdq分治+树状数组)
Problem Description RD is a smart boy and excel in pinball game. However, playing common 2D pinball ...
- 【POJ】Buy Tickets(线段树)
点更新用法很巧妙的一道题.倒序很容易的找到该人的位置,而update操作中需要不断的变化下标才能合理的插入.看了别人写的代码,学习了. #include <iostream> #inclu ...
- mysql基本介绍
RDBMS:1.数据库创建.删除除2.创建表.删除表.修改表3.索引的创建.删除4.用户和权限5.数据增.删.改6.查询 DML:Data Manapulate Language: 数据操作语言 ...
- MyWidget【简单自制控件】
#coding=gbk from PyQt4 import QtGui,QtCore import random class MyWidget(QtGui.QWidget): def __init__ ...
- deciaml(十进制浮点运算)
# -*- coding: utf-8 -*- # ==================== #File: python #Author: python #Date: 2014 #========== ...
- Unity之Bmob云存储一
无论我们做软件还是做游戏,少不了的就是和数据打交道,对于要保存到本地的数据,我们可以采用的载体太多了.例如:txt,Xml,Sqlite,SqlServer,Mysql等等,具体使用什么那就视情况而定 ...