ProgressUI Client COM Automation Class
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
ProgressUI is a COM automation class, in Configuration Manager 2007, that represents a user interface that custom actions use to report progress to the Configuration Manager operating system deployment task sequencing environment. The class implements the IProgressUI interface, which has a method ShowActionProgress that is used to display custom action progress information in a dialog box while the custom action is running. You should not call any other method implemented in ProgressUI.
In This Section
Term | Definition |
---|---|
Manages custom action progress information. |
Remarks
ProgressUI is implemented in TSProgressUI.exe.
The class GUID is F79474A1-7B80-4a18-BC7B-D3938BD93808.
The programmatic identifier (ProgID) is Microsoft.SMS.TsProgressUI.
To use ProgressUI in Visual Studio, add a reference to "SMS TSE Progress UI".
See Also
Concepts
Operating System Deployment Client COM Automation Classes
About Reporting Configuration Manager Custom Action Progress
Extending Operating System Deployment