PDA

Click to See Complete Forum and Search --> : good setup program


imosha
Dec 26th, 2005, 05:27 AM
hi
im searching 4 a good setup program i like 2 now what do u think ?


thank u all

mebhas
Dec 26th, 2005, 05:41 AM
for small and "local" projects where u're readily available, the inbuilt pdw works fine. i'd recommend inno setup (http://www.***********) as a freeware installer. then there are numerous commercial install makers and i've used none of them except the installshield that ships with visual studio 6.

Hack
Dec 26th, 2005, 06:17 AM
Moved to application deployment.

RobDog888
Dec 26th, 2005, 06:42 AM
If your app is written in VB6 and of a small size or limited complexity and references etc. then the included P&D Wizard is sufficient. But if your app is complex or contains certain references or dependancies then just about any other freeware packager will do.

If its written in .NET then the default Deployment Setup Project is great. I havent had a need yet to look at any other packager.

dee-u
Dec 28th, 2005, 12:46 AM
You may want to look for SetupStream also...

jmcilhinney
Dec 28th, 2005, 02:14 AM
There's also the open source NSIS (http://nsis.sourceforge.net/Main_Page).