Cross platform install script
-
wrote on 13 Jul 2011, 07:18 last edited by
Hi
i only need to copy two files from a directory to 5 other dir. but on win/lin/mac.
Any idea on how i should approach such a install tool? Would be my first qt project...
Many thanks
Michael -
wrote on 13 Jul 2011, 07:32 last edited by
"Building Qt Installers":http://developer.qt.nokia.com/wiki/BuildingQtInstallers
-
wrote on 13 Jul 2011, 07:38 last edited by
Do you want to write your own installer in Qt or you already have a Qt project which you want to install on different platforms? If the latter is the case then I can recommend you "InstallJammer":http://www.installjammer.com/ , which is free to distribute and use. I'm not sure if Mac support has been already implemented though.
If you want to build your own installer then take a look at "Qt installer framework":https://qt.gitorious.org/qt-labs/installer-framework for some tips.
1/3