Skip to content

BootstrapperCommand Class

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

MethodDescription
ParseCommandLine()
ParseCommandLineToArgs()Gets the command line arguments as a string array.
PropertyDescription
Action
BootstrapperApplicationDataPath
BootstrapperWorkingFolder
CmdShow
CommandLine
Display
LayoutDirectory
Passthrough
Relation
Resume
SplashScreen
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040
public IMbaCommand ParseCommandLine()

Gets the command line arguments as a string array.

public static System.String[] ParseCommandLineToArgs()

System.String[] Array of command line arguments.

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

ExceptionDescription
The command line could not be parsed into an array.
public LaunchAction Action { get; set; }
public string BootstrapperApplicationDataPath { get; set; }
public string BootstrapperWorkingFolder { get; set; }
public int CmdShow { get; set; }
public string CommandLine { get; set; }
public Display Display { get; set; }
public string LayoutDirectory { get; set; }
public bool Passthrough { get; set; }
public RelationType Relation { get; set; }
public ResumeType Resume { get; set; }
public IntPtr SplashScreen { get; set; }