Command Line Provider

The Command Line Provider namespace is used to submit command-line requests on the local computer where the Microsoft Provisioning Framework (MPF) request is executed. Using the Command Line Provider namespace, command-line parameters and environment variables can be set before executing a program or batch command. The ExecuteCommand procedure implemented with this namespace executes the specified command-line action, as well as rollback after a failure.

The Command Line Provider namespace implements the following procedure.

Procedure Description
ExecuteCommand Executes the specified command-line action, as well as rollback after a failure.

The Microsoft Provisioning Framework Software Development Kit (SDK) contains additional resources to help you implement the Command Line Provider namespace. For more information on the SDK and how to use it, see Microsoft Provisioning Framework SDK.