DSR Enterprise Server applications

This section describes how to install the enterprise applications, microservices, and utilities on the following servers:

  • Messaging Server
  • Web Server (API)
  • Application Server
  • EOM Server
  • ETS Server

Utilities are required on the Messaging Server, EOM Server, and ETS Server. If using Sample Data, install it on the Application Server or where needed.

The following command installs the NCR DSR Enterprise applications or utilities in quiet basic mode.

Copy
msiexec /i "NCR DSR Enterprise Server.msi" /qb

In the following example, the Application Server, Web Server, and utilities and sample data batch files are installed on the same server.

Copy
msiexec /i "NCR DSR Enterprise Server.msi" ADDLOCAL=ALL /qb

Installing the DSR Enterprise Applications

To install the Utilities on the Messaging (RabbitMQ) Server, EOM, and ETS, use the following command.

Copy
msiexec /i "NCR DSR Enterprise Server.msi" ADDLOCAL=ExternalUtilities /qb

To install the Web Server, including required microservices, use the following command.

Copy
msiexec /i "NCR DSR Enterprise Server.msi" ADDLOCAL=WebAPI,POSHealthDashboard,AccountInfoService,ExternalValidatorService,
IntegratedCartService,InventoryService,PaymentPlanService,TransactionDispatchService /qb

To install the Application Server and required Windows Services, use the following command.

Copy
msiexec /i "NCR DSR Enterprise Server.msi" ADDLOCAL=AppServer,BatchApply,EOMParaStaging,EOMSync,MaintProc,PMPDirector,TransProc /qb
Important

The Windows services must be installed on only one application server.

To specify an alternate installation directory path, add the INSTALLDIR property to the command. The following example installs the application on drive F.

Copy
msiexec /i "NCR DSR Enterprise Server.msi" INSTALLDIR="F:Program Files (x86)\NCR\DSREnterprise" ADDLOCAL=ALL /qb

The default installation path is %PROGRAMFILES(X86)%\NCR\DSREnterprise.