Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 601331
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T16:42:12+00:00 2026-05-13T16:42:12+00:00

Programmers that actually promote their products to production need an installer. (pre-emptive programming related

  • 0

Programmers that actually promote their products to production need an installer. (pre-emptive “programming related” justificaton.)

For deploying a new suite of internal corporate apps and services, I’m trying to decide between using WIX and the InstallShield Express edition that comes with Visual Studio 2010.

I’ve looked, but haven’t found a feature matrix that highlights the features that are not in the express edition. I expect WIX to be generally quite capable, but more difficult to use, and have heard of situations that WIX doesn’t support well.

Has anyone found a feature matrix, or have other recommendations on the long-term best way to manage internal deployments?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T16:42:12+00:00Added an answer on May 13, 2026 at 4:42 pm

    I find that wix is a great choice (in spite of the very very steep learning curve) if you need to manage installers in a complex environment because

    • setup definitions are stored in an XML format
    • it gives you full control to the underlying windows installer technology; the XML schema typically closely follows the windows installer database schema (which is also the main reason why the learning curve is so steep)
    • It is easy to integrate into your automated build
    • Parts of the setup can be generated automatically
    • It allows you to define small reusable modules and manage complex dependencies between them.
    • no cost or licensing issues (before wix we all had to use a single “Installshield PC”)

    Why the XML format is an advantage: this allows you to fully leverage code versioning systems like subversion or mercurial. Reviewing changes, examining history or even merging changes across branches is a breeze. Compare that to installshield projects which are opaque binary blobs.

    What I mean by managing complex dependencies: in our case we have a big pool of reusable component libraries with a complex set of dependencies between them, and many applications that were build on top of that. Before wix, this was a nightmare when a new dependency was introduced somewhere: ALL setups had to be updated.

    Now with wix, we have a ComponentGroup for each library, organized into a couple wixlibs. Each component group references other component groups that it depends on with a ComponentGroupRef. Application setup developers only need to reference the component groups of direct dependencies, and wix will do the rest by following the references. As a result, introducing a new dependency only requires making a single local change. Our automated builds and wix do the rest to regenerate all the setups.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I always hear that programmers try to pick the right tool for the job.
It seems to me that the most common overly ambitious project that programmers (esp.
Recently, many programmers and that includes me, have taken the X out of AJAX,
What is a magic number? Why do many programmers advise that they be avoided?
My colleague here argues that new programmers must learn ASP first, before they learn
Are there any open-source libraries that all programmers should know about? I'm thinking something
Often, programmers write code that generates other code. (The technical term is metaprogramming ,
Sometimes it's difficult to describe some of the things that us programmers may think
As the question says, what are some common/major issues that C++ programmers face when
I think most C++ programmers here would agree that polluting the global namespace is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.