Index syndication
comment syndication

MSIEXEC Complete Install

June 13, 2007 at 17:36 · Filed under microsoft, tech

If you want to install an MSI with no user intervention, and scripted, you can use msiexec. But what if you want to do a complete installation on the product, instead of a typical installation (which would be default)? Put this in your script:

msiexec /i yourpackage.msi /passive ADDLOCAL=ALL

ADDLOCAL=ALL is the key to a complete install. Enjoy your automated windows installation.

Share this post: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Slashdot
  • Technorati
  • Reddit
  • StumbleUpon
  • Facebook
  • Propeller
  • BlogMemes
  • Google
  • YahooMyWeb
  • NewsVine

Leave a Comment