Free software for Windows installers: NSIS vs. WiX?

John Smith picture John Smith · Jan 19, 2009 · Viewed 26.3k times · Source

I'm need to choose a software package for installing software. NSIS and WiX seem promising. Which one would you recommend over the other and why?

Feel free to offer something else if you think it's better than these two.

Answer

Shog9 picture Shog9 · Jan 19, 2009

If you want to get an installer done today, with the minimum amount of overhead, use NSIS. Simple scripting language, good documentation, fast.

If you want to build MSI files, integrate with the Windows Installer transactional system, and have plenty of time to devote to learning the declarative model used by Windows Installer, then check out WiX.