EngineInstaller Class

Definition

EngineInstaller is a class for facilitating registry of necessary information for monad engine.

This class will be built with monad console host dll (System.Management.Automation.dll).

At install time, installation utilities (like InstallUtil.exe) will call install this engine assembly based on the implementation in this class.

This class derives from base class PSInstaller. PSInstaller will handle the details about how information got written into registry. Here, the information about registry content is provided.

public ref class EngineInstaller sealed : System::Management::Automation::PSInstaller
public sealed class EngineInstaller : System.Management.Automation.PSInstaller
type EngineInstaller = class
    inherit PSInstaller
Public NotInheritable Class EngineInstaller
Inherits PSInstaller
Inheritance
EngineInstaller

Constructors

EngineInstaller()

Constructor

Methods

Install(IDictionary) (Inherited from PSInstaller)
Rollback(IDictionary)

Rollback this msh component

(Inherited from PSInstaller)
Uninstall(IDictionary)

Uninstall this msh component

(Inherited from PSInstaller)

Applies to