Scripting Provider::ExecuteScript

Executes a script that does not require rollback. Used by Microsoft Provisioning Framework (MPF).

An example of a script that is appropriate for this procedure would be a parser program. The script can take the form of a file or an inline script block (like the <script> tag of an HTML file).

This procedure creates an intrinsic object that is available to the script, ProviderXML. ProviderXML exposes the IXMLDOMNode interface passed to the provider by a provisioning engine. The XML contains the executeData node, which contains all data passed to the provider. The script uses this object to get and return data.

 Arguments
 Remarks
 Schema Definition
 Sample Code
 Applies To
 See Also