C# Class InstallerUI.MainWindowModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: alex8b/gta5eyetracking Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public CheckForUpdates ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Install() public méthode

public Install ( ) : void
Résultat void

MainWindowModel() public méthode

public MainWindowModel ( Microsoft.Tools.WindowsInstallerXml.Bootstrapper.BootstrapperApplication bootstrapper ) : System
bootstrapper Microsoft.Tools.WindowsInstallerXml.Bootstrapper.BootstrapperApplication
Résultat System

SetGtaPath() public méthode

public SetGtaPath ( string path ) : void
path string
Résultat void

Uninstall() public méthode

public Uninstall ( ) : void
Résultat void

UpdateText() public méthode

public UpdateText ( ) : void
Résultat void