C# Класс devplex.Tools.Setup

Наследование: System.Configuration.Install.Installer
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
RegisterAssembly ( string parameter ) : void

Registers the assembly.

Описание методов

Install() публичный Метод

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.
Результат void

Uninstall() публичный Метод

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.
Результат void