I have a small software. I want to put in an installer software. Do you have any suggestions (free/commercial) Thank you very much

link|improve this question

feedback

3 Answers

up vote 3 down vote accepted

NSIS is quite common. (But +1 for InnoSetup, too.)

link|improve this answer
feedback

I use Inno Setup for all my installers. It's free and fairly extensible. I also recommend ISTool as a better IDE for InnoSetup.

link|improve this answer
feedback

I don't have much experience with it, but I've heard Wix is good.

link|improve this answer
3  
It's painful (if you're not used to XML design) but worth the pain. :-) – Mehrdad May 21 '11 at 8:46
1  
Worth noting that 1) WiX is an official tool by Microsoft, 2) it outputs MSI packages for Windows Installer, rather than standalone EXE installer programs. – grawity May 21 '11 at 10:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.