The silent installer is useful if you want to add the installation of the MDEX Engine to your own install script, or push out the installation on multiple machines.
To install silently on Windows:
From a command prompt, navigate to the directory where you downloaded the installer.
Issue a command of the following form:
OCmdex<release version>-<OS>_<buildnumber>.exe -i silent -f mdex_response.properties
where
mdex_response.properties
containsUSER_INSTALL_DIR=C:\\Endeca\\MDEX
, which specifies the directory into which the MDEX Engine is installed.Optionally, use a file created by the installer to set up the
ENDECA_MDEX_ROOT
variable.Run
C:\Endeca\MDEX\
<version>
\mdex_setup.bat.Note
If you changed the
USER_INSTALL_DIR
location in step 2,mdex_setup.bat
will be located under the directory you specified.The files set up the environment variable
ENDECA_MDEX_ROOT
that the MDEX Engine uses and that points toMDEX\
The script also adds the<version>.
utilities
directory and the MDEX Engine binaries to the search path. The script itself is optional and provided as a convenience, although it only sets the variables for the current user in the current context. You can also choose to manually set the environment variables as global environment variables.