Workspace configuration files

Workspace configuration files are XML files that include information about the image you're working with in your workspace. Scripts in the Windows system kit look for a configuration file for information to reduce the number of parameters in the commands you run from the WSK environment. Workspace configuration files are created when you create a workspace.

You can find your workspace's configuration file in the root of your workspace. The file name is the same as the OEMInput.xml file, with _configuration appended, for example: FactoryOS_Development_AMD64_UEFI_SpacesGPT_VM_configuration.xml.

Configuration file structure

Workspace configuration files include the following information:

<Configuration>
  <ProductName>FactoryOS</ProductName>
  <Architecture>AMD64</Architecture>
  <OEMInput>FactoryOS_Development_AMD64_UEFI_SpacesGPT_VM.xml</OEMInput>
</Configuration>

The values are set based on the parameters you include when you run prepwskworkspace.

Scripts that leverage a workspace configuration file

The following scripts use the values in the workspace configuration file: