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. What does your company do for creating setup?

What does your company do for creating setup?

Scheduled Pinned Locked Moved The Lounge
c++questionworkspace
27 Posts 17 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.
  • M Mushtaque Nizamani

    Hi, What does your company do for creating setup? Do you use “Install Shield” type application or Setup project or some of your own made application as setup. Currently we are using MFC’s dialog based application as setup of our product, but are thinking of shifting to that MSI using MSI SDK. What does your company do for that?

    Regards, Mushq

    F Offline
    F Offline
    Franc Morales
    wrote on last edited by
    #17

    Interesting noone has mentioned NSIS...

    1 Reply Last reply
    0
    • M Mushtaque Nizamani

      Hi, Thanks for the info. Since we are thinking of creating MSI setup using MSI SDK but this can be better option. :) A question: Definitely I will read those articles but for now can you please tell me how is the support of Custom Actions in WIX?

      Regards, Mushq

      D Offline
      D Offline
      duncanmhor
      wrote on last edited by
      #18

      Custom actions can be tricky using Wix, but there is a great deal of functionality provided by the extensions that come with it. Everything from editing XML configuration files to creating databases and IIS sites. Quite honestly I've not had to do anything that couldn't be done with Wix. It is also compatible with msbuild scripts, which may or may not be an advantage to you.

      "You're very clever, young man, very clever," said the old lady. "But it's turtles all the way down!"

      1 Reply Last reply
      0
      • M Mushtaque Nizamani

        Hi, What does your company do for creating setup? Do you use “Install Shield” type application or Setup project or some of your own made application as setup. Currently we are using MFC’s dialog based application as setup of our product, but are thinking of shifting to that MSI using MSI SDK. What does your company do for that?

        Regards, Mushq

        R Offline
        R Offline
        Ravi Bhavnani
        wrote on last edited by
        #19

        We use Wise[^] at work. For some of my freeware, I use the free version of Advanced Installer[^] :cool: to generate an .msi. /ravi

        My new year resolution: 2048 x 1536 Home | Music | Articles | Freeware ravib(at)ravib(dot)com

        1 Reply Last reply
        0
        • G Gary Wheeler

          sashoalm wrote:

          it's adequate if you're not going to need extraordinary features

          For us, it's more than adequate. We use it to install our application, register our COM objects, install services, install device drivers, and even do a headless installation to a server box in the same rack cabinet. I've not tested Inno Setup for doing .NET installs, but I can't imagine it having problems.

          Software Zen: delete this;

          M Offline
          M Offline
          Member 96
          wrote on last edited by
          #20

          None at all, including installing winform and asp.net applications and doing it on every Windows OS including Vista.


          When everyone is a hero no one is a hero.

          1 Reply Last reply
          0
          • G Gary Wheeler

            You are more evil than Darth Vader on acid. The last version of InstallShield that wasn't an expensive, buggy, annoying P.O.S. was version 2.1 (the Windows 3.1 version). The InstallShield development team is number 2 on my list of engineering teams to be put against the wall when the revolution comes. Spot number 1, of course, is reserved for the Lotus Notes team.

            Software Zen: delete this;

            modified on Friday, March 7, 2008 6:45 AM

            M Offline
            M Offline
            Member 96
            wrote on last edited by
            #21

            Ditto


            When everyone is a hero no one is a hero.

            1 Reply Last reply
            0
            • S sashoalm

              InnoSetup - http://www.jrsoftware.org/isinfo.php[^] It's free and it's adequate if you're not going to need extraordinary features.

              G Offline
              G Offline
              GuyThiebaut
              wrote on last edited by
              #22

              Just had a look at this - I like what I see. I have been using the VS setup projects which do not give me all the functionality I want - so I will give this a try. Thanks for the link. :) Regards Guy

              You always pass failure on the way to success.
              1 Reply Last reply
              0
              • M Mushtaque Nizamani

                Hi, What does your company do for creating setup? Do you use “Install Shield” type application or Setup project or some of your own made application as setup. Currently we are using MFC’s dialog based application as setup of our product, but are thinking of shifting to that MSI using MSI SDK. What does your company do for that?

                Regards, Mushq

                M Offline
                M Offline
                Member 96
                wrote on last edited by
                #23

                Inno setup as others have mentioned is ideal. I've used nearly every product on the market over many years and I can tell you with some degree of authority that there are many, *many* reasons to avoid MSI like the plague. Inno is powerful, rock solid and stable, fast and far less problematic than windows setup based installers.


                When everyone is a hero no one is a hero.

                1 Reply Last reply
                0
                • C Colin Angus Mackay

                  WiX - One of our guys has already written two tutorials on the subject here on Code Project: Part 1[^] Part 2[^]

                  Upcoming FREE developer events: * Developer Day Scotland Recent blog posts: * Mixins in C#3.0 My website | Blog

                  M Offline
                  M Offline
                  Member 96
                  wrote on last edited by
                  #24

                  When setup and deployment project in Visual studio had gotten on my last nerve I took an open look at all the alternatives and I have to say WIX was just about the biggest turn off of them all. Just the website information and documentation alone made it look like a horrible abortion of arcane, byzantine and unnecessary complexity. I remember thinking at the time "only a programmer with a *lot* of time on their hands could love this mess". After thinking about it and trying Inno setup again for the first time in years (which is not MSI or windows setup based) I came to the conclusion that the MSI format itself is to be blamed for a lot of the ills that plague most setup kits out there.


                  When everyone is a hero no one is a hero.

                  M 1 Reply Last reply
                  0
                  • M Member 96

                    When setup and deployment project in Visual studio had gotten on my last nerve I took an open look at all the alternatives and I have to say WIX was just about the biggest turn off of them all. Just the website information and documentation alone made it look like a horrible abortion of arcane, byzantine and unnecessary complexity. I remember thinking at the time "only a programmer with a *lot* of time on their hands could love this mess". After thinking about it and trying Inno setup again for the first time in years (which is not MSI or windows setup based) I came to the conclusion that the MSI format itself is to be blamed for a lot of the ills that plague most setup kits out there.


                    When everyone is a hero no one is a hero.

                    M Offline
                    M Offline
                    Mike Dimmick
                    wrote on last edited by
                    #25

                    Most of the mess is due to the underlying Windows Installer and esoteric corner cases like deploying applications to unprivileged users through Active Directory. That's the driving force behind Windows Installer but 99.9% of installs - including Office, the product it was built for - fail. If you're installing shared components I would say you should go with Windows Installer. If all your components are private - and you should strive to do this even with Windows Installer - InnoSetup is far, far simpler. WiX just exposes all of the Windows Installer complexity in all its goryglory. It's far more understandable than the sanitised (by idiots who didn't know what they were doing) Visual Studio deployment projects. The trouble is you have to read and understand the Windows Installer SDK to know what's going on, and that's impenetrable to anyone who hasn't already been initiated (it feels like a hazing ritual!) Now I've read 'The Definitive Guide to Windows Installer' by Phil Wilson (Apress), and most of Rob Mensching's Blog[^], I'm able to tackle more of the Windows Installer SDK documentation.

                    DoEvents: Generating unexpected recursion since 1991

                    M 1 Reply Last reply
                    0
                    • M Mike Dimmick

                      Most of the mess is due to the underlying Windows Installer and esoteric corner cases like deploying applications to unprivileged users through Active Directory. That's the driving force behind Windows Installer but 99.9% of installs - including Office, the product it was built for - fail. If you're installing shared components I would say you should go with Windows Installer. If all your components are private - and you should strive to do this even with Windows Installer - InnoSetup is far, far simpler. WiX just exposes all of the Windows Installer complexity in all its goryglory. It's far more understandable than the sanitised (by idiots who didn't know what they were doing) Visual Studio deployment projects. The trouble is you have to read and understand the Windows Installer SDK to know what's going on, and that's impenetrable to anyone who hasn't already been initiated (it feels like a hazing ritual!) Now I've read 'The Definitive Guide to Windows Installer' by Phil Wilson (Apress), and most of Rob Mensching's Blog[^], I'm able to tackle more of the Windows Installer SDK documentation.

                      DoEvents: Generating unexpected recursion since 1991

                      M Offline
                      M Offline
                      Member 96
                      wrote on last edited by
                      #26

                      Mike Dimmick wrote:

                      If you're installing shared components I would say you should go with Windows Installer. If all your components are private - and you should strive to do this even with Windows Installer - InnoSetup is far, far simpler.

                      You're telling the wrong guy :) , I already chose Inno Setup (I started with it a decade ago, then went to Installshield, then went to windows setup through vs setup and deployment projects then trialed all I could find that weren't Installshield and have come full circle back to inno again) and after using Inno setup for some time I've come to realize that all the complexity in windows setup is entirely unnecessary. Inno setup with it's full scripting language is *far* simpler to work with because it works the way you think, no mysterious tables and complex to implement custom actions, just a simple script and simple options that work the way you want and expect them to. I'm not talking about a simple project where you're just dropping an executable and making a shortcut, none of my installs are remotely that simple, some are asp.net, some are winform but rely on com components, you name it I have to do it, but if they were that simple then any product is fine and pretty much equal in results. I think windows setup is *deeply* flawed, it appears to be designed by committee and even the simplest actions are overly complex as a result and it's more than worthwhile to take a good look at inno setup before you find yourself having to buy books and take courses to get acceptible results with windows setup projects.


                      When everyone is a hero no one is a hero.

                      1 Reply Last reply
                      0
                      • G Gary Wheeler

                        You are more evil than Darth Vader on acid. The last version of InstallShield that wasn't an expensive, buggy, annoying P.O.S. was version 2.1 (the Windows 3.1 version). The InstallShield development team is number 2 on my list of engineering teams to be put against the wall when the revolution comes. Spot number 1, of course, is reserved for the Lotus Notes team.

                        Software Zen: delete this;

                        modified on Friday, March 7, 2008 6:45 AM

                        P Offline
                        P Offline
                        peterchen
                        wrote on last edited by
                        #27

                        Take that, Pakistani economy! :cool: (Dark Vader on Acid? wow! that's a compliment!)

                        We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
                        blog: TDD - the Aha! | Linkify!| FoldWithUs! | sighist

                        modified on Friday, March 7, 2008 6:57 PM

                        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