Silent Voyager Installation
Voyager is most commonly deployed in enterprise environments, where a silent installation via the command line is often a requirement. This allows for a Voyager installation to be included in an organization's devops pipeline.
Installing Voyager Silently
Prerequisites
64-bit Voyager installation file (VoyagerServer_x64_with_jre-<version>.exe)
Microsoft Windows Operating System
Administative privileges on the installation server
Overview
There are three steps to installing Voyager silently:Â
Copy the Voyager Server installation package to the appropriate server
Create a response file that contains parameters for installing Voyager
Execute the Voyager install in Silent Mode
Installation Steps
Copy VoyagerServer_x64_with_jre-<version>.exe to the server, preferably in a temp folder
Create a new text file named response.varfile in the same temp folder
Add the following contents to response.varfile and customize as needed:
executeLauncherAction$Boolean=true
installService$Boolean=true
serviceAccount=NT AUTHORITY\\System
specialUserAccount$Boolean=false
sys.adminRights$Boolean=true
sys.installationDir=c\:\\voyager
sys.languageId=en
sys.programGroupAllUsers$Boolean=true
sys.programGroupDisabled$Boolean=false
sys.programGroupName=Voyager Search
Execute the following command (this will install the software to C:\voyager and will create a new Windows service):
VoyagerServer_x64_with_jre-<version>.exe -q -dir C:\voyager -Dinstall4j.detailStdout=true -varfile response.varfile
Go to Control Panel >Â Administrative Tools >Â Services and verify there is a Voyager service.
Start the Voyager service
Continue with configuration of Voyager