Skip to content

WindowsInstallerStandard Class

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

Section titled “GetPlatformSpecificDirectoryId(directoryId, platform) Method”

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

public static string GetPlatformSpecificDirectoryId(
string directoryId,
WixToolset.Data.Platform platform
)
ParameterTypeDescription
directoryIdstringDirectory id to get platform specific.
platformWixToolset.Data.PlatformPlatform to use.

string Platform specific directory id.

Find out if an action is a standard action.

public static bool IsStandardAction(
string actionName
)
ParameterTypeDescription
actionNamestringName of the action.

bool true if the action is standard, false otherwise.

Find out if a directory is a standard directory.

public static bool IsStandardDirectory(
string directoryId
)
ParameterTypeDescription
directoryIdstringName of the directory.

bool true if the directory is standard, false otherwise.

Find out if a property is a standard property.

public static bool IsStandardProperty(
string propertyName
)
ParameterTypeDescription
propertyNamestringName of the property.

bool true if a property is standard, false otherwise.

Standard actions.

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

Standard directory identifiers.

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