Partager via


ImageSelection

Notes

Ces paramètres ne s’appliquent pas à Windows 11

ImageSelection spécifie l’image à installer et l’emplacement où elle est installée, ainsi que si l’interface utilisateur est affichée.

Éléments enfants

Paramètre Description
InstallImage Spécifie le nom du fichier, le groupe d’images et le nom de l’image à installer.
InstallTo Spécifie l’emplacement où l’image doit être installée.
WillShowUI Spécifie dans quelles circonstances l’interface utilisateur est affichée.

Passes de configuration valides

windowsPE

Hiérarchie parente

Microsoft-Windows-Setup | WindowsDeploymentServices | ImageSelection

S'applique à

Pour obtenir la liste des éditions et architectures Windows prises en charge par ce composant, consultez Microsoft-Windows-Setup.

Exemple XML

La sortie XML suivante montre un déploiement complet des Services de déploiement Windows.

<WindowsDeploymentServices>
   <Login>
      <WillShowUI>OnError</WillShowUI>
      <Credentials>
         <Username>Administrator</Username>
         <Domain>MY-DOMAIN-NAME</Domain>
         <Password>********</Password>
      </Credentials>
   </Login>
  <ImageSelection>
      <WillShowUI>OnError</WillShowUI>
      <InstallImage>
         <ImageName>MY_IMAGE_NAME</ImageName>
         <ImageGroup>My IMAGE GROUP</ImageGroup>
      </InstallImage>
      <InstallTo>
         <DiskID>0</DiskID>
         <PartitionID>1</PartitionID>
      </InstallTo>
   </ImageSelection>
</WindowsDeploymentServices>
<DiskConfiguration>
   <WillShowUI>OnError</WillShowUI>
   <Disk>
      <DiskID>0</DiskID>
      <WillWipeDisk>false</WillWipeDisk>
      <ModifyPartitions>
         <ModifyPartition>
            <Order>1</Order>
            <PartitionID>3</PartitionID>
            <Letter>C</Letter>
            <Label>TestOS</Label>
            <Format>NTFS</Format>
            <Active>true</Active>
            <Extend>false</Extend>
         </ModifyPartition>
      </ModifyPartitions>
   </Disk>
</DiskConfiguration>

WindowsDeploymentServices