I'm trying to make my command line works inPowerShell and as to be a silent install
I'm trying to make a script for a VHX-7000_970F Software. I found a script that works on command prompts but I can't figure out how to make it works for Powershell. It as to be silent.
My scrpits that works on cmd : setup.exe /v"/qn
What I tried on powerShell :
- & setup.exe /v"/qn"
- & "setup.exe" '/v"/qn"'
- Start-Process "setup.exe" '/v" /qn"' -Wait
- I've tried /S, /quiet, /qb, /qn, /silent
- I've tried with the MSI too
I'm out of options....
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
sawyer
2 years ago
Posted by:
Hobbsy
2 years ago