Share via


Configuration Manager Executable Action

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

In Configuration Manager 2007, the executable action runs a program or opens a file by using the program registered with Windows for that file type.

The following attributes and elements are specific to an action that runs a program:

  • The ActionDescription element Class attribute is set to Executable.

  • The Executable element is parent to FilePath, the path to the program, and to Parameters, the parameters passed to the executable.

Sample Executable Action XML

The following XML loads the SDK help file at a specified topic:

<ActionDescription Class="Executable" DisplayName="Script Packages" MnemonicDisplayName="Script" Description = "Scripts for packages">
      <Executable><FilePath>hh.exe</FilePath><Parameters>mk:@MSITStore:C:\Program Files\Microsoft System Center Configuration Manager 2007 SDK\Documentation\SystemCenterConfigurationManager_SDK.chm::/html/21f8343c-c12f-4121-8377-8b6ce178bd32.htm</Parameters></Executable>
</ActionDescription>

Other elements and attributes are documented in ActionDescription.

See Also

Concepts

Configuration Manager Actions
How to Create a Configuration Manager Action
How to Find a Configuration Manager Console Node GUID