C# Класс WixSharp.Bootstrapper.WixStandardBootstrapperApplication

Container class for common members of the Bootstrapper standard applications.
Наследование: WixEntity
Показать файл Открыть проект

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

Свойство Тип Описание
LicensePath string
Payloads string[]
StringVariablesDefinition 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).

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

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

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

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

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

Source file of the RTF license file or URL target of the license link.
public string LicensePath
Результат string

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

Collection of paths to the package dependencies.
public string[] Payloads
Результат string[]

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

The Bundle string variables associated with the Bootstrapper application.

The variables are defined as a named values map.

public string StringVariablesDefinition
Результат string