Creating Installer Package
-
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.
-
Please look at "this":http://developer.qt.nokia.com/forums/viewthread/98/ topic. I think you will find there useful information.
-
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) -
Have a look at Bitrock InstallBuilder for Qt. (www.bitrock.com)
-
I'm sorry for delay, thanks to all.