Skip to main content

%Installer.Installer

class %Installer.Installer extends %Library.RegisteredObject

Implements all installation operations

Method Inventory

Parameters

parameter DEFAULTDBRESOURCE = %DB_%DEFAULT;
Default DB resource
parameter DEFAULTINSTALLERMETHODNAME = setup;
Default installer method name

Methods

method ClassMapping(pNamespace As %String, pSpec As %String, pFrom As %String)
Create a class mapping into 'pNamespace', of 'pSpec' from the 'pFrom' namespace
classmethod InstallOnFirstRestart()
Run %Installer.InstallFromCommandLine on the first restart after installation or upgrade

Inherited Members

Inherited Methods

FeedbackOpens in a new tab