class %Installer.Installer
extends %RegisteredObject
Implements all installation operations
parameter DEFAULTDBRESOURCE = "%DB_%DEFAULT";
Default DB resource
parameter DEFAULTINSTALLERMETHODNAME = "setup";
Default installer method name
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