The SMS_TaskSequence_InstallApplicationAction Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a task sequence action that installs an application.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_TaskSequence_InstallApplicationAction : SMS_TaskSequence_Action { SMS_TaskSequence_ApplicationInfo AppInfo[]; String ApplicationName; String BaseVariableName; SMS_TaskSequence_Condition Condition; Boolean ContinueOnError; Boolean ContinueOnInstallError; String Description; Boolean Enabled; String Name; UInt32 NumApps; String SupportedEnvironment; UInt32 Timeout; }; |
Methods
The SMS_TaskSequence_InstallApplicationAction class does not define any methods.
Properties
- AppInfo
- Data type: SMS_TaskSequence_ApplicationInfo ArrayAccess type: Read/Write Qualifiers: [variablename]An array of SMS_TaskSequence_ApplicationInfo Server WMI Class class objects. Each element contains application details, such as display name, name (model name of the application) and description.
- ApplicationName
- Data type: StringAccess type: Read/Write Qualifiers: [commandlinearg, tasksequenceapplication]Comma separated list of applications (application model names) that needs to be installed as part of the step.
- BaseVariableName
- Data type: StringAccess type: Read/Write Qualifiers: [commandlinearg, requiredifnull]This variable specifies the base name for a set of task sequence variables that are defined for a collection or for a computer. These variables specify the applications that will be installed for that collection or computer. Each variable name consists of its common base name plus a numerical suffix starting at 01. The value for each variable must contain the name of the application and nothing else.
- Condition
- Data type: SMS_TaskSequence_ConditionAccess type: Read/Write Qualifiers: noneSee SMS_TaskSequence_Action Server WMI Class.
- ContinueOnError
- Data type: BooleanAccess type: Read/Write Qualifiers: noneSee SMS_TaskSequence_Action Server WMI Class.
- ContinueOnInstallError
- Data type: BooleanAccess type: Read/Write Qualifiers: [commandlinearg, requiredifnotnull]true to continue if there is an installation error. This property is required.
- Description
- Data type: StringAccess type: Read/Write Qualifiers: [allowedlen]See SMS_TaskSequence_Action Server WMI Class.
- Enabled
- Data type: BooleanAccess type: Read/Write Qualifiers: noneSee SMS_TaskSequence_Action Server WMI Class.
- Name
- Data type: StringAccess type: Read/Write Qualifiers: [allowedlen]See SMS_TaskSequence_Action Server WMI Class.
- NumApps
- Data type: UInt32Access type: Read/Write Qualifiers: [variablename]Size of the array indicated by the AppInfo property. The task sequence variable associated with this property is OSDAppCount.
- SupportedEnvironment
- Data type: StringAccess type: Read/Write Qualifiers: [not_null, valuemap]See SMS_TaskSequence_Action Server WMI Class.
- Timeout
- Data type: UInt32Access type: Read/Write Qualifiers: noneSee SMS_TaskSequence_Action Server WMI Class.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.