Skip to main content

WindowsInstallerStandard Class

Methods

MethodDescription
GetPlatformSpecificDirectoryId(directoryId, platform)Gets the platform specific directory id for a directory. Most directories are not platform specific and return themselves.
IsStandardAction(actionName)Find out if an action is a standard action.
IsStandardDirectory(directoryId)Find out if a directory is a standard directory.
IsStandardProperty(propertyName)Find out if a property is a standard property.
StandardActions()Standard actions.
StandardDirectoryIds()Standard directory identifiers.

WixToolset.Data.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

GetPlatformSpecificDirectoryId(directoryId, platform) Method

Gets the platform specific directory id for a directory. Most directories are not platform specific and return themselves.

Declaration

public static string GetPlatformSpecificDirectoryId(
string directoryId,
WixToolset.Data.Platform platform
)

Parameters

ParameterTypeDescription
directoryIdstringDirectory id to get platform specific.
platformWixToolset.Data.PlatformPlatform to use.

Return value

string Platform specific directory id.

IsStandardAction(actionName) Method

Find out if an action is a standard action.

Declaration

public static bool IsStandardAction(
string actionName
)

Parameters

ParameterTypeDescription
actionNamestringName of the action.

Return value

bool true if the action is standard, false otherwise.

IsStandardDirectory(directoryId) Method

Find out if a directory is a standard directory.

Declaration

public static bool IsStandardDirectory(
string directoryId
)

Parameters

ParameterTypeDescription
directoryIdstringName of the directory.

Return value

bool true if the directory is standard, false otherwise.

IsStandardProperty(propertyName) Method

Find out if a property is a standard property.

Declaration

public static bool IsStandardProperty(
string propertyName
)

Parameters

ParameterTypeDescription
propertyNamestringName of the property.

Return value

bool true if a property is standard, false otherwise.

StandardActions() Method

Standard actions.

Declaration

public static System.Collections.Generic.IReadOnlyCollection<WixToolset.Data.Symbols.WixActionSymbol> StandardActions()

StandardDirectoryIds() Method

Standard directory identifiers.

Declaration

public static System.Collections.Generic.IReadOnlyCollection<System.String> StandardDirectoryIds()