Windows Installer XML Toolset

Free

A Visual Studio project system for the Windows Installer XML Toolset that can be used to build Windows based deployment packages (MSIs)

(9) Review
Visual Studio
2010
Get Now (22,040)
6/27/2012
3.5
E-mail Twitter del.icio.us Digg Facebook
Add To Favorites
Description
Reviews (9)
Q and A (4)
Sign in to Write a Review
Sort By:

by KMoraz | January 17 2012

by Bartek Szafko | June 16 2011

by esmithcd | September 02 2010

Could not agree more with David Watson's review. I had long opted to use NSIS for my installers over the built-in deployment project, but since discovering WiX, I haven't gone back.

Extremely flexible, very easy to use.

by David Watson | July 25 2010

Simply the best tool to create the best MSI installations available.

by tasman__ | June 27 2010

by Heath Stewart | April 26 2010

by ZippyV | April 23 2010

by Mohamed Hegazy | February 27 2010

by G Howlett | June 12 2009

Sign in to Start a Discussion


  • The "Get Now" or "Download" link points to old Wix version...
    1 Posts | Last Post April 25, 2013
    • Clicking the "Download" button in the Visual Studio Extension Manager or the "Get Now" button on the website takes me to the release page for Wix 3.5 but the current version is 3.7.  You may want to link to http://wix.codeplex.com/releases since that URL seems to automagically redirect to the current release.
  • how to integrate with vs2010
    1 Posts | Last Post May 19, 2012
    • how to integrate it with vs2010? i dont see any adding installed
  • VS Download broken
    5 Posts | Last Post March 09, 2012
    • The Download button inside the VS extension manager points to the wrong URL and gives an error:  http://wix.sourceforge.net/releases/3.5.2117.0/Wix35.msi is what opens.
    • Confirming this is still an issue.
    • The Download-Button on this site "Get Now" points to the wrong URL http://wix.sourceforge.net/releases/3.5.2117.0/Wix35.msi too.
    • Download avaliable unter http://wix.codeplex.com/releases/view/60102
    • Download links are broken!!
  • VSIX Version
    5 Posts | Last Post December 11, 2011
    • Hi,
      
      Have you considered making a VSIX version of this available? This way it can be downloaded directly from inside Visual Studio 2010.
      
      Thanks!
      Steven
    • Yes, we have. However, we'd rather see Visual Studio support the Windows Installer instead of forcing us to create yet another installation package just to fit in.
    • There are many advantages of using the VSIX format that cannot be achieved by using a general installer technology like .msi's. One if it being able to pass through Visual Studio specific meta-data. If you look at other add-in models, like Firforx, they don't rely on msi's either.
    • @stewils, the inability for an MSI to pass through "Visual Studio specific meta-data" is an implementation decision by the Visual Studio team. If Visual Studio chose to expose those endpoints to an MSI then everything could work together smoothly. Unfortunately, Visual Studio seems to have decided to create another installation package format.
      
      Also, Firefox is a poor example. That application is designed to run on several platforms. The Windows Installer is specific to the Windows platform. In that light, I can understand their decision to use a cross platform installation mechanism. However, Visual Studio is a Windows only application. Creating a new installation mechanism simply creates more work for developers like those that work on the WiX toolset.
    • @RobMensching I was just impressed by your reply :) I partially agree with you, Firefox extensions are specific to FireFox Browser platform which has its own app specific features hence no point in going with Windows based installation packages. FireFox (Browser / App) adds another layer to Windows (OS). Similarly Visual Studio a Windows based app has its own features. There could be many such applications like Visual Studio that run on Windows Platform. If we keep modifying the MSI to support app specific meta tags, it could make MSI architecture complex or it may limit Visual Studio like applications with MSI architecture. In my opinion, either are not good. So I believe it is a rite decision made by the VS Team to go for independent app specific package file (VSIX). At least they are not bound to MSI architecture limitations.