Is there a way to perform a silent installation of NeoLoad or the Load Generators?
By default, the NeoLoad installer will launch a UI in order to proceed with the installation steps. A wizard will guide you with some questions to be answered like the installation path.
On some environment, we may not have a UI or we may simply want to avoid that wizard. In that case, there is a way to perform a silent installation even without any UI. Here are some examples for NeoLoad and Load Generator on Windows and Linux:
- Windows:
loadGenerator_windows_4_2_0.exe -q -dir "C:\Program Files\NeoLoad\"The service is installed by default.
If you need to manually re-install the service:
sc create "NeoLoad Agent" binPath= "C:\Program Files\NeoLoad\Agent 4.2\bin\AgentService.exe" start= auto- Linux:
./neoload_linux_4_2_0_.sh -q "/opt/neoload" where "/opt/neoload" is the target installation folder.For more information about licenses, see Installation<in_pdf_install>.
Home