Installer? A better one than inno setup?
Does anyone know a better installer? What i can use for people to install my exe file? I have sevral OCX and DLL Files. And inno setup is being annoying one minute it installs all the files and the next time it dont. Does anyone know anything better?
That will register ocx and dll files to?
Thanks,
Re: Installer? A better one than inno setup?
Tarma QuickInstall 2. Inexpensive and worth every penny.
http://www.tarma.com/products/tin2/index.htm
Re: Installer? A better one than inno setup?
Use Advanced Installer Easy and effective.... 30 Days trail
Link: http://www.advancedinstaller.com/download.html
Re: Installer? A better one than inno setup?
Moved To General Developer
Re: Installer? A better one than inno setup?
You get what you pay for. Inno (and NSIS) are free.
In this case, it is work to get it to do what you want, but it's no less powerful than any other installer; It'll do everything necessary and reliably. I'd suspect you are scripting it incorrectly. If you don't have the patience to work with it - and that's quite understandable - then almost any 'pay' installer will probably be better suited for your needs.
Have you tried the VS Setup Package? (Don't know what dev environment you are using).
Re: Installer? A better one than inno setup?
You can try checking out SetupStream also, it's free.