I am new to power shell, I want to install .msi for this we are using below command,
Start-Process msiexec.exe -Wait -ArgumentList 'C:\Users\abc.xuz\Downloads\Firefox Setup 14.0.1.msi'
However this is giving me an error. Along with this it should automatically accept next button. Please help me for the same.