howard7890
Programmer
I am new to Powershell so this might be a stupid question.
I would like to install an MSI file and wait until it finishes before moving on.
From the comment line I use:
start /w msiexec /qn /package C:\SDInstaller.msi
What is the PowerShell equivalent?
Thanks.
I would like to install an MSI file and wait until it finishes before moving on.
From the comment line I use:
start /w msiexec /qn /package C:\SDInstaller.msi
What is the PowerShell equivalent?
Thanks.