CAS.Lib.CodeProtect Namespace
CAS.Lib.CodeProtect.LicenseDsc Namespace
CAS.Lib.CodeProtect.LicenseDsc.Constraints Namespace
CAS.Lib.CodeProtect.Properties Namespace
OOI CodeProtect

LibInstaller Methods

The LibInstaller type exposes the following members.

Methods


  Name Description
Public method Commit(IDictionary)
It completes the install transaction.
Public method Commit(System.Collections.IDictionary) (Inherited from Installer.)
Public method CreateObjRef(System.Type) (Inherited from MarshalByRefObject.)
Public method Dispose (Inherited from Component.)
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Component.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Protected method GetService(System.Type) (Inherited from Component.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Public method Install(IDictionary)
Perform the installation.
Public method Install(System.Collections.IDictionary) (Inherited from Installer.)
Public method Static member InstallLicense(Boolean)
Installs the license for the component with the default values for the user of the license. Could be used while debugging to allow to pass the license validation process.
Public method Static member InstallLicense(String, String, String, Boolean)
Installs the license for the component. Could be used for ClickOnce deployment to install the license while installing the software.
Public method Static member InstallLicense(Stream)
Installs the license fro the Stream.
Protected method MemberwiseClone(System.Boolean) (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnAfterInstall(System.Collections.IDictionary) (Inherited from Installer.)
Protected method OnAfterRollback(System.Collections.IDictionary) (Inherited from Installer.)
Protected method OnAfterUninstall(System.Collections.IDictionary) (Inherited from Installer.)
Protected method OnBeforeInstall(System.Collections.IDictionary) (Inherited from Installer.)
Protected method OnBeforeRollback(System.Collections.IDictionary) (Inherited from Installer.)
Protected method OnBeforeUninstall(System.Collections.IDictionary) (Inherited from Installer.)
Protected method OnCommitted(System.Collections.IDictionary) (Inherited from Installer.)
Protected method OnCommitting(System.Collections.IDictionary) (Inherited from Installer.)
Public method Rollback(IDictionary)
When overridden in a derived class, restores the pre-installation state of the computer.
Public method Rollback(System.Collections.IDictionary) (Inherited from Installer.)
Public method ToString (Inherited from Component.)
Public method Uninstall
Removes an installation.