C# Class PDFBinder.ShellInstaller

Inheritance: System.Configuration.Install.Installer
Mostra file Open project: schourode/pdfbinder

Public Methods

Method Description
Install ( IDictionary stateSaver ) : void
Rollback ( IDictionary savedState ) : void
Uninstall ( IDictionary savedState ) : void

Private Methods

Method Description
AddShellExtension ( ) : void
OpenPdfShellKey ( bool &installed ) : RegistryKey
RemoveShellExtension ( ) : void

Method Details

Install() public method

public Install ( IDictionary stateSaver ) : void
stateSaver IDictionary
return void

Rollback() public method

public Rollback ( IDictionary savedState ) : void
savedState IDictionary
return void

Uninstall() public method

public Uninstall ( IDictionary savedState ) : void
savedState IDictionary
return void