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:

Sample Executable Action XML

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

  Copy Code
<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 Microsoft.ConfigurationManagement.AdminConsole.Schema.ActionDescription.

See Also


Send comments about this topic to Microsoft.