C# Class WixSharp.Controls.SetTargetPath

Defines "SetTargetPath" T:WixSharp.DialogAction.
Inheritance: DialogAction
ファイルを表示 Open project: Eun/WixSharp

Public Methods

Method Description
SetTargetPath ( string propertyValue = "[WIXUI_INSTALLDIR]", string condition = "1" ) : System

Initializes a new instance of the SetTargetPath class.

Method Details

SetTargetPath() public method

Initializes a new instance of the SetTargetPath class.
public SetTargetPath ( string propertyValue = "[WIXUI_INSTALLDIR]", string condition = "1" ) : System
propertyValue string The property value. Default value is "[WIXUI_INSTALLDIR]".
condition string The condition.
return System