概要 Microsoft Windows 支持使用应答文件自动向远程安装服务 (RIS) 服务器添加基本图像平面文件。Risetup.exe 是 RIS 安装向导的独立版本,您通过使用 Active Directory 用户和计算机 MMC 管理单元添加 RIS 图像时会调用它。您在运行 Risetup.exe 时不使用命令行参数即可调用安装向导,也可以在运行它时使用 /auto 开关(如果命令行上已指定了一个应答文件)。
下面是一个示例应答文件和用于添加 Windows XP Professional 基本图像的命令行语法: ;-----begin pro-rtm.inf below----------
[Version] signature = "$Windows NT$"
[risetup] RootDir = "f:
emoteinstall" Source = "\serverflatsWinXPproi386" Directory = "XPProRTM" Description = "Windows XP Pro base RTM image" HelpText = "This will install the base Windows XP Pro os (RTM) without any applications installed.This will support all x86 hardware." Screens = "leavealone"