C# 클래스 WixSharp.Bootstrapper.WixStandardBootstrapperApplication

Container class for common members of the Bootstrapper standard applications.
상속: WixEntity
파일 보기 프로젝트 열기: Eun/WixSharp

공개 프로퍼티들

프로퍼티 타입 설명
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