Search Results for

    Show / Hide Table of Contents

    Class Installer

    Installer class for common setup types. It is responsible for ensuring that W3SVC windows service is started after installation is complete.

    Inheritance
    object
    MarshalByRefObject
    Component
    Installer
    Installer
    Implements
    IComponent
    IDisposable
    Inherited Members
    Installer.Commit(IDictionary)
    Installer.Install(IDictionary)
    Installer.OnCommitted(IDictionary)
    Installer.OnAfterRollback(IDictionary)
    Installer.OnCommitting(IDictionary)
    Installer.OnBeforeInstall(IDictionary)
    Installer.OnBeforeRollback(IDictionary)
    Installer.Rollback(IDictionary)
    Installer.Uninstall(IDictionary)
    Installer.Context
    Installer.HelpText
    Installer.Installers
    Installer.Parent
    Installer.Committed
    Installer.AfterInstall
    Installer.AfterRollback
    Installer.AfterUninstall
    Installer.Committing
    Installer.BeforeInstall
    Installer.BeforeRollback
    Installer.BeforeUninstall
    Component.Dispose()
    Component.GetService(Type)
    Component.ToString()
    Component.CanRaiseEvents
    Component.Events
    Component.Site
    Component.Container
    Component.DesignMode
    Component.Disposed
    MarshalByRefObject.MemberwiseClone(bool)
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.CreateObjRef(Type)
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public class Installer : Installer, IComponent, IDisposable

    Constructors

    Installer()

    Initialize an instance of Installer class

    Declaration
    public Installer()

    Methods

    Dispose(bool)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    true if managed resources should be disposed; otherwise, false.

    Overrides
    Component.Dispose(bool)

    OnAfterInstall(IDictionary)

    Starts W3SVC Windows service after Installation.

    Declaration
    protected override void OnAfterInstall(IDictionary savedState)
    Parameters
    Type Name Description
    IDictionary savedState

    An System.Collections.IDictionary that contains the state of the computer after all the installers contained in the System.Configuration.Install.Installer.Installers property have completed their installations.

    Overrides
    Installer.OnAfterInstall(IDictionary)

    OnAfterUninstall(IDictionary)

    Starts W3SVC Windows service after Uninstallation.

    Declaration
    protected override void OnAfterUninstall(IDictionary savedState)
    Parameters
    Type Name Description
    IDictionary savedState

    An System.Collections.IDictionary that contains the state of the computer after all the installers contained in the System.Configuration.Install.Installer.Installers property are uninstalled.

    Overrides
    Installer.OnAfterUninstall(IDictionary)

    OnBeforeUninstall(IDictionary)

    Cleans up.

    Declaration
    protected override void OnBeforeUninstall(IDictionary savedState)
    Parameters
    Type Name Description
    IDictionary savedState

    An System.Collections.IDictionary that contains the state of the computer after all the installers contained in the System.Configuration.Install.Installer.Installers property have completed their installations.

    Overrides
    Installer.OnBeforeUninstall(IDictionary)

    Implements

    IComponent
    IDisposable
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation