Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%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