Setup Wizard Solution
-
Hi All, i need create setup wizard for the project, is Qt has some solutions or something else to solve this task?
-
-
second :)
I need install binaries files -
Do you need an installer only for Windows or a cross-platform installer?
-
cross-platform will be better, but if this is impossible than just for windows (but without linking to .NET)
-
For Windows, my personal preference is "Inno Setup":http://www.jrsoftware.org/isinfo.php
-
On Windows I like to use "NSIS":http://nsis.sourceforge.net/Download
-
This topic was discussed many times before. Please have a look at the tag search:
http://developer.qt.nokia.com/search/tag/installer
The short story: For an application you most probably want an installer for windows only. For Linux boxes you will make your users more happy with a native package (RPM, deb, ...) and the Mac crowd just want's a complete application bundle. You'll find this discussed in detail in the mentioned forum threads.
-
Tnx All for the help!