简体中文版 Windows XP SP2 中 syssetup.inf 的注释 - Windows精简与定制技术 - 系统评测 - 天空竞技场
发新话题
打印

[转帖] 简体中文版 Windows XP SP2 中 syssetup.inf 的注释

;全新安装时要复制的一些文件
[Files.Install.CleanInstall]
CopyFiles=Files.System,
Files.System.CopyAlways,
Files.NoWin31.System32ToSysroot,
Files.NoWin31.System32ToSystem


;在 Win 3.1 下全新安装时要复制的文件?
[Files.Install.CleanInstall.Win31]
CopyFiles=Files.System,
Files.System.CopyAlways

;升级安装时要复制的一些文件
[Files.Install.Upgrade]
CopyFiles=Files.System.CopyAlways,
Files.NoWin31.System32ToSysroot,
Files.NoWin31.System32ToSystem

在 Win 3.1 下升级安装时要复制的文件?
[Files.Install.Upgrade.Win31]
CopyFiles=Files.System.CopyAlways

TOP

;设定复制路径
[DestinationDirs]
;Files.System 区段下的文件复制到 System32 文件夹中
Files.System = 11
;Files.System.CopyAlways 区段下的文件复制到 System32 文件夹中
Files.System.CopyAlways = 11
;Files.NoWin31.System32ToSysroot 区段下的文件复制到 Windows 文件夹中
Files.NoWin31.System32ToSysroot = 10
;Files.NoWin31.System32ToSystem 区段下的文件复制到 System 文件夹中 (注意, 不是 System32)
Files.NoWin31.System32ToSystem = 50

;不用保留 Win 3.1 的相应文件
[Files.NoWin31.System32ToSysroot]
NOTEPAD.EXE
TASKMAN.EXE

;不用保留 Win 3.1 的相应文件
[Files.NoWin31.System32ToSystem]
AVICAP.DLL
AVIFILE.DLL
COMMDLG.DLL
LZEXPAND.DLL
KEYBOARD.DRV
MCIAVI.DRV
MCISEQ.DRV
MCIWAVE.DRV
MMSYSTEM.DLL
MMTASK.TSK
MOUSE.DRV
MSVIDEO.DLL
OLECLI.DLL
OLESVR.DLL
SHELL.DLL
SOUND.DRV
SYSTEM.DRV
TAPI.DLL
TIMER.DRV
VER.DLL
VGA.DRV
WFWNET.DRV
WINSPOOL.DRV

;一些配置文件, 不一定要复制
[Files.System]
AUTOEXEC.TMP,AUTOEXEC.NT
CONFIG.TMP,CONFIG.NT

TOP

;任何安装模式下都要复制的文件 (但此处未定义)
[Files.System.CopyAlways]


;???
[Files.MarkReadOnly]
perfmon.msc


;要导入的注册表 Inf?
[RegistryInfs]



;系统默认要安装的组件, 是本配置文件的精华所在, 在此可以删掉自己不想安装的组件
[Infs.Always]
;Windows Script Host (Windows 脚本宿主)
wsh.inf,DefaultInstall
;Internet Explorer
ie.inf,DefaultInstall
;SafeDisc 驱动
secdrv.inf,DefaultInstall
;微软数据访问组件
mdac.inf,DefaultInstall
;Internet 连接向导
icwnt5.inf,DefaultInstall
;任务计划
mstask.inf,DefaultInstall.NT
;Outlook Express
msoe50.inf,DefaultInstall
;通讯簿
wab50.inf,DefaultInstall
;Microsoft Local Troubleshooter (疑难解答? 帮助中心的部分组件?)
tshoot.inf,DefaultInstall
;磁盘碎片整理程序
dfrg.inf,DefaultInstall
;系统信息
msinfo32.inf,DefaultInstall
;DirectAnimation (PNG 图像支持?)
axant5.inf,DefaultInstall
;NetMeeting
msnetmtg.inf,DefaultInstall
;Microsoft Windows Media Player (经典媒体播放器 6.4)
mplayer2.inf,InstallWMP64
;系统还原
sr.inf,DefaultInstall
;文件系统筛选器管理器驱动程序
fltmgr.inf,DefaultInstall
;Image Color Management (色彩配置)
icminst.inf,DefaultInstall
;用于兼容 Win2000 (内容很少, 看起来不重要)
apcompat.inf,DefaultInstall
;用于安装外壳组件, 很重要, 不要删
shell.inf,DefaultInstall

