C# Class WixSharp.Bootstrapper.ManagedBootstrapperApplication

Class for defining a Wix# application for WiX standard Burn-based bootstrapper.

It is nothing else but a light container for the WiX metadata associated with the .NET assembly implementing WiX ManagedBootstrapper application.

Inheritance: WixStandardBootstrapperApplication
Afficher le fichier Open project: Eun/WixSharp

Méthodes publiques

Свойство Type Description
AppAssembly 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).

ManagedBootstrapperApplication ( string appAssembly ) : System

Initializes a new instance of the ManagedBootstrapperApplication class.

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

ManagedBootstrapperApplication() public méthode

Initializes a new instance of the ManagedBootstrapperApplication class.
public ManagedBootstrapperApplication ( string appAssembly ) : System
appAssembly string The application assembly.
Résultat System

ToXml() public méthode

Emits WiX XML.
public ToXml ( ) : System.Xml.Linq.XContainer[]
Résultat System.Xml.Linq.XContainer[]

Property Details

AppAssembly public_oe property

The assembly implementing Bootstrapper UI application
public string AppAssembly
Résultat string