C# 클래스 NewTOAPIA.Net.Rtp.Installation

상속: System.Configuration.Install.Installer
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
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