프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Application | |||
Chain | List |
||
DisableRollback | bool? | ||
DisableSystemRestore | bool? | ||
ParallelCache | bool? | ||
StringVariablesDefinition | string |
메소드 | 설명 | |
---|---|---|
Build ( string path = null ) : string |
Builds WiX Bootstrapper application from the specified Bundle project instance.
|
|
BuildCmd ( string path = null ) : string |
Builds the WiX source file and generates batch file capable of building WiX/MSI bootstrapper with WiX toolset.
|
|
Bundle ( ) : System |
Initializes a new instance of the Bootstrapper class.
|
|
Bundle ( string name ) : System |
Initializes a new instance of the Bootstrapper class.
|
|
ToXml ( ) : XContainer[] |
Emits WiX XML.
|
public Build ( string path = null ) : string | ||
path | string | The path to the bootstrapper to be build. |
리턴 | string |
public BuildCmd ( string path = null ) : string | ||
path | string | The path to the batch file to be created. |
리턴 | string |
public Bundle ( string name ) : System | ||
name | string | The name of the project. Typically it is the name of the product to be installed. |
리턴 | System |
public WixStandardBootstrapperApplication,WixSharp.Bootstrapper Application | ||
리턴 |