How to create the set up file after completing the application???
How to create the setup file after the application is built??? pls help me to create the single set up file..
Re: How to create the setup file after the application is built???
You need to use an installation tool such as Innosetup.
Re: How to create the setup file after the application is built???
I like http://www.installjammer.com/.
But if you google you will find many more.
Re: How to create the setup file after the application is built???
Re: How to create the setup file after the application is built???
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.
Re: How to create the setup file after the application is built???
@Squidge::::Excellent Answer.. Thank you very much
Re: How to create the set up file after completing the application???
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