2009-01-12, 08:50 PM
i was wondering what people experiencing was like with free installers?
which one is best/easiest to use ? nsis? inno?
i want to do the following
- install files but only replace files are newer
- update xml files
- execute sql commands (to create a database/update a database)
- ability to download something from the internet and then run it if need be
- launch another installer and wait for that to complete
- have the ability to "modify" the install (to change database settings)
ive used nsis in the past, and know it does most of those things (not sure about the sql),
also what is the best ide to use for the installer? (writing nsis forms was a PITA last i used it)
TIA
which one is best/easiest to use ? nsis? inno?
i want to do the following
- install files but only replace files are newer
- update xml files
- execute sql commands (to create a database/update a database)
- ability to download something from the internet and then run it if need be
- launch another installer and wait for that to complete
- have the ability to "modify" the install (to change database settings)
ive used nsis in the past, and know it does most of those things (not sure about the sql),
also what is the best ide to use for the installer? (writing nsis forms was a PITA last i used it)
TIA