Silent Installation of NV Server
This section describes how to install NV Server silently.
Install NV Server silently
- Make sure that you are logged on as an Administrator and that all System Requirements are met.
- Copy the NVServerSetup.exe file to a convenient location.
-
From the Windows Start menu, click All Programs > Accessories, right-click Command Prompt, and then click Run as administrator.
-
In the Command Prompt window, navigate to the location of the file copied in step 1, and enter the following command together with the required command line options:
Installation command:
NVServerSetup.exe /s /v"/qn command_line_options"
Command line options [* indicates a mandatory command line option]:
- * ADMIN_NAME=administrator username
- * ADMIN_PASS=administrator password
-
DATA_FOLDER=\"<path to data folder>\"
The location where internal application data and user data is saved.
Default is C:\ProgramData\HPE\NVServer.
-
INSTALLDIR=\"<path to the installation folder>\"
The location where the application files will be installed.
By default, <installation_folder> is C:\Program Files\HPE\NV\.
-
ENABLE_REMOTE=TRUE | FALSE
Opens the port in the firewall.
Default is TRUE.
-
REBOOT_IF_NEED=TRUE | FALSE
If a reboot is needed, automatically reboots the computer after installation completes.
Note: The machine must reboot before starting NV Server.
Default is TRUE.
Example:
NVServerSetup.exe /s /v"/qn ENABLE_REMOTE=TRUE INSTALLDIR=\"C:\Program Files\HPE\NV\" ADMIN_NAME=User12 ADMIN_PASS=Admin123 REBOOT_IF_NEED=TRUE"
See also: