Skip to main content

IWixBranding Interface

WiX branding interface.

Methods

MethodDescription
GetCreatingApplication()Gets the value for CreatingApplication field (MSI Summary Information Stream).
ReplacePlaceholders(original, assembly)Replaces branding placeholders in original string.

WixToolset.Extensibility.dll version 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9

GetCreatingApplication() Method

Gets the value for CreatingApplication field (MSI Summary Information Stream).

Declaration

public string GetCreatingApplication()

Return value

string String for creating application.

ReplacePlaceholders(original, assembly) Method

Replaces branding placeholders in original string.

Declaration

public string ReplacePlaceholders(
string original,
System.Reflection.Assembly assembly
)

Parameters

ParameterTypeDescription
originalstringOriginal string containing placeholders to replace.
assemblySystem.Reflection.AssemblyOptional assembly with branding information, if not specified core branding is used.