PDA

View Full Version : make installer package



babygal
17th September 2010, 11:07
How to create installation package?
so that my application can be installed and run on user's system.

nish
17th September 2010, 11:22
use anyone of the available installer products. eg installjammer,

mcosta
17th September 2010, 11:25
There are many tools to make installation package.

For Windows I use NSIS. Often I use CMAKE as configuration tool and in theese cases it's helpfull its integration with NSIS through CPACK.

For more information see http://nsis.sourceforge.net/Main_Page and http://cmake.org/

lyuts
17th September 2010, 14:40
There is also BitRock's InstallBuilder. Can be found here (http://installbuilder.bitrock.com).

safa
5th June 2011, 14:47
Hi! I recommend you to use Actual Installer – install software (http://www.actualinstaller.com/)

nightghost
6th June 2011, 06:24
Have a look here: http://en.wikipedia.org/wiki/List_of_installation_software For our Products we use WiX