Friday, June 8, 2007

What is MSI?

http://live.pirillo.com/ - Wise, InstallShield, NSI, MSI: they all offer the same installation service. What is an MSI file and why do developers use it?

MSI files are Microsoft Installers. They're installers that companies distribute instead of a setup.exe file.

MSI files generally offer more flexibility when installing programs. You can get a richer experience through MSI than with your prototypical setup program. MSI installers also allow you to repair your current installation, instead of being to uninstall and reinstall a damaged program.

All in all MSI files offer several advantages to users and developers over traditional installers.

Want to embed Microsoft Installer video in your blog? Use this code:

<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/hG6T-04xvNg"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/hG6T-04xvNg" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object><br /><a href="http://live.pirillo.com/">http://live.pirillo.com/</a> / <a href="http://chris.pirillo.com/media/">http://chris.pirillo.com/media/</a>


No comments: