BootstrapperCommand Class
Default implementation of «see T:WixToolset.Mba.Core.IBootstrapperCommand» .
Methods
| Method | Description |
|---|---|
| ParseCommandLine() | |
| ParseCommandLineToArgs() | Gets the command line arguments as a string array. |
Properties
| Property | Description |
|---|---|
| Action | |
| BootstrapperApplicationDataPath | |
| BootstrapperWorkingFolder | |
| CmdShow | |
| CommandLine | |
| Display | |
| LayoutDirectory | |
| Passthrough | |
| Relation | |
| Resume | |
| SplashScreen | |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
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
| Exception | Description |
|---|---|
| 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; }