C# Класс NewTOAPIA.Net.Rtp.Installation

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

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

Метод Описание
Install ( IDictionary savedState ) : void

This routine should be called automatically by the MSI during setup, but it can also be called using: "installutil.exe NewTOAPIA.Net.Rtp.dll"

Installation ( ) : System
Uninstall ( IDictionary savedState ) : void

This routine should be called automatically by the MSI during Remove Programs, but it can also be called using: "installutil.exe /u NewTOAPIA.Net.Rtp.dll"

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

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

This routine should be called automatically by the MSI during setup, but it can also be called using: "installutil.exe NewTOAPIA.Net.Rtp.dll"
public Install ( IDictionary savedState ) : void
savedState IDictionary State dictionary passed in by the installer code
Результат void

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

public Installation ( ) : System
Результат System

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

This routine should be called automatically by the MSI during Remove Programs, but it can also be called using: "installutil.exe /u NewTOAPIA.Net.Rtp.dll"
public Uninstall ( IDictionary savedState ) : void
savedState IDictionary State dictionary passed in by the installer code
Результат void