Restored from previous forum. Originally posted by ebs.
Justin,
Before buying anything, I suggest you check out Nullsoft's NSIS installer at
http://www.nullsoft.com/free/nsis/. It's free, open-source, and creates small, full-featured install programs. If the name Nullsoft sounds familiar, it's because they developed NSIS as a way to distribute WinAmp.
I just used it for my latest project. The executable file being installed was about 29KB (after being compressed). The install program, which contains the executable, an .INI file, and an uninstall program, was only 75KB. This includes installing the files, creating a Start Menu group and shortcuts, and an uninstall program.
NSIS has lots of other features I didn't need for this project, including allowing the user to choose which components to install, displaying license or readme files, multiple languages, and a complete scripting language.
I probably sound like a commercial, but I think NSIS is a great installer, especially since it doesn't cost anything! The one downside I should mention is that it takes some time to understand the scripting language (it's not a GUI program like others). However, since you can program in PB, NSIS scripting commands shouldn't be a problem.
Eric