Trying to install program via powershell, getting strange error
Solution 1:
The parameter -ArgumentList is a String, you haven't pass a string Something like this "/s,/v,/qn" could be OK.
The parameter -ArgumentList is a String, you haven't pass a string Something like this "/s,/v,/qn" could be OK.