ISetupInstance2.GetInstallationName Method

Definition

Gets the unique name of the installation, often indicating the branch and other information used for telemetry.

public:
 System::String ^ GetInstallationName();
public:
 Platform::String ^ GetInstallationName();
std::wstring GetInstallationName();
public string GetInstallationName ();
abstract member GetInstallationName : unit -> string
Public Function GetInstallationName () As String

Returns

The unique name of the installation, often indicating the branch and other information used for telemetry.

Implements

Applies to