Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Installation softwares (PC desktop)

Installation softwares (PC desktop)

Scheduled Pinned Locked Moved The Lounge
toolshelptutorialquestiondiscussion
38 Posts 26 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Maximilien

    Once in a while we start having a discussion on how to improve our workflow when creating installers for our software (large, but non complex installer) We are using InstallShield; it is a beast, it works, but hard to use and integrate into our Continuous Integration tools; but it has all the features we need (EXE, redistributables, chained MSI...) Someone always ask if there is something better that we can use; so I go on the internets and look around and go to this [Wikipedia](https://en.wikipedia.org/wiki/List\_of\_installation\_software) page. I'm always surprised at how few installer software there are. I'm surprised that even Microsoft does not offer a good packaging tool. What are you using to package your software? Are we stuck on what we have right now ?

    I'd rather be phishing!

    R Offline
    R Offline
    rtischer8277
    wrote on last edited by
    #24

    I've used .msi installers forever, but had to give them up a few years ago because of their basic clumsiness, their lack of bigcorp support and the fact that they throw security principles to the wind. Advanced Installer was my last one used. It took me more than 3 years to develop my distributed installer called Hiveware. It overcomes the security issues and the ease-of-use problem as the user only sees the asked-for app functionality. The platform was finished in December, 2017.

    1 Reply Last reply
    0
    • S Shuqian Ying

      We use WIX[^]. Albeit it could be tedious to write the xml installer creation scripts by hand, it fits better in an automated workflow where the said scripts are generated by higher level software ... Haven't tried to use it in the more complex scenarios (like the ones mentioned in OP) though ...

      Find more in V-NET: connects your resources anywhere[^].

      D Offline
      D Offline
      Davyd McColl
      wrote on last edited by
      #25

      I found WIX to be a major PITA to set up an install and slow as hell when running the install. InnoSetup was easy, fast to install, free, etc, etc, (: If you can move away from WIX, I highly suggest InnoSetup

      S 1 Reply Last reply
      0
      • M Maximilien

        Once in a while we start having a discussion on how to improve our workflow when creating installers for our software (large, but non complex installer) We are using InstallShield; it is a beast, it works, but hard to use and integrate into our Continuous Integration tools; but it has all the features we need (EXE, redistributables, chained MSI...) Someone always ask if there is something better that we can use; so I go on the internets and look around and go to this [Wikipedia](https://en.wikipedia.org/wiki/List\_of\_installation\_software) page. I'm always surprised at how few installer software there are. I'm surprised that even Microsoft does not offer a good packaging tool. What are you using to package your software? Are we stuck on what we have right now ?

        I'd rather be phishing!

        P Offline
        P Offline
        Peter R Fletcher
        wrote on last edited by
        #26

        Another vote for Advanced Installer. It has an unbelievable range of options but the defaults are sensible, and support for occasional bugs is excellent.

        1 Reply Last reply
        0
        • M Maximilien

          Once in a while we start having a discussion on how to improve our workflow when creating installers for our software (large, but non complex installer) We are using InstallShield; it is a beast, it works, but hard to use and integrate into our Continuous Integration tools; but it has all the features we need (EXE, redistributables, chained MSI...) Someone always ask if there is something better that we can use; so I go on the internets and look around and go to this [Wikipedia](https://en.wikipedia.org/wiki/List\_of\_installation\_software) page. I'm always surprised at how few installer software there are. I'm surprised that even Microsoft does not offer a good packaging tool. What are you using to package your software? Are we stuck on what we have right now ?

          I'd rather be phishing!

          A Offline
          A Offline
          agolddog
          wrote on last edited by
          #27

          My first question is, what about this application cannot be delivered over the internet? Make it a webapp, just deploy it to servers you control.

          1 Reply Last reply
          0
          • M Maximilien

            Once in a while we start having a discussion on how to improve our workflow when creating installers for our software (large, but non complex installer) We are using InstallShield; it is a beast, it works, but hard to use and integrate into our Continuous Integration tools; but it has all the features we need (EXE, redistributables, chained MSI...) Someone always ask if there is something better that we can use; so I go on the internets and look around and go to this [Wikipedia](https://en.wikipedia.org/wiki/List\_of\_installation\_software) page. I'm always surprised at how few installer software there are. I'm surprised that even Microsoft does not offer a good packaging tool. What are you using to package your software? Are we stuck on what we have right now ?

            I'd rather be phishing!

            P Offline
            P Offline
            PSU Steve
            wrote on last edited by
            #28

            We have a client/server WinForms application. We use a standard VS setup project to create an MSI for our initial installs, but the application is "self updating". We upload new EXEs and DLLs into our SQL Server database. The application looks for new components when it launches and when it finds new ones, downloads them to a temporary location, launches an "updater" EXE, and kills itself. The updater moves the new EXEs/DLLs from the temp location to the application folder and re-launches the main EXE. Works like a champ.

            K 1 Reply Last reply
            0
            • M Maximilien

              Once in a while we start having a discussion on how to improve our workflow when creating installers for our software (large, but non complex installer) We are using InstallShield; it is a beast, it works, but hard to use and integrate into our Continuous Integration tools; but it has all the features we need (EXE, redistributables, chained MSI...) Someone always ask if there is something better that we can use; so I go on the internets and look around and go to this [Wikipedia](https://en.wikipedia.org/wiki/List\_of\_installation\_software) page. I'm always surprised at how few installer software there are. I'm surprised that even Microsoft does not offer a good packaging tool. What are you using to package your software? Are we stuck on what we have right now ?

              I'd rather be phishing!

              M Offline
              M Offline
              Matt Bond
              wrote on last edited by
              #29

              I use InstallAware. It's pricey, but does everything easily. We have several complex installs and lots of files, so for us it was worth it. Bond Do everything as simple as possible, but no simpler.

              1 Reply Last reply
              0
              • P PSU Steve

                We have a client/server WinForms application. We use a standard VS setup project to create an MSI for our initial installs, but the application is "self updating". We upload new EXEs and DLLs into our SQL Server database. The application looks for new components when it launches and when it finds new ones, downloads them to a temporary location, launches an "updater" EXE, and kills itself. The updater moves the new EXEs/DLLs from the temp location to the application folder and re-launches the main EXE. Works like a champ.

                K Offline
                K Offline
                kmoorevs
                wrote on last edited by
                #30

                Ditto! We do the same, only using an installer (InstallShield) for the initial installation. After that, the application handles any updates to itself and associated files. Of course there are manual update mechanisms in place just in case we put out an update that breaks the updater! :laugh: We also use home-brewed installers for add-on modules using 7-Zip self-extracting libs to create 'smart' installers that detect where the payload needs to go and optionally (on a first install) prompt for a password. They also clean up after themselves.

                "Go forth into the source" - Neal Morse

                1 Reply Last reply
                0
                • M Marc Clifton

                  Maximilien wrote:

                  Someone always ask if there is something better

                  Sure -- create a Docker container of everything pre-installed. ;)

                  Latest Article - Slack-Chatting with you rPi Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802

                  B Offline
                  B Offline
                  Bruce Greene
                  wrote on last edited by
                  #31

                  The GitHub "Clone or download" button is my installer! :-D

                  1 Reply Last reply
                  0
                  • D Davyd McColl

                    I found WIX to be a major PITA to set up an install and slow as hell when running the install. InnoSetup was easy, fast to install, free, etc, etc, (: If you can move away from WIX, I highly suggest InnoSetup

                    S Offline
                    S Offline
                    Shuqian Ying
                    wrote on last edited by
                    #32

                    Davyd McColl wrote:

                    InnoSetup was easy, fast to install, free, etc, etc,

                    Maybe that is true. However we do not use an UI to build installers, it's part of an automated process that is controlled by other "scripts". The advantage of such a process is that one can consistently inject/replace publication information into various components (exe, dll, msi ...) of the final product (like version number, file version, copy right, URLs, target market, configuration, etc ...) and had the generating "scripts" under version control ... The WIX's xml files are intermediate targets, it's eassier for us to produce ... === edit === OK, innoSetup is also script based. In fact I used Pascal for quite a while in the early days. I will have a closer look at it later

                    Find more in V-NET: connects your resources anywhere[^].

                    D 1 Reply Last reply
                    0
                    • M Maximilien

                      Once in a while we start having a discussion on how to improve our workflow when creating installers for our software (large, but non complex installer) We are using InstallShield; it is a beast, it works, but hard to use and integrate into our Continuous Integration tools; but it has all the features we need (EXE, redistributables, chained MSI...) Someone always ask if there is something better that we can use; so I go on the internets and look around and go to this [Wikipedia](https://en.wikipedia.org/wiki/List\_of\_installation\_software) page. I'm always surprised at how few installer software there are. I'm surprised that even Microsoft does not offer a good packaging tool. What are you using to package your software? Are we stuck on what we have right now ?

                      I'd rather be phishing!

                      K Offline
                      K Offline
                      KEastman
                      wrote on last edited by
                      #33

                      InstallShield is still the reigning king for us - 30 years and counting Do you use InstallShield Standalone Build for CI?

                      M B 2 Replies Last reply
                      0
                      • K KEastman

                        InstallShield is still the reigning king for us - 30 years and counting Do you use InstallShield Standalone Build for CI?

                        M Offline
                        M Offline
                        Maximilien
                        wrote on last edited by
                        #34

                        Currently, we have a scheduled task that runs every morning to build the installers (IsCmdBld). The main issue we have with InstallShield is that its something that is hard to maintain (people add/remove files from the distributions but there's only one of us that can update the installshield project).

                        I'd rather be phishing!

                        1 Reply Last reply
                        0
                        • S Shuqian Ying

                          Davyd McColl wrote:

                          InnoSetup was easy, fast to install, free, etc, etc,

                          Maybe that is true. However we do not use an UI to build installers, it's part of an automated process that is controlled by other "scripts". The advantage of such a process is that one can consistently inject/replace publication information into various components (exe, dll, msi ...) of the final product (like version number, file version, copy right, URLs, target market, configuration, etc ...) and had the generating "scripts" under version control ... The WIX's xml files are intermediate targets, it's eassier for us to produce ... === edit === OK, innoSetup is also script based. In fact I used Pascal for quite a while in the early days. I will have a closer look at it later

                          Find more in V-NET: connects your resources anywhere[^].

                          D Offline
                          D Offline
                          Davyd McColl
                          wrote on last edited by
                          #35

                          Yes! I encourage looking a little deeper. Look, if WIX does all that you want and makes you happy, then cool. I'm just saying that I spent a lot of time in "installer space" (because it was part of my primary job function at two places of work, so that's work over >5 years, with a gap in the middle) and WIX and InstallShield were a mission where InnoSetup wasn't. InnoSetup also has tooling which targets a few different user groups, from text manipulation masters to competent programmers to people who just want to click their way through making an installer. Which is great, because sometimes I'm all three (: And it's free. And the resultant installers are fast and have the compression that you choose, so can be quite small. Just give it a go, and if it doesn't deliver ¯\_(ツ)_/¯ I'm still happy to choose it whenever I want an installer system.

                          1 Reply Last reply
                          0
                          • M Maximilien

                            Once in a while we start having a discussion on how to improve our workflow when creating installers for our software (large, but non complex installer) We are using InstallShield; it is a beast, it works, but hard to use and integrate into our Continuous Integration tools; but it has all the features we need (EXE, redistributables, chained MSI...) Someone always ask if there is something better that we can use; so I go on the internets and look around and go to this [Wikipedia](https://en.wikipedia.org/wiki/List\_of\_installation\_software) page. I'm always surprised at how few installer software there are. I'm surprised that even Microsoft does not offer a good packaging tool. What are you using to package your software? Are we stuck on what we have right now ?

                            I'd rather be phishing!

                            J Offline
                            J Offline
                            jsrjsr
                            wrote on last edited by
                            #36

                            Windows? WiX for the WIN! And it has a Microsoft connection in that it was one of the first Microsoft open source projects.

                            1 Reply Last reply
                            0
                            • M Maximilien

                              I looked at WiX; It might work for a simple installation, but for a large installation (23,000 files) it will be hard to maintain; at least create the first iteration, adding add the components/features/files.

                              I'd rather be phishing!

                              J Offline
                              J Offline
                              jsrjsr
                              wrote on last edited by
                              #37

                              We use PARAFFIN to generate WiX source code for thousands of files. It can even be used to add files later without disturbing the existing WiX code.

                              1 Reply Last reply
                              0
                              • K KEastman

                                InstallShield is still the reigning king for us - 30 years and counting Do you use InstallShield Standalone Build for CI?

                                B Offline
                                B Offline
                                Bob1000
                                wrote on last edited by
                                #38

                                Quote:

                                InstallShield is still the reigning king

                                King - Reminds me of the fable of the King's new cloths :)

                                1 Reply Last reply
                                0
                                Reply
                                • Reply as topic
                                Log in to reply
                                • Oldest to Newest
                                • Newest to Oldest
                                • Most Votes


                                • Login

                                • Don't have an account? Register

                                • Login or register to search.
                                • First post
                                  Last post
                                0
                                • Categories
                                • Recent
                                • Tags
                                • Popular
                                • World
                                • Users
                                • Groups