Share via


Deployment XML Example (Standard 8 Module Reference)

7/8/2014

Review an XML example of how to use settings with no asynchronous or synchronous commands in the Deployment section of the Embedded Core module in the Windows Embedded 8 Standard (Standard 8) module catalog.

The following XML example shows a deployment with no asynchronous or synchronous commands.

<AuditComputerName>
      <MustReboot>true</MustReboot>
      <Name>MyComputer</Name>
</AuditComputerName>
<ExtendOSPartition>
      <Extend>true</Extend>
</ExtendOSPartition>
<Reseal>
      <ForceShutdownNow>true</ForceShutdownNow>
      <Mode>Audit</Mode>
</Reseal>

See Also

Reference

Deployment
MustReboot
Extend
ForceShutdownNow
Mode