Open the menu

    Installation, Update, and Uninstallation Scripts

    A component may have scripts that function as installation, update, and uninstallation scripts.

    These scripts must be located in a folder called componentfiles/setup, which should be found within the folder containing the component definition file.

    The script files for installation, update, and uninstallation should be named, respectively:

    • component-install-script.xml
    • component-upgrade-script.xml
    • component-uninstall-script.xml

    The following sections will describe each of these files in more detail.