Unanswered question

How to install Neoload using Windows Powershell?

Hello I am using Windows Powershell to write a script which automates the installation of Neoload but I cannot parse in the flags successfully required for the silent install. I have tried using:
Start-Process -filepath "neoload-installer.exe" -ArgumentList "-q -Vsys.installationTypeId=Controller -Vsys.component.Common$Boolean=true -Vsys.component.Controller$Boolean=true" -Wait
but it doesn't install it properly.
I have also tried using just the -q flag by itself but then I get an error log (attached) on my desktop.

yhiy H.
yhiy H.

yhiy H.

Level
0
1 / 100
point

No answers