C# Class WixSharp.Bootstrapper.WixStandardBootstrapperApplication

Container class for common members of the Bootstrapper standard applications.
Inheritance: WixEntity
Datei anzeigen Open project: Eun/WixSharp

Public Properties

Property Type Description
LicensePath string
Payloads string[]
StringVariablesDefinition string

Public Methods

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).

ToXml ( ) : System.Xml.Linq.XContainer[]

Emits WiX XML.

Method Details

AutoGenerateSources() public method

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).
public AutoGenerateSources ( string outDir ) : void
outDir string The output directory.
return void

ToXml() public abstract method

Emits WiX XML.
public abstract ToXml ( ) : System.Xml.Linq.XContainer[]
return System.Xml.Linq.XContainer[]

Property Details

LicensePath public_oe property

Source file of the RTF license file or URL target of the license link.
public string LicensePath
return string

Payloads public_oe property

Collection of paths to the package dependencies.
public string[] Payloads
return string[]

StringVariablesDefinition public_oe property

The Bundle string variables associated with the Bootstrapper application.

The variables are defined as a named values map.

public string StringVariablesDefinition
return string