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

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


Send comments about this topic to Microsoft.