Anyone have experience using installatuon packages such as InstallSheild, Wise, Ghost, etc? Before I plunk down some money to buy one I want to make sure it’s appropriate for my needs.
I have a simple VB program I need to install so that it runs on startup. I also need to prompt the user for a user ID and put an entry in the registry, and install a .dll file.
I want something easy to use but still professional looking. Any recommendations?
Haven’t used it in half a decade or so, but I used to depend on WISE to create installers with fairly sophisticated features for a commercial software product. Given that I’m not a programmer, I found it to have exactly the right mix of power and flexibility without requiring me to spend six months studying it. It’ll do everything you’ve mentioned (registry entries, .DLL registration, user input, etc.) and a lot more as well. I actually had to configure it to call a custom DLL (for validation of the serial number) which was simple enough that even I could do it.
It does sound like NSIS will also do everything I was able to do in WISE back in the day, and for free to boot, but since you mentioned WISE and no one else had weighed in with an opinion on it yet I decided to stick my oar in.