C# Class PDFBinder.ShellInstaller

Inheritance: System.Configuration.Install.Installer
Afficher le fichier Open project: schourode/pdfbinder

Méthodes publiques

Méthode Description
Install ( IDictionary stateSaver ) : void
Rollback ( IDictionary savedState ) : void
Uninstall ( IDictionary savedState ) : void

Private Methods

Méthode Description
AddShellExtension ( ) : void
OpenPdfShellKey ( bool &installed ) : RegistryKey
RemoveShellExtension ( ) : void

Method Details

Install() public méthode

public Install ( IDictionary stateSaver ) : void
stateSaver IDictionary
Résultat void

Rollback() public méthode

public Rollback ( IDictionary savedState ) : void
savedState IDictionary
Résultat void

Uninstall() public méthode

public Uninstall ( IDictionary savedState ) : void
savedState IDictionary
Résultat void