Property | Type | Description | |
---|---|---|---|
AppAssembly | string |
Method | Description | |
---|---|---|
AutoGenerateSources ( string outDir ) : void |
Automatically generates required sources files for building the Bootstrapper. It is used to automatically generate the files which, can be generated automatically without user involvement (e.g. BootstrapperCore.config).
|
|
ManagedBootstrapperApplication ( string appAssembly ) : System |
Initializes a new instance of the ManagedBootstrapperApplication class.
|
|
ToXml ( ) : System.Xml.Linq.XContainer[] |
Emits WiX XML.
|
public AutoGenerateSources ( string outDir ) : void | ||
outDir | string | The output directory. |
return | void |
public ManagedBootstrapperApplication ( string appAssembly ) : System | ||
appAssembly | string | The application assembly. |
return | System |
public ToXml ( ) : System.Xml.Linq.XContainer[] | ||
return | System.Xml.Linq.XContainer[] |