C# Class SampleApp.BA.ShellViewModel

Inheritance: Caliburn.Micro.Screen
ファイルを表示 Open project: distantcam/WiXManagedBootstrapperExample

Public Methods

Method Description
HResultSucceeded ( int status ) : bool
Install ( ) : void
Repair ( ) : void
ShellViewModel ( Microsoft.Tools.WindowsInstallerXml.Bootstrapper.BootstrapperApplication ba ) : System
TryAgain ( ) : void
Uninstall ( ) : void

Protected Methods

Method Description
OnInitialize ( ) : void

Private Methods

Method Description
ApplyBegin ( object sender, ApplyBeginEventArgs e ) : void
ApplyComplete ( object sender, Microsoft.Tools.WindowsInstallerXml.Bootstrapper.ApplyCompleteEventArgs e ) : void
ApplyExecuteProgress ( object sender, Microsoft.Tools.WindowsInstallerXml.Bootstrapper.ExecuteProgressEventArgs e ) : void
ApplyProgress ( object sender, Microsoft.Tools.WindowsInstallerXml.Bootstrapper.ProgressEventArgs e ) : void
CacheAcquireProgress ( object sender, Microsoft.Tools.WindowsInstallerXml.Bootstrapper.CacheAcquireProgressEventArgs e ) : void
CacheComplete ( object sender, Microsoft.Tools.WindowsInstallerXml.Bootstrapper.CacheCompleteEventArgs e ) : void
DetectBegin ( object sender, Microsoft.Tools.WindowsInstallerXml.Bootstrapper.DetectBeginEventArgs e ) : void
DetectComplete ( object sender, Microsoft.Tools.WindowsInstallerXml.Bootstrapper.DetectCompleteEventArgs e ) : void
DetectedPackage ( object sender, Microsoft.Tools.WindowsInstallerXml.Bootstrapper.DetectPackageCompleteEventArgs e ) : void
DetectedRelatedBundle ( object sender, Microsoft.Tools.WindowsInstallerXml.Bootstrapper.DetectRelatedBundleEventArgs e ) : void
ExecuteError ( object sender, Microsoft.Tools.WindowsInstallerXml.Bootstrapper.ErrorEventArgs e ) : void
ExecuteMsiMessage ( object sender, Microsoft.Tools.WindowsInstallerXml.Bootstrapper.ExecuteMsiMessageEventArgs e ) : void
Plan ( LaunchAction action ) : void
PlanComplete ( object sender, Microsoft.Tools.WindowsInstallerXml.Bootstrapper.PlanCompleteEventArgs e ) : void
PlanPackageBegin ( object sender, Microsoft.Tools.WindowsInstallerXml.Bootstrapper.PlanPackageBeginEventArgs e ) : void
ResolveSource ( object sender, Microsoft.Tools.WindowsInstallerXml.Bootstrapper.ResolveSourceEventArgs e ) : void

Method Details

HResultSucceeded() public static method

public static HResultSucceeded ( int status ) : bool
status int
return bool

Install() public method

public Install ( ) : void
return void

OnInitialize() protected method

protected OnInitialize ( ) : void
return void

Repair() public method

public Repair ( ) : void
return void

ShellViewModel() public method

public ShellViewModel ( Microsoft.Tools.WindowsInstallerXml.Bootstrapper.BootstrapperApplication ba ) : System
ba Microsoft.Tools.WindowsInstallerXml.Bootstrapper.BootstrapperApplication
return System

TryAgain() public method

public TryAgain ( ) : void
return void

Uninstall() public method

public Uninstall ( ) : void
return void