Skip to content

IWixBranding Interface

WiX branding interface.

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 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

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

public string GetCreatingApplication()

string String for creating application.

ReplacePlaceholders(original, assembly) Method

Section titled “ReplacePlaceholders(original, assembly) Method”

Replaces branding placeholders in original string.

public string ReplacePlaceholders(
string original,
System.Reflection.Assembly assembly
)
ParameterTypeDescription
originalstringOriginal string containing placeholders to replace.
assemblySystem.Reflection.AssemblyOptional assembly with branding information, if not specified core branding is used.