C# Класс Bootstrapper.ManagedBA

Наследование: Microsoft.Tools.WindowsInstallerXml.Bootstrapper.BootstrapperApplication
Показать файл Открыть проект

Защищенные методы

Метод Описание
Run ( ) : void

Приватные методы

Метод Описание
ManagedBA_ApplyComplete ( object sender, Microsoft.Tools.WindowsInstallerXml.Bootstrapper.ApplyCompleteEventArgs e ) : void

Method that gets invoked when the Bootstrapper ApplyComplete event is fired. This is called after a bundle installation has completed. Make sure we updated the view.

ManagedBA_DetectPackageComplete ( object sender, Microsoft.Tools.WindowsInstallerXml.Bootstrapper.DetectPackageCompleteEventArgs e ) : void

Method that gets invoked when the Bootstrapper DetectPackageComplete event is fired. Checks the PackageId and sets the installation scenario. The PackageId is the ID specified in one of the package elements (msipackage, exepackage, msppackage, msupackage) in the WiX bundle.

ManagedBA_PlanComplete ( object sender, Microsoft.Tools.WindowsInstallerXml.Bootstrapper.PlanCompleteEventArgs e ) : void

Method that gets invoked when the Bootstrapper PlanComplete event is fired. If the planning was successful, it instructs the Bootstrapper Engine to install the packages.

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

Run() защищенный Метод

protected Run ( ) : void
Результат void