TOP

;用户头像, 壁纸图片之类的东西
shl_img.inf,DefaultInstall
;通用即插即用设备宿主
netupnph.inf,DefaultInstall
;设备扩展属性数据库 (用于支持一些特殊设备) (比如, 连上这些设备之后, 系统会自动运行里面的东西, 自动运行光盘也在这里定义.)
devxprop.inf,DefaultInstall
;就是执行配置文件本身的 SpecialInstall 区段, 这里是用来删除 OS/2 的残留信息的?
syssetup.inf,SpecialInstall
;Microsoft PCHealth (帮助中心的部分组件?)
pchealth.inf,DefaultInstall
;Windows 激活与注册相关
oobe.inf,DefaultInstall
;语音支持
sapi5.inf,DefaultInstall
;Movie Maker
moviemk.inf,DefaultInstall
;后台智能传送服务
qmgr.inf,DefaultInstall
;Windows 自动更新
au.inf,DefaultInstall
;Windows Media Player 的皮肤文件
skins.inf,InstallSkins
;Windows Media Player 的数字版权保护支持
drm.inf,InstallDRM
;Windows Media Player 的与其它设备传输文件的支持
wmdm.inf,InstallWMDM
;Windows Media Player 的 SDK 开发包
wmfsdk.inf,InstallWMFSDK
;Windows Media Player 9
wmp.inf,InstallWMP7
;Windows Media Player 指南
wmtour.inf,DefaultInstall
;Windows Media Player 的播放列表样例
mymusic.inf,InstallWMPlaylist
;就是执行这个配置文件本身的 WMPFeature 区段, 导入某个 WMP 注册表条目
syssetup.inf,WMPFeature
;Shockwave Flash 6
swflash.inf,DefaultInstall
;对于某些游戏控制器的特别支持...没用
dimaps.inf,DefaultInstall
;Vector Graphics Rendering (VML) (矢量图形渲染)
vgx.inf,DefaultInstall
;搜索助手
srchasst.inf,DefaultInstall
;蓝牙无线网络支持
bthpan.inf,DefaultInstall
;Windows 防火墙相关设置?
netfw.inf,DefaultInstall

TOP

;?????? 把 OLE 服务重命名为 RpcSs ??????
[ServicesToRename]
OLE = RpcSs

;要注册的 Dll 为 EarlyOleControlDlls 区段下的那些 DLL
[RegistrationPhase1]
RegisterDlls=EarlyOleControlDlls

;要注册的 Dll 为 OleControlDlls 区段下的那些 DLL
[RegistrationPhase2]
RegisterDlls=OleControlDlls

;要注册的加密服务部分为 CryptoDlls 区段下的那些 DLL
[RegistrationCrypto]
RegisterDlls=CryptoDlls

;安全加密相关的组件
[CryptoDlls]
;Microsoft Enhanced Cryptographic Provider
11,,rsaenh.dll,1
;Microsoft Enhanced DSS and Diffie-Hellman Cryptographic Provider
11,,dssenh.dll,1
;Microsoft Trust Installation and Setup
11,,initpki.dll,1,600

;需要首先注册的控件? (以下这些东西看起来都很重要...不要乱删啊, 否则很有可能导致无法正确安装)
[EarlyOleControlDlls]
;ATL Module for Windows XP (Unicode)
11,,atl.dll,1
;Simple Kernel-mode File-based Log (核心模式下简单基于文件的日志控件)
11,,txflog.dll,1
;Network Configuration Objects (网络配置对象)
11,,netcfgx.dll,1
;Network Connections Manager (网络连接管理器)
11,,netman.dll,1
;Network Connections Shell (网络连接外壳对象)
11,,netshell.dll,1
;Microsoft Data Access - ODBC Driver Configuration Program (ODBC 驱动配置程序)
11,,odbcconf.dll,1
;Windows Installer
11,,msiexec.exe,,,"/regserver /q"
;用于注册性能计数器
11,,Lodctr.exe,,,"/c:perfd009.dat /h:perfi009.dat /l:009"
;MSCTF Server DLL
11,,msctf.dll,1
;用于令性能计数器支持简体中文
11,,Lodctr.exe,,,"/c:prfd0804.dat /h:prfi0804.dat /l:004"

TOP

