C# Class NewTOAPIA.Net.Rtp.Installation

Inheritance: System.Configuration.Install.Installer
ファイルを表示 Open project: Wiladams/NewTOAPIA

Public Methods

Method 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 method

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
return void

Installation() public method

public Installation ( ) : System
return System

Uninstall() public method

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
return void