Share via


ImageGroup (Standard 8 Module Reference)

7/8/2014

Review the applicable Embedded Core modules and any examples for the ImageGroup setting in Windows Embedded 8 Standard (Standard 8).

This setting contains a string that specifies the Windows Deployment Services image group of the image to be installed.

Do not create an empty value for this setting.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

Setup

Products/Embedded Core/Setup/WindowsDeploymentServices/ImageSelection/InstallImage/ImageGroup

XML Example

The following XML example shows how to specify the image to be installed.

<ImageSelection>
      <InstallImage>
         <ImageName>MY_IMAGE_NAME</ImageName>
         <ImageGroup>My IMAGE GROUP</ImageGroup>
      </InstallImage>
</ImageSelection>

For an example of a complete Windows Deployment Services deployment, see Deployment XML Example.

See Also

Concepts

Embedded Core Settings