Manages a server running Remote Installation Services (RIS). Adds new installation images or verifies a server to ensure that it is running properly.
RISETUP /?
RISETUP [/add] [/auto file_name.inf] [/check]
none.
; Required. Heading and version line. [Version] Signature = "$Windows NT$" ; Required. Heading. [Risetup] ; Required. Drive and folder that contain the Remote Installation files and folders. You must include this line every time RISetup is run. If RIS is already installed, the path must remain unchanged from the current path for the RIS installation. The maximum number of bytes is 127. RootDir = "f:\RemoteInstall" ; Required. Path to the source CD or shared folder from which to create an installation image. The maximum number of bytes allowed for this line is 260. For information about the supported operating systems for this type of image (a flat image), see Related Topics. Source ="e:\" ; Required. Directory in which to place the new installation image. The maximum number of bytes is 39. Directory = "Windows_XP_Pro" ; Required. Short description of the installation image. The maximum number of bytes is 65. Description = "Windows XP" ; Required. Long description of the installation image. The maximum number of bytes is 260. HelpText = "For English-speaking users." ; Required. Action to perform on existing .osc files, which contain text that displays in screens seen by users of the Client Installation Wizard. Specify only one of: ; "overwrite" "backup" "leavealone" Screens = "overwrite" ; Required. Either x86 for an image that will be installed on x86 computers, or ia64 for an image that will be installed on Itanium-based computers. Architecture = "x86" ; Required Language = "English"
none.
none.
none.
none.