Filename (Standard 8 Module Reference)

7/8/2014

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

This setting contains a string that specifies the file name of the image installed. This value is required only if more than one Windows image with the same name exists in the image group on the Windows Deployment Services server.

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/Filename

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