C# Class InstallerUI.MainWindowModel

Inheritance: INotifyPropertyChanged
ファイルを表示 Open project: alex8b/gta5eyetracking Class Usage Examples

Public Methods

Method Description
CheckForUpdates ( ) : void
Dispose ( ) : void
Install ( ) : void
MainWindowModel ( Microsoft.Tools.WindowsInstallerXml.Bootstrapper.BootstrapperApplication bootstrapper ) : System
SetGtaPath ( string path ) : void
Uninstall ( ) : void
UpdateText ( ) : void

Private Methods

Method Description
OnNotifyPropertyChanged ( [ propertyName = "" ) : void
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.

SetFeaturePlannedState ( object sender, Microsoft.Tools.WindowsInstallerXml.Bootstrapper.PlanMsiFeatureEventArgs e ) : void
SetPackagePlannedState ( object sender, Microsoft.Tools.WindowsInstallerXml.Bootstrapper.PlanPackageBeginEventArgs e ) : void
UpdaterOnModInstalled ( object sender, EventArgs eventArgs ) : void
UpdaterOnModRemoved ( object sender, EventArgs eventArgs ) : void
UpdaterOnScriptHookVInstalled ( object sender, EventArgs eventArgs ) : void
UpdaterOnScriptHookVRemoved ( object sender, EventArgs eventArgs ) : void
UpdaterOnUpdatesChecked ( object sender, EventArgs eventArgs ) : void

Method Details

CheckForUpdates() public method

public CheckForUpdates ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Install() public method

public Install ( ) : void
return void

MainWindowModel() public method

public MainWindowModel ( Microsoft.Tools.WindowsInstallerXml.Bootstrapper.BootstrapperApplication bootstrapper ) : System
bootstrapper Microsoft.Tools.WindowsInstallerXml.Bootstrapper.BootstrapperApplication
return System

SetGtaPath() public method

public SetGtaPath ( string path ) : void
path string
return void

Uninstall() public method

public Uninstall ( ) : void
return void

UpdateText() public method

public UpdateText ( ) : void
return void