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?

Sample.Installer

class Sample.Installer

Sample Installer

Method Inventory

Methods

classmethod IsUpgrade(pNamespace As %String = $ZU(5)) as %Boolean
classmethod Message()
classmethod RunInstall() as %Status
Invoke the installer passing in some variables
classmethod RunInstallWithLog(pLogfile As %String) as %Status
Invoke the installer passing in some variables
classmethod SetupDefaults(pNamespace As %String = $ZU(5), pUpgrading As %Boolean) as %Status
Setup defaults for this MyApp system
FeedbackOpens in a new tab