;这是要注册的控件, 你挑挑, 看看那些用不到, 可以将其删除.
[OleControlDlls]
;Microsoft OLE for Windows
11,,ole32.dll,1

;MFCDLL Shared Library - Retail Version
11,,mfc42.dll,1

;MFCDLL Shared Library - Retail Version
11,,mfc42u.dll,1

11,,oleaut32.dll,1

;Active Accessibility Core Component
11,,oleacc.dll,1

;Microsoft Component Category Manager Library
11,,comcat.dll,1

;Visual Basic Virtual Machine
11,,msvbvm50.dll,1

;Visual Basic Virtual Machine
11,,msvbvm60.dll,1

;Windows Time Service
11,,w32time.dll,1

;Microsoft Fax Optional Component Installer
11,setup,fxsocm.dll,1

;Windows Shell Common Dll
11,,shell32.dll,3

;Previous Versions property page
11,,twext.dll,1

;User Experience Controls Library
11,,comctl32.dll,2

;Windows AutoDiscovery API
11,,autodisc.dll,1

;Media File Property Extractor Shell Extension
11,,shmedia.dll,1

;Windows Theme API
11,,themeui.dll,3

;Internet Extensions for Win32
11,,wininet.dll,2

;Microsoft 超级链接库
11,,hlink.dll,1

;Shell Browser UI Library
11,,browseui.dll,3

;BrowseWM Player
11,,browsewm.dll,1

;Shell Doc Object and Control Library
11,,shdocvw.dll,3,600

;Active Accessibility text support

TOP

11,,msaatext.dll,1

;Microsoft (R) HTML Viewer
11,,mshtml.dll,3

;Microsoft (R) HTML Editing Component
11,,mshtmled.dll,1

;CSSeqChk
11,,csseqchk.dll,1

;Internet Ratings and Local User Management DLL
11,,msrating.dll,1

;Microsoft (R) Timed Interactive Multimedia Extensions to HTML
11,,mstime.dll,1

;Send Mail
11,,sendmail.dll,1

;OLE32 Extensions for Win32
11,,urlmon.dll,3

;Internet Control Panel
11,,inetcpl.cpl,2

;ActiveX License Manager
11,,licmgr10.dll,1

;Install engine
11,,inseng.dll,1

;Active Setup Controls
11,,asctrls.ocx,1

;ActiveX Interface Marshaling Library
11,,actxprxy.dll,1

;ActiveX Plugin OCX
11,,plugin.ocx,1

;Microsoft? HTML Help Control
11,,hhctrl.ocx,1

;Microsoft? InfoTech IR Local DLL
11,,itircl.dll,1

;Microsoft? InfoTech Storage System Library
11,,itss.dll,1

;Windows Shell User Logon
11,,shgina.dll,3

;Object Control Viewer
11,,occache.dll,3

;Web Site Monitor
11,,webcheck.dll,1

;Multi Language Support DLL
11,,mlang.dll,1

;IE plugin image decoder support DLL
11,,imgutil.dll,1

;IE PNG plugin image decoder
11,,pngfilt.dll,1

;Shell Application Manager
11,,appwiz.cpl,3

;Windows 图片和传真查看器
11,,shimgvw.dll,1

;Windows Shell Services Dll

TOP

11,,shsvcs.dll,3

;Map Network Drives/Network Places Wizard
11,,netplwiz.dll,1

;Network Setup Wizard
11,,hnetwiz.dll,1

;Image Mastering API
11,,imapi.exe,,,"/regserver"

;Compressed (zipped) Folders
11,,zipfldr.dll,1

;XML OM for Win32
11,,msxml.dll,1

;Windows User Manager
11,,nusrmgr.cpl,3

;Channel Definition File Viewer
11,,cdfview.dll,1

;Extensions Manager
11,,extmgr.dll,1

;Microsoft Common Certificate Dialogs
11,,cryptdlg.dll,1

;Shell WebView Content & Control Library
11,,webvw.dll,1,120

;Microsoft Internet Explorer FTP Folder Shell Extension
11,,msieftp.dll,1

;Microsoft DocProp Shell Ext
11,,docprop2.dll,1

;Internet Explorer Peer Objects
11,,iepeers.dll,1

;Microsoft COM Runtime Execution Engine
11,,corpol.dll,1

;Digest SSPI Authentication Package
11,,digest.dll,2

