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 sealed class EngineInstaller : System.Management.Automation.PSInstaller
Inheritance
EngineInstaller

Inherited Members

System.Management.Automation.PSInstaller

Constructors

EngineInstaller()

Constructor