ISetupInstance.GetDescription(Int32) Method

Definition

Gets the description of the product installed in this instance.

std::wstring GetDescription(int lcid = 0);
public string GetDescription (int lcid = 0);
abstract member GetDescription : int -> string
Public Function GetDescription (Optional lcid As Integer = 0) As String

Parameters

lcid
Int32

The LCID for the description.

Returns

The description of the product installed in this instance.

Applies to