Hi all,
I'm trying to package an install in PowerShell and stuck on this command (errors out).
Start-Process Setup.exe -ArgumentList /s, /v`"/qn`" -wait
I can remove the /v`"/qn`" and then it launches fine. I'm not sure how to code this out (not a powershell expert). Any help would be appreciated. Thanks in advance.