The <SetupData> Element

The <SetupData> Element

The <SetupData> element contains the following element, which you can use to create a run-time image that you can deploy to mass systems. For more information about using the System Cloning component included with WEPOS, see this Microsoft website.

Element Description
SystemCloning Allows or disallows system cloning.

Sample <SetupData> Element

  <SetupData>
    <SystemCloning Value="On" />
</SetupData>

The <SystemCloning> Element

Syntax:

  
    <SystemCloning Value=“
    On|Off|*” />
  

Value =“On” turns on system cloning. Value =“Off” turns off system cloning.

The wildcard character "*" sets system cloning to the default value on the machine.

Example:

  <SystemCloning Value=“On” />

Back to top

© 2005 Microsoft Corporation. All rights reserved.