;IOD Version Map
11,,iesetup.dll,2

;Microsoft Identity Manager
11,,msident.dll,1

;Microsoft Jet Engine Library
11,,msjet40.dll,1

;Microsoft Jet Expression Service
11,,msjtes40.dll,1

;Microsoft Data Access - ODBC Driver for Oracle
11,,msorcl32.dll,1

;Microsoft (R) Red ISAM
11,,msrd3x40.dll,1

;Microsoft OLE DB Provider for Jet
11,,msjetoledb40.dll,1

;Microsoft Jet Exchange Isam
11,,msexch40.dll,1

;Microsoft Jet Excel Isam
11,,msexcl40.dll,1

;Microsoft Jet Lotus 1-2-3 Isam
11,,msltus40.dll,1

;Microsoft Jet Paradox Isam
11,,mspbde40.dll,1

;Microsoft Jet Briefcase Reconciler Library

TOP

11,,msrclr40.dll,1

;Microsoft (R) Red ISAM
11,,msrd2x40.dll,1

;Microsoft Jet Text Isam
11,,mstext40.dll,1

;Microsoft Jet xBASE Isam
11,,msxbde40.dll,1

;XML OM for Win32
11,,msxml2.dll,1

;MSXML 3.0 SP 5
11,,msxml3.dll,1

;Windows HTTP Services
11,,winhttp.dll,1

;Windows NT User Data Migration Tool
11,,shmgrate.exe,,,"OCInstallFixup"

;Microsoft (r) JScript
11,,jscript.dll,1

;Microsoft (r) VBScript
11,,vbscript.dll,1

;Microsoft (r) Script Runtime
11,,scrrun.dll,1

;Microsoft (r) DispEx
11,,dispex.dll,1

;Windows (r) Script Component Runtime
11,,scrobj.dll,1

;Microsoft (r) Script Control
11,,msscript.ocx,1

;Directory Service Find
11,,dsquery.dll,1

;Directory Service Common UI
11,,dsuiext.dll,1

;Windows Active Directory Property Pages
11,,dsprop.dll,1

;Safely Remove Hardware applet
11,,hotplug.dll,1

;MMC Node Manager DLL
11,,mmcndmgr.dll,1

;TreeView OCX
11,,dmocx.dll,1

;GPEdit
11,,gpedit.dll,1

;WMI Filter Manager
11,,wmiscmgr.dll,1

;GPTExt
11,,gptext.dll,1

;Software Installation Snapin Extenstion

TOP

11,,appmgr.dll,1

;Folder Redirection Snapin Extension
11,,fde.dll,1

;Event Viewer Snapin
11,,els.dll,1

;Services and Shared Folders
11,,filemgmt.dll,1

;Computer Management
11,,mycomput.dll,1

;Device Manager MMC Snapin
11,,devmgr.dll,1

;Microsoft (r) Windows Script Controller
11,,wshcon.dll,1

;Microsoft (r) Shell Extension for Windows Script Host
11,,wshext.dll,1

;Windows Script Host Runtime Library
11,,wshom.ocx,1

;TDC ActiveX Control
11,,tdc.ocx,1

;Microsoft? Forms DLL
11,,msr2c.dll,1

;Device enumeration.
11,,devenum.dll,1

;DirectShow Runtime
11,,quartz.dll,1

;DirectShow DVD PlayBack Runtime
11,,qdvd.dll,1

;DirectShow Runtime
11,,qdv.dll,1

;DirectShow Runtime
11,,qcap.dll,1

;DirectShow Runtime
11,,amstream.dll,1

;DirectShow Editing
11,,qedit.dll,1

;DirectShow ASF Support
11,,qasf.dll,1

;DRM Store DLL
11,,drmstor.dll,1

;DRM Client DLL
11,,drmclien.dll,1

;Windows Media Source Filter
11,,dxmasf.dll,1

;DirectShow Stream Buffer Filter
11,,sbe.dll,1

;XDSCodec & Encypter/Decrypter Tagger Filters
11,,encdec.dll,1

;Indeo? audio software
11,,iac25_32.ax,1

;Intel Indeo? Video 4.5
11,,ir41_32.ax,1

;Intel Indeo? video 5.10
11,,ir50_32.dll,1

;ACELP.net Audio Decoder
11,,acelpdec.ax,1

;MPEG Layer-3 Audio Decoder

TOP

发新话题