C# Class devplex.Tools.Setup

Inheritance: System.Configuration.Install.Installer
显示文件 Open project: philipproplesch/Docx2UnitTest

Public Methods

Method Description
Install ( IDictionary stateSaver ) : void

When overridden in a derived class, performs the installation.

Uninstall ( IDictionary savedState ) : void

When overridden in a derived class, removes an installation.

Private Methods

Method Description
RegisterAssembly ( string parameter ) : void

Registers the assembly.

Method Details

Install() public method

When overridden in a derived class, performs the installation.
The /// parameter is null. An exception occurred in the /// /// event handler of one of the installers in the collection.-or- An exception occurred in /// the /// /// event handler of one of the installers in the collection.
public Install ( IDictionary stateSaver ) : void
stateSaver IDictionary An /// used to save /// information needed to perform a commit, rollback, or uninstall operation.
return void

Uninstall() public method

When overridden in a derived class, removes an installation.
The saved-state /// might have been /// corrupted. /// An exception occurred while uninstalling. This exception is ignored and the uninstall /// continues. However, the application might not be fully uninstalled after the /// uninstallation completes.
public Uninstall ( IDictionary savedState ) : void
savedState IDictionary An /// that contains the state of /// the computer after the installation was complete.
return void