Advanced Store Server Suite

This section describes how to install Advanced Store Server Suite applications and the Customer Configuration Overlay. The AS Server Suite, NCR AS Server Suite.exe, installs the files, registry, and environment variables. The Customer Configuration Overlay, NCR Advanced Store Server - Customer Config Overlay.msi, configures the system. The Customer Configuration Overlay can optionally take a Configuration Settings text file as input.

The AS Server Suite and Customer Configuration Overlay are installed on the following servers:

  • EOM Server
  • ETS Servers

Installing the Advanced Store Server Suite

The following command installs the Advanced Store Server Suite in quiet basic mode. Specify either EOM or ETS as the server type to install the required features on each server.

Copy

syntax

"NCR AS Server Suite.exe" /v"/qb SERVERTYPE={EOM|ETS}"

Installing the Customer Configuration Overlay

The following command installs the Customer Configuration Overlay on the EOM and ETS servers. Several properties are required for installation.

Copy

 

msiexec /i "NCR Advanced Store Server - Customer Config Overlay.msi" /qb

The CONFIGFILE property can be used to specify the name of a text file containing the properties and values required for installation. The following example uses a file named ConfigSettings.txt to pass these values to the command line.

Copy

 

msiexec /i "NCR Advanced Store Server - Customer Config Overlay.msi" /qb CONFIGFILE="C:\ConfigSettings.txt"

The following table describes the properties that the Customer Configuration Overlay accepts. These can be saved to a configuration settings text file, as in the preceding example, or passed at the command-line when calling the msiexec command. If using a configuration settings file, the text file can take any name.

PropertyDescriptionRequired?
INSTALLDIR=

Location where the application will be installed.

Note

If not set (or left commented out), the application will be installed in %PROGRAMFILES(X86)%\NCR\DSREnterprise.

N
WO_UNIQUE_ID=The WebOffice name of the system. This is usually the computer name by default.Y
ENTERPRISESERVER=localhost

The server location of the enterprise database server and instance, if not default.

Example

192.168.0.17\NCRWO (where “192.168.0.17” is the computer name or IP address and “NCRWO” is the instance name).

Y
SQLDBUSER=rteuserThe name of the runtime SQL user that NCR processes will use. Y
SQLDBPASSWORD=RTE$t0reThe password for the runtime SQL user that NCR processes will use. Y
HTTPS_REDIRECT="false"

Valid values:

  • false—the site will be redirected from an https to an http URL.
  • true—the site will use https.
Note

Omitting this property will use https.

N