Creating Installer Package
-
wrote on 19 Jul 2010, 19:47 last edited by
Hi All,
I'm new of forum and first of all i'd like to say to All Hello...My question is: i'd like to create an applciation for PC MAC and LINUX using qt, i've just used it on Symbian Platform, but i don't know how can i create an installer package to distribute my app?
I'd like to know at now simply how can i create an installer PKG for windows that should permit to distribute my app without download anything.
Thanks.
-
wrote on 19 Jul 2010, 19:53 last edited by
Please look at "this":http://developer.qt.nokia.com/forums/viewthread/98/ topic. I think you will find there useful information.
-
wrote on 21 Jul 2010, 02:05 last edited by
Use NSIS script to create an installer windows version.
For MAC version you need to write apple MAC script.
(Please check the QT doc for MAC deployment page how to pack the QT libraries with the mac app) -
wrote on 27 Oct 2010, 20:17 last edited by
Have a look at Bitrock InstallBuilder for Qt. (www.bitrock.com)
-
wrote on 30 Oct 2010, 00:25 last edited by
I'm sorry for delay, thanks to all.