BootstrapperCommand Class
Default implementation of «see T:WixToolset.Mba.Core.IBootstrapperCommand» .
Methods
Section titled “Methods”| Method | Description |
|---|---|
| ParseCommandLine() | |
| ParseCommandLineToArgs() | Gets the command line arguments as a string array. |
Properties
Section titled “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
Section titled “ParseCommandLine() Method”Declaration
Section titled “Declaration”public IMbaCommand ParseCommandLine()ParseCommandLineToArgs() Method
Section titled “ParseCommandLineToArgs() Method”Gets the command line arguments as a string array.
Declaration
Section titled “Declaration”public static System.String[] ParseCommandLineToArgs()Return value
Section titled “Return value”System.String[] Array of command line arguments.
Remarks
Section titled “Remarks”This method uses the same parsing as the operating system which handles quotes and spaces correctly.
Exceptions
Section titled “Exceptions”| Exception | Description |
|---|---|
| The command line could not be parsed into an array. |
Action Property
Section titled “Action Property”Declaration
Section titled “Declaration”public LaunchAction Action { get; set; }BootstrapperApplicationDataPath Property
Section titled “BootstrapperApplicationDataPath Property”Declaration
Section titled “Declaration”public string BootstrapperApplicationDataPath { get; set; }BootstrapperWorkingFolder Property
Section titled “BootstrapperWorkingFolder Property”Declaration
Section titled “Declaration”public string BootstrapperWorkingFolder { get; set; }CmdShow Property
Section titled “CmdShow Property”Declaration
Section titled “Declaration”public int CmdShow { get; set; }CommandLine Property
Section titled “CommandLine Property”Declaration
Section titled “Declaration”public string CommandLine { get; set; }Display Property
Section titled “Display Property”Declaration
Section titled “Declaration”public Display Display { get; set; }LayoutDirectory Property
Section titled “LayoutDirectory Property”Declaration
Section titled “Declaration”public string LayoutDirectory { get; set; }Passthrough Property
Section titled “Passthrough Property”Declaration
Section titled “Declaration”public bool Passthrough { get; set; }Relation Property
Section titled “Relation Property”Declaration
Section titled “Declaration”public RelationType Relation { get; set; }Resume Property
Section titled “Resume Property”Declaration
Section titled “Declaration”public ResumeType Resume { get; set; }SplashScreen Property
Section titled “SplashScreen Property”Declaration
Section titled “Declaration”public IntPtr SplashScreen { get; set; }