ProgramData (Standard 8 Module Reference)

7/8/2014

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

This setting contains a string with a maximum length of 259 characters that specifies the path to a program-data folder that meets the following criteria:

  • Is on an NTFS volume.
  • Is not the path of another operating system user-profile folder.
  • Does not contain any serviceable components.

This setting cannot be empty.

Warning

This setting should be used only in a test environment. If you change the default location of the user-profile directories or program-data folders to a volume other than the system volume, you cannot service your image. Any updates, fixes, or service packs will not be applied to the installation.
For a list of known issues with the FolderLocations setting, see A description of known issues with the FolderLocation settings in the Windows Vista Unattend.xml file. Although this document was written for a previous version of Windows, it also applies to Windows Embedded 8 Standard (Standard 8)

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

Shell-Setup

Products/Embedded Core/Shell-Setup/FolderLocations/ProgramData

XML Example

The following XML example shows how to set the paths to the program data locations.

<FolderLocations>
    <ProgramData>%SYSTEMDRIVE%\ProgramData</ProgramData>
</FolderLocations>

See Also

Concepts

Embedded Core Settings