C# Class WixSharp.Bootstrapper.WixStandardBootstrapperApplication

Container class for common members of the Bootstrapper standard applications.
Inheritance: WixEntity
Afficher le fichier Open project: Eun/WixSharp

Méthodes publiques

Свойство Type Description
LicensePath string
Payloads string[]
StringVariablesDefinition string

Méthodes publiques

Méthode 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 méthode

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.
Résultat void

ToXml() public abstract méthode

Emits WiX XML.
public abstract ToXml ( ) : System.Xml.Linq.XContainer[]
Résultat 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
Résultat string

Payloads public_oe property

Collection of paths to the package dependencies.
public string[] Payloads
Résultat 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
Résultat string