Share via


Setting the ImageInstall Setting XML Example (Standard 8 Module Reference)

7/8/2014

Review an XML example of how to configure the ImageInstall setting in the Embedded Core module in the Windows Embedded 8 Standard (Standard 8) module catalog.

The following XML example shows how to set the ImageInstall setting to install an operating system image.

<ImageInstall>
       <OSImage>
           <InstallFrom>
               <Credentials>
                   <Domain>FabrikamDomain</Domain>
                   <Password>MyPassword</Password>
                   <Username>MyUsername</Username>
               </Credentials>
               <Path>\\networkshare\share\install.wim</Path>
           </InstallFrom>
           <InstallTo>
               <DiskID>0</DiskID>
               <PartitionID>1</PartitionID>
           </InstallTo>
           <WillShowUI>OnError</WillShowUI>
           <InstallToAvailablePartition>false</InstallToAvailablePartition>
       </OSImage>
</ImageInstall>

See Also

Reference

Setup
Domain
Password
Username
DiskID
PartitionID
WillShowUI
InstallToAvailablePartition