C# Класс 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.

Наследование: WixStandardBootstrapperApplication
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
AppAssembly string

Открытые методы

Метод Описание
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.

Описание методов

AutoGenerateSources() публичный Метод

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.
Результат void

ManagedBootstrapperApplication() публичный Метод

Initializes a new instance of the ManagedBootstrapperApplication class.
public ManagedBootstrapperApplication ( string appAssembly ) : System
appAssembly string The application assembly.
Результат System

ToXml() публичный Метод

Emits WiX XML.
public ToXml ( ) : System.Xml.Linq.XContainer[]
Результат System.Xml.Linq.XContainer[]

Описание свойств

AppAssembly публичное свойство

The assembly implementing Bootstrapper UI application
public string AppAssembly
Результат string