ISetupInstance2.GetDisplayName(Int32) Method

Definition

Gets the display name (title) of the product installed in this instance.

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

Parameters

lcid
Int32

The LCID for the display name.

Returns

The display name (title) of the product installed in this instance.

Implements

Applies to