How to create the setup file after the application is built??? pls help me to create the single set up file..
How to create the setup file after the application is built??? pls help me to create the single set up file..
Last edited by wysota; 2nd April 2011 at 14:36.
You need to use an installation tool such as Innosetup.
Gokulnathvc (1st April 2011)
I like http://www.installjammer.com/.
But if you google you will find many more.
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
@Squidge::::Excellent Answer.. Thank you very much
You haven't mentioned for which platform you are developing, but you seem to be developing for various platforms. Personally, I would ditch QMake and use CMake/CPack insteak. CPack takes care of the packaging for you. It may take you some time to get up and running, but once you are then it's a breeze.
Hi,
I'm not really sure, what you're looking for. But if you want your application to have a nice installer, so that the average user can install it under windows, you could have a look hat NSIS:
http://nsis.sourceforge.net/
But there are plenty of other possibilities ...
Hope that helps, Rainer
Bookmarks