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

LibInstaller Members

The LibInstaller type exposes the following members.

Constructors


  Name Description
Public method LibInstaller
Costructor of the custom installation class;

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.

Properties


  Name Description
Protected property CanRaiseEvents (Inherited from Component.)
Public property Container (Inherited from Component.)
Public property Context (Inherited from Installer.)
Protected property DesignMode (Inherited from Component.)
Protected property Events (Inherited from Component.)
Public property HelpText (Inherited from Installer.)
Public property Installers (Inherited from Installer.)
Public property Parent (Inherited from Installer.)
Public property Site (Inherited from Component.)

Events


  Name Description
Public event AfterInstall (Inherited from Installer.)
Public event AfterRollback (Inherited from Installer.)
Public event AfterUninstall (Inherited from Installer.)
Public event BeforeInstall (Inherited from Installer.)
Public event BeforeRollback (Inherited from Installer.)
Public event BeforeUninstall (Inherited from Installer.)
Public event Committed (Inherited from Installer.)
Public event Committing (Inherited from Installer.)
Public event Disposed (Inherited from Component.)