C# 클래스 WixSharp.Bootstrapper.SilentBootstrapperApplication

Defines Wix# bootstrapper managed application with no User Interface.

It is a design time 'adapter' for the canonical WiX managed bootstrapper application T:WixSharp.Bootstrapper.SilentManagedBA.

T:WixSharp.Bootstrapper.SilentManagedBA automatically handles BootstrapperApplication events and detects the current package/product state (present vs. absent). The package state detection is based on the T:WixSharp.Bootstrapper.SilentBootstrapperApplication.PrimaryPackageId. If this member is no t then the Id of the lats package in the Bundle will be used instead.

상속: ManagedBootstrapperApplication
파일 보기 프로젝트 열기: Eun/WixSharp

공개 메소드들

메소드 설명
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).

SilentBootstrapperApplication ( ) : System

Initializes a new instance of the SilentBootstrapperApplication class.

SilentBootstrapperApplication ( string primaryPackageId ) : System

Initializes a new instance of the SilentBootstrapperApplication class.

메소드 상세

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

SilentBootstrapperApplication() 공개 메소드

Initializes a new instance of the SilentBootstrapperApplication class.
public SilentBootstrapperApplication ( ) : System
리턴 System

SilentBootstrapperApplication() 공개 메소드

Initializes a new instance of the SilentBootstrapperApplication class.
public SilentBootstrapperApplication ( string primaryPackageId ) : System
primaryPackageId string The primary package identifier.
리턴 System