What is the best Windows installer maker. I want to buy one. Price doesn't matter. There are some few years old questions, but we have 2011 now.
closed as not constructive by CharlesB, Matt Wilko, BK., CJM, Jason Sturges Jul 21 '12 at 4:05
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Have you looked at the Windows Installer XML (WiX) toolset? It's free, and although you need to know some XML to use it, it works very well, especially with Visual Studio. The setups don't look funny like the default Visual Studio Setup Project ones do; they look very great and you can do pretty anything with WiX that Windows Installer is capable of. (I also recommend you download Orca; it's useful to have for testing and such.) |
|||||||||||||||
|
|
Having done hard time with Installshield, I'd have to recommend Advanced Installer these days. It's a breath of fresh air if you want a pointy clicky thing. Can handle the simplest of installers right up to feature beasties. The price has been creeping up over the years, but it's an excellent tool. I really would love to try WIX though. I've been put off by a couple of people, but they were XML haters. |
|||
|
|
|
NSIS is a really good choice for making many kinds of installers for apps, because of its tiny footprint and huge amount of customizability. A large number of commercial applications out there actually use NSIS, and you'd be hard-pressed to tell (though many still just use the basic look&feel and keep the NSIS footer in there) The only downside, I'd say, is having to learn its domain-specific scripting language, which looks like php/perl meets BASIC. But once you get over the hump (start with one of the examples) you can get fantastically powerful installers in very little work. In either case, you can't complain about the price. |
|||
|
|
|
I've just answered in this post that the best tool to create a windows installer package is Advanced Installer. |
|||||||||
|
|
Even though, another year has come but Inno Setup still be one of the best. It's up to date too. |
||||
|
|
Check out installshield. It's a beast, expensive and sometimes hard to use but does everything under the sun you'd need. If money were an issue I'd second the Wix recommendation. |
|||||
|
|
The best things in life are free: Wix This is an open source toolset from Microsoft that allows you to build installers from a set of xml files specifying what to do. There is even a Visual Studio plugin (votive) that allows you to build from within VS - you can simply add an installer project to your solution. Wix is pretty good at holding your hand in order to make sure that you don't fall into most of the traps that Windows Installer creates for you. Works very well and I will never again touch Installshield... |
||||
|
|
|
The best installer is only good as the installation developer using it. If money is truly no object, don't forget this point. Find the right person and he will put together the right solution with the right tools and technologies. Personally, I leverage the best from InstallShield, WiX and some home brewed automation. |
||||
|
|