C# Class 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.

Inheritance: ManagedBootstrapperApplication
Datei anzeigen Open project: Eun/WixSharp

Public Methods

Method 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).

SilentBootstrapperApplication ( ) : System

Initializes a new instance of the SilentBootstrapperApplication class.

SilentBootstrapperApplication ( string primaryPackageId ) : System

Initializes a new instance of the SilentBootstrapperApplication class.

Method Details

AutoGenerateSources() public method

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.
return void

SilentBootstrapperApplication() public method

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

SilentBootstrapperApplication() public method

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