Skip to main content

BootstrapperCommand Class

Default implementation of «see T:WixToolset.Mba.Core.IBootstrapperCommand» .

Methods​

MethodDescription
ParseCommandLine()
ParseCommandLineToArgs()Gets the command line arguments as a string array.

Properties​

PropertyDescription
Action
BootstrapperApplicationDataPath
BootstrapperWorkingFolder
CmdShow
CommandLine
Display
LayoutDirectory
Passthrough
Relation
Resume
SplashScreen

WixToolset.Mba.Core.dll version 4.0.6+73c897383236ddbbbc6ba257634013c1269ceec2

ParseCommandLine() Method​

Declaration​

public IMbaCommand ParseCommandLine()

ParseCommandLineToArgs() Method​

Gets the command line arguments as a string array.

Declaration​

public static System.String[] ParseCommandLineToArgs()

Return value​

System.String[] Array of command line arguments.

Remarks​

This method uses the same parsing as the operating system which handles quotes and spaces correctly.

Exceptions​

ExceptionDescription
The command line could not be parsed into an array.

Action Property​

Declaration​

public LaunchAction Action { get; set; } 

BootstrapperApplicationDataPath Property​

Declaration​

public string BootstrapperApplicationDataPath { get; set; } 

BootstrapperWorkingFolder Property​

Declaration​

public string BootstrapperWorkingFolder { get; set; } 

CmdShow Property​

Declaration​

public int CmdShow { get; set; } 

CommandLine Property​

Declaration​

public string CommandLine { get; set; } 

Display Property​

Declaration​

public Display Display { get; set; } 

LayoutDirectory Property​

Declaration​

public string LayoutDirectory { get; set; } 

Passthrough Property​

Declaration​

public bool Passthrough { get; set; } 

Relation Property​

Declaration​

public RelationType Relation { get; set; } 

Resume Property​

Declaration​

public ResumeType Resume { get; set; } 

SplashScreen Property​

Declaration​

public IntPtr SplashScreen { get; set; }