Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Install an MSI package using Powershell

Status
Not open for further replies.

howard7890

Programmer
Jun 6, 2003
3
0
0
US
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.
 
try just doing this:

msiexec /qn /package C:\SDInstaller.msi

[red]"... isn't sanity really just a one trick pony anyway?! I mean, all you get is one trick, rational thinking, but when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick[/red]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top