IWixBranding Interface
WiX branding interface.
Methods
Method | Description |
---|---|
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.2+aa65968c419420d32e3e1b647aea0082f5ca5b78
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
Parameter | Type | Description |
---|---|---|
original | string | Original string containing placeholders to replace. |
assembly | System.Reflection.Assembly | Optional assembly with branding information, if not specified core branding is used. |