C# Class ExternalTool, WixSharp

Exibir arquivo Open project: Eun/WixSharp Class Usage Examples

Public Methods

Method Description
ConsoleRun ( ) : int
ConsoleRun ( Action onConsoleOut ) : int
WinRun ( ) : int

Private Methods

Method Description
GetFullPath ( string path ) : string

Method Details

ConsoleRun() public method

public ConsoleRun ( ) : int
return int

ConsoleRun() public method

public ConsoleRun ( Action onConsoleOut ) : int
onConsoleOut Action
return int

WinRun() public method

public WinRun ( ) : int
return int