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. Windows Installer Software

Windows Installer Software

Scheduled Pinned Locked Moved The Lounge
comcsharphtmldatabasehardware
31 Posts 18 Posters 0 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.
  • L Lost User

    OK. Looking for advice, rumors, anecdotes, horror stories etc., about what the best Windows installer software is. Have looked at: InstallShield most widely known, but major bucks. Wise Solutions seem to be the 'Avis' of installers (we try harder). Indigo Rose looks like it may do the job for a reasonable price. Exemplar Software used this about 4 years ago, looks like it hasn't been updated since. We need to install applications, demo source code, device drivers and ActiveX controls for various hardware products. The targets would be Win95 OSR2, Win98, Win2K, WinXP and WinCE. We've made inquiries to the above vendors, but have either received canned or no responses so far, so I thought that I would ask the troops in the trenches. Steven J. Ackerman, Consultant ACS, Sarasota, FL http://www.acscontrol.com steve@acscontrol.com sja@gte.net

    A Offline
    A Offline
    Alvaro Mendez
    wrote on last edited by
    #21

    I tried InstallShield and I really disliked it. I couldn't believe that I would have to get my hands dirty with their scripts just to make some basic changes to the setup program! So I said to myself, there's gotta be an alternative out there that gives me a lot flexibility without having to learn yet another scripting language. Then I found Installer VISE. It was great: very flexible, tons of options, and no scripts. It's been a while since I've used it, but you may wanna give it a shot. Regards, Alvaro

    B 1 Reply Last reply
    0
    • M mgama

      The installer put out by Microsoft is very limited. If you setup requirements are simply copy files and thats it, then you should consider it. If you need to prompt the user for input (aside from the installation folder), then it may not help you much as you cannot create custom dialogs in it. Check out www.installsite.org for a comparison of the MSI (Windows Installer) authoring products available.

      T Offline
      T Offline
      Tim Smith
      wrote on last edited by
      #22

      The MSI installer is VERY VERY powerful. Now the editing UI they put out isn't. But that is the installer. Tim Smith Descartes Systems Sciences, Inc.

      M 1 Reply Last reply
      0
      • D David Wulff

        I know some people say that, but I can't help feeling that they are either prejudiced by the price or haven't taken the time to learn the environment's capabilities properly (and boy does it take time). I've been using ISD7 for the past five months or so now, regularly, at various degrees of complication, and once you know your way around and know what does what, it's like changing a nappy. You don't particularly like it, but you know the end result will be better for it. ________________ David Wulff http://www.davidwulff.co.uk "My grandfather once told me that there are two kinds of people: those who work and those who take the credit. He told me to try to be in the first group, there was less competition there" - Gandhi

        T Offline
        T Offline
        Thomas Freudenberg
        wrote on last edited by
        #23

        David Wulff wrote: I've been using ISD7 for the past five months or so now, regularly, at various degrees of complication, and once you know your way around and know what does what, it's like changing a nappy. You don't particularly like it, but you know the end result will be better for it. So maybe you can help me with following issues:

        1. If component A has only one subcomponent B, you cannot select A without getting B selected automatically. Why this annoying behaviour? The only work-around I know is to add another subcomponent to A, which is hidden.
        2. Usage of & in component texts. For the display name you use a single &, but in the description text you have two enter a double &, because otherwise an underscore is displayed. Why did the InstallShield developers missed to add the SS_NOPREFIX style to the static ctrl?
        3. InstallShield uses the regional settings for the UI language. Why? All other applications I know use the system language, but not InstallShield.

        Regards Thomas Finally with Sonork id: 100.10453 Thömmi


        Disclaimer:
        Because of heavy processing requirements, we are currently using some of your unused brain capacity for backup processing. Please ignore any hallucinations, voices or unusual dreams you may experience. Please avoid concentration-intensive tasks until further notice. Thank you.

        1 Reply Last reply
        0
        • T Tim Smith

          The MSI installer is VERY VERY powerful. Now the editing UI they put out isn't. But that is the installer. Tim Smith Descartes Systems Sciences, Inc.

          M Offline
          M Offline
          mgama
          wrote on last edited by
          #24

          Right. I should have been clearer. The Visual Studio Installer (put out by Microsoft) to author MSI setups is very limited.

          1 Reply Last reply
          0
          • L Lost User

            OK. Looking for advice, rumors, anecdotes, horror stories etc., about what the best Windows installer software is. Have looked at: InstallShield most widely known, but major bucks. Wise Solutions seem to be the 'Avis' of installers (we try harder). Indigo Rose looks like it may do the job for a reasonable price. Exemplar Software used this about 4 years ago, looks like it hasn't been updated since. We need to install applications, demo source code, device drivers and ActiveX controls for various hardware products. The targets would be Win95 OSR2, Win98, Win2K, WinXP and WinCE. We've made inquiries to the above vendors, but have either received canned or no responses so far, so I thought that I would ask the troops in the trenches. Steven J. Ackerman, Consultant ACS, Sarasota, FL http://www.acscontrol.com steve@acscontrol.com sja@gte.net

            realJSOPR Offline
            realJSOPR Offline
            realJSOP
            wrote on last edited by
            #25

            We use Wise now. We dumped Installshield as a result. It's just as expensive as Installshield, but it's eaiser to use once you get used to the differences between the programs. "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

            1 Reply Last reply
            0
            • T Todd Smith

              My experience is that InstallShield sucks the most. I think I've seen Wise recommended in previous threads. Although I haven't used it.

              Todd Smith

              Brian C HartB Offline
              Brian C HartB Offline
              Brian C Hart
              wrote on last edited by
              #26

              Todd Smith wrote: My experience is that InstallShield sucks the most. I think I've seen Wise recommended in previous threads. The Wise Installation System is very nice to use -- it's very user-friendly, can do anything, and the only coding you need to do is your program. However, I do wish -- as with InstallShield -- that the dialogs could be more customizeable. Sincerely Yours, Brian Hart "And that's the news from Lake Wobegon, where all the women are strong, the men are good-looking, and the children are above-average." - Garrison Keillor

              Regards,

              Dr. Brian Hart
              drbrianhart343@gmail.com email
              LinkedIn: https://www.linkedin.com/in/dr-brian-hart-astrophysicist-veteran/

              T 1 Reply Last reply
              0
              • A Alvaro Mendez

                I tried InstallShield and I really disliked it. I couldn't believe that I would have to get my hands dirty with their scripts just to make some basic changes to the setup program! So I said to myself, there's gotta be an alternative out there that gives me a lot flexibility without having to learn yet another scripting language. Then I found Installer VISE. It was great: very flexible, tons of options, and no scripts. It's been a while since I've used it, but you may wanna give it a shot. Regards, Alvaro

                B Offline
                B Offline
                Brad Bruce
                wrote on last edited by
                #27

                I've been using IV for some time now and love it. Drag-and-drop for most installs, but has scripting capabilities when needed. BTW I just found http://www.chimpswithkeyboards.com/projects/Installer/ and will be giving it a look. The self-repair option of MSI is so tempting.....

                1 Reply Last reply
                0
                • Brian C HartB Brian C Hart

                  Todd Smith wrote: My experience is that InstallShield sucks the most. I think I've seen Wise recommended in previous threads. The Wise Installation System is very nice to use -- it's very user-friendly, can do anything, and the only coding you need to do is your program. However, I do wish -- as with InstallShield -- that the dialogs could be more customizeable. Sincerely Yours, Brian Hart "And that's the news from Lake Wobegon, where all the women are strong, the men are good-looking, and the children are above-average." - Garrison Keillor

                  T Offline
                  T Offline
                  Thomas Freudenberg
                  wrote on last edited by
                  #28

                  Brian Hart wrote: However, I do wish -- as with InstallShield -- that the dialogs could be more customizeable Not all dialogs of InstallShield are as customizable as I want. For example the option dialog to install either Typical, Minimal and Custom. AFAIK you cannot get rid of one of them X| I had do patch the dialog to remove Minimal. Fortunately, the InstallShield Runtime does not complain about it :rolleyes: Regards Thomas Finally with Sonork id: 100.10453 Thömmi


                  Disclaimer:
                  Because of heavy processing requirements, we are currently using some of your unused brain capacity for backup processing. Please ignore any hallucinations, voices or unusual dreams you may experience. Please avoid concentration-intensive tasks until further notice. Thank you.

                  1 Reply Last reply
                  0
                  • J Jamie Nordmeyer

                    I use InnoSetup exclusively. It does almost everything that you might need, and if you need to add some custom functionality, you can download the InnoSetup Extensions (which you should do anyway), which amongst other things, grants you the ability to use Pascal scripting to modify behavior or to respond to different actions, and create your own custom wizard pages. I would also seriously suggest downloading ISTool, which is a GUI front end to InnoSetup, and supports the Extensions. All of this is, as before mentioned, free. Jamie Nordmeyer Portland, Oregon, USA

                    B Offline
                    B Offline
                    billb2112
                    wrote on last edited by
                    #29

                    Does InnoSetup support "silent" or "quiet" installs? Also, can I execute another setup program from Innosetup? For example if my program requires a redistributable or I need to launch another program's setup program like SQL Server or Informix or whatever.

                    J 1 Reply Last reply
                    0
                    • R Richard Cunday

                      Another idea for a possible article is how to create a dll in C++ which can be called by the install engine. Ideas for functions defined in the dll could be copying registry keys which is useful when upgrading an application from a previous version or detecting if a specific application is in use.

                      M Offline
                      M Offline
                      mgama
                      wrote on last edited by
                      #30

                      Consider it done. Well part of it. I am putting together my first article on how to create the DLL, and add it to the MSI. I will post it tomorrow, after I get some sleep and proof read it a couple times. As for all the functions you mentioned, you can do a search on groups.google.com and practically copy and past the functions into the DLL code.

                      1 Reply Last reply
                      0
                      • B billb2112

                        Does InnoSetup support "silent" or "quiet" installs? Also, can I execute another setup program from Innosetup? For example if my program requires a redistributable or I need to launch another program's setup program like SQL Server or Informix or whatever.

                        J Offline
                        J Offline
                        Jamie Nordmeyer
                        wrote on last edited by
                        #31

                        Yes on executing another setup program (I've done this at work with the DCOM98 redistributable, as a matter of fact), sort of on silent installs. The first of two methods would be to run the setup program with the /SILENT or /VERYSILENT flags. You could use either a batch file for this (blah!), or name your actual setup file _setup.exe, or something, and write another small app called setup.exe that does nothing more than call _setup.exe with the /SILENT flag. The second option would be to simply turn all of the pages off. I've never tried this before, so I don't know how silent it would be, but it would at least be very close. Jamie Nordmeyer Portland, Oregon, USA

                        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