C# Class NewTOAPIA.Net.Rtp.Installation

Inheritance: System.Configuration.Install.Installer
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
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"

Method Details

Install() public méthode

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
Résultat void

Installation() public méthode

public Installation ( ) : System
Résultat System

Uninstall() public méthode

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
Résultat void