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"
|
public Install ( IDictionary savedState ) : void | ||
savedState | IDictionary | State dictionary passed in by the installer code |
return | void |
public Uninstall ( IDictionary savedState ) : void | ||
savedState | IDictionary | State dictionary passed in by the installer code |
return | void |