How to Use an Answer File to Add Base Images to a RIS Server (283046)
The information in this article applies to:
- Microsoft Windows Server 2003, Standard Edition
- Microsoft Windows Server 2003, Enterprise Edition
This article was previously published under Q283046 SUMMARY
Microsoft Windows supports the use of an answer file to automate the process of adding a base image flat file to a Remote Installation Services (RIS) server. Risetup.exe is the stand-alone version of the RIS Setup Wizard that is invoked when you add a RIS image by using the Active Directory Users and Computers MMC snap-in. Risetup.exe can be run without command-line arguments to invoke the Setup Wizard, or it can be run with the /auto switch if an answer file is specified on the command line.
The following is a sample answer file and command line syntax for adding a
Windows XP Professional base image:
;-----begin pro-rtm.inf below----------
[version]
signature = "$Windows NT$"
[risetup]
RootDir = "f:\remoteinstall"
Source = "\\server\flats\WinXP\pro\i386"
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"
;-----end pro-rtm.inf above-----------
Modification Type: | Minor | Last Reviewed: | 1/25/2006 |
---|
Keywords: | kbinfo kbsetup KB283046 |
---|
|