Results 1 to 5 of 5

Thread: How to create a install file ?

  1. #1
    Join Date
    Jan 2006
    Posts
    185
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default How to create a install file ?

    In Windows usually a file (program) is downloaded from some where, then by double clicking on it we can install it.

    Is it possible to do the same thing in Qt ?
    How about doing the same for Linux ?

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: How to create a install file ?

    Quote Originally Posted by probine
    Is it possible to do the same thing in Qt ?
    Just as with any windows program. You can use NSIS for this.

    Quote Originally Posted by probine
    How about doing the same for Linux ?
    http://blogs.qtdeveloper.net/archive...ions-on-linux/
    Last edited by jacek; 18th May 2006 at 00:55. Reason: fixed a typo

  3. #3
    Join Date
    Mar 2006
    Location
    Mountain View, California
    Posts
    489
    Thanks
    3
    Thanked 74 Times in 54 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: How to create a install file ?

    I second the suggestion for NSIS. It's fairly easy to use, looks professional, and is open source and free. I used to distribute my software in a zipped archive, with a note saying "just unzip whereever you want." But this was too difficult for many people, so now I use a Windows-style installer. Ease of use takes a backseat to familiarity in the Windows world.

  4. #4
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    84
    Thanks
    7
    Thanked 2 Times in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: How to create a install file ?

    for windows systems i like 'advanced installer' from
    caphyon (google it!). it is easy to use and has a gui. it's
    commericial software but a basic version is for free.

    best regards,
    jh

  5. #5
    Join Date
    Jan 2006
    Posts
    667
    Thanks
    10
    Thanked 80 Times in 74 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: How to create a install file ?

    How about inno setup?

Similar Threads

  1. What is the best way to create a file management panel?
    By DIMEDROLL in forum Qt Programming
    Replies: 0
    Last Post: 24th September 2008, 08:49
  2. making qmake create VisualStudio console app project file?
    By akos.maroy in forum Qt Programming
    Replies: 2
    Last Post: 18th August 2008, 14:45
  3. Set up the Qt4.3.2 with Visual Studio 2005
    By lamoda in forum Installation and Deployment
    Replies: 6
    Last Post: 30th January 2008, 06:51
  4. qt-3.3.8 fail in scratchbox
    By nass in forum Installation and Deployment
    Replies: 0
    Last Post: 25th May 2007, 15:21
  5. create file in another directory
    By raphaelf in forum Qt Programming
    Replies: 3
    Last Post: 16th February 2006, 10:04

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.