ProgressUI Client COM Automation Class
ProgressUI
is a COM automation class in Configuration Manager 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 shouldn't call any other method implemented in ProgressUI
.
In This Section
Term | Definition |
---|---|
IProgressUI Interface | 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
Operating System Deployment Client COM Automation Classes
About Reporting Configuration Manager Custom Action Progress