Enterprise Management Installation

Designed to work in conjunction with your organization’s chosen enterprise management system, installing More4apps at the machine level of your devices.

Requires administrator permissions and is intended for organization-wide deployment.

To perform a managed installation, use the Cloud Toolbox Enterprise executable located in the Enterprise Management folder of your downloaded ZIP file, along with the silent installation commands provided below.

enterprisewindow

Silent Installation commands

Because Modules are bundled in a single installer, there is a separate command for each Module in addition to a side by side command if needed.

Standard Install Command

This is the standard command that must be included when pushing your software.

  • /exenoui /qn

Module Commands

Each Module needs to be flagged if it is to be installed with a 'Y', see below:

  • INSTALL_FINANCE_MODULE="Y"

  • INSTALL_PROJECTS_MODULE="Y"

  • INSTALL_PRODUCT_DEFINITION_MODULE="Y"

  • INSTALL_PROCUREMENT_MODULE="Y"

To exclude a Module from being installed, either do not include it in the command or specify the module and provide a value of 'N'

Side by Side Installation

If you want to install the Toolbox and Modules alongside an existing installation , provide the below command or do not provide the command at all.

  • AI_UPGRADE="No"

If you want to remove older versions and just install the new one use the command below.

  • AI_UPGRADE="Yes"

Examples

The example below shows the installation of a new Cloud Toolbox alongside an existing installation and only the Procurement and Finance Module.

  • Cloud Toolbox Enterprise 26.2.83.exe /exenoui /qn INSTALL_FINANCE_MODULE="Y" INSTALL_PROCUREMENT_MODULE="Y" AI_UPGRADE="No"

Uninstall

  • /exenoui /x // /qn

Once complete, you can proceed to the Server-Side Installation section for the next stage.