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.
StandardDirectories()Standard directories.

WixToolset.Data.dll version 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9

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()

StandardDirectories() Method

Standard directories.

Declaration

public static System.Collections.Generic.IReadOnlyCollection<WixToolset.Data.Symbols.DirectorySymbol> StandardDirectories()