/convert-RiprepImage
Applies To: Windows Server 2008, Windows Server 2008 R2
Converts an existing Remote Installation Preparation (RIPrep) image to Windows Image (.wim) format.
Syntax
WDSUTIL [Options] /Convert-RIPrepImage /FilePath:<File path and name>
/DestinationImage
/FilePath:<File path and name>
[/Name:<Name>]
[/Description:<Description>]
[/InPlace]
[/Overwrite:{Yes | No | Append}]
Parameters
Parameter | Description |
---|---|
/FilePath:<File path and name> |
Specifies the full path and file name of the .sif file that corresponds to the RIPrep image. This file is typically called Riprep.sif and is found in the \Templates subfolder of the folder that contains the RIPrep image. |
/DestinationImage |
Specifies the settings for the destination image, using the following options.
|
Examples
To convert the specified RIPrep.sif image to RIPREP.wim, type:
WDSUTIL /Convert-RiPrepImage /FilePath:"R:\RemoteInstall\Setup\English
\Images\Win2k3.SP1\i386\Templates\riprep.sif" /DestinationImage
/FilePath:"C:\Temp\RIPREP.wim"
To convert the specified RIPrep.sif image to RIPREP.wim with the specified name and description, and overwrite it with the new file if a file already exists, type:
WDSUTIL /Verbose /Progress /Convert-RiPrepImage /FilePath:"\\Server
\RemInst\Setup\English\Images\WinXP.SP2\i386\Templates\riprep.sif"
/DestinationImage /FilePath:"\\Server\Share\RIPREP.wim"
/Name:"WindowsXP image" /Description:"Converted RIPREP image of WindowsXP"
/Overwrite:Append