Results 1 to 8 of 8

Thread: How to make a setup

  1. #1
    Join Date
    Apr 2009
    Posts
    75
    Thanks
    15
    Qt products
    Qt4
    Platforms
    Windows

    Default How to make a setup

    Hi,

    I'ld like to make a setup file with installation my program (copy files to folder, install database (MySQL), configure database etc...) it'll be perfect to use free software.... any ideas?

  2. #2
    Join Date
    Oct 2009
    Posts
    364
    Thanks
    10
    Thanked 37 Times in 36 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: How to make a setup


  3. #3
    Join Date
    Sep 2009
    Posts
    20
    Thanked 2 Times in 2 Posts

    Default Re: How to make a setup

    Hi

    You can also try this, very simple tool, also it provides integration with NSIS

    http://installer.excelsior-usa.com/en/

    Greetings

  4. #4
    Join Date
    Aug 2009
    Posts
    44
    Thanks
    29
    Thanked 5 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: How to make a setup

    if you want a nice wizard without learning code things...

    http://www.jrsoftware.org/isinfo.php

  5. #5
    Join Date
    Apr 2008
    Location
    Pittsburgh,PA,USA
    Posts
    48
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: How to make a setup

    One other option is to use CMake instead of qmake and with a few settings in your CMakeLists.txt file you can have an installer automatically generated for your executable + whatever else you want to be installed.

    On windows cmake uses nsis for the installer. On linux, I believe it generates rpms although I have not tested the packaging under linux.
    John

  6. #6
    Join Date
    Apr 2009
    Posts
    75
    Thanks
    15
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: How to make a setup

    Thank you very much! That's what I'm thinkign of

  7. #7
    Join Date
    Aug 2008
    Location
    Ukraine, Krivoy Rog
    Posts
    1,963
    Thanked 370 Times in 336 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: How to make a setup

    you can also look at BitRock.
    Qt Assistant -- rocks!
    please, use tags [CODE] & [/CODE].

  8. #8
    Join Date
    Jan 2006
    Location
    Frankfurt
    Posts
    500
    Thanks
    1
    Thanked 52 Times in 52 Posts
    Platforms
    MacOS X Unix/X11

    Default Re: How to make a setup

    For windows, I recommend to have a look at Wix: wix.sf.net

    It is a compiler from Microsoft that compiles an xml to an msi-package.
    It's nice to be important but it's more important to be nice.

Similar Threads

  1. You don't seem to have 'make' or 'gmake' in your PATH
    By alecs1 in forum Installation and Deployment
    Replies: 8
    Last Post: 1st December 2011, 02:27
  2. Need advice for a best way to make this application
    By frenk_castle in forum Newbie
    Replies: 3
    Last Post: 25th September 2009, 18:55
  3. QT4 for kde 4 beta 2 configure problem: make not found
    By marcomangiante in forum Installation and Deployment
    Replies: 1
    Last Post: 5th September 2007, 20:35
  4. Window OS make distclean && qmake && make one line
    By patrik08 in forum General Programming
    Replies: 4
    Last Post: 22nd March 2007, 10:43
  5. Qt4.1.4 make errors.
    By impeteperry in forum Installation and Deployment
    Replies: 11
    Last Post: 1st July 2006, 17:27

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.