ProjectInstaller Class

Do not use. Supports the Master Data Services Workflow service.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Configuration.Install.Installer
        Microsoft.MasterDataServices.Workflow.ProjectInstaller

Namespace:  Microsoft.MasterDataServices.Workflow
Assembly:  Microsoft.MasterDataServices.Workflow (in Microsoft.MasterDataServices.Workflow.dll)

Syntax

'Declaration
Public Class ProjectInstaller _
    Inherits Installer
'Usage
Dim instance As ProjectInstaller
public class ProjectInstaller : Installer
public ref class ProjectInstaller : public Installer
type ProjectInstaller =  
    class 
        inherit Installer 
    end
public class ProjectInstaller extends Installer

The ProjectInstaller type exposes the following members.

Constructors

  Name Description
Public method ProjectInstaller Initializes a new instance of the ProjectInstaller class.

Top

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.)

Top

Methods

  Name Description
Public method Commit (Inherited from Installer.)
Public method CreateObjRef Security Critical. (Inherited from MarshalByRefObject.)
Public method Dispose() (Inherited from Component.)
Protected method Dispose(Boolean) Releases the unmanaged resources used by the ProjectInstaller class and optionally releases the managed resources. (Overrides Component.Dispose(Boolean).)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Component.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService Security Critical. (Inherited from MarshalByRefObject.)
Protected method GetService (Inherited from Component.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService Security Critical. (Inherited from MarshalByRefObject.)
Public method Install (Inherited from Installer.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Protected method OnAfterInstall (Inherited from Installer.)
Protected method OnAfterRollback (Inherited from Installer.)
Protected method OnAfterUninstall (Inherited from Installer.)
Protected method OnBeforeInstall (Inherited from Installer.)
Protected method OnBeforeRollback (Inherited from Installer.)
Protected method OnBeforeUninstall (Inherited from Installer.)
Protected method OnCommitted (Inherited from Installer.)
Protected method OnCommitting (Inherited from Installer.)
Public method Rollback (Inherited from Installer.)
Public method ToString (Inherited from Component.)
Public method Uninstall (Inherited from Installer.)

Top

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.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.MasterDataServices.Workflow Namespace