Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've given up trying to apply lipstick to the pigs of installers that come out of Visual Studio and have decided to look at WiX.

What resources would you recommend to learn and reference?

(Note - this is not a which-installer-technology-do-you-use question - it's specific to WiX.)

share|improve this question
Why community wiki? – ine Nov 21 '08 at 22:34
As per stackoverflow.com/questions/128434/… This is more or less a poll to find the best WiX references – Ryan Nov 21 '08 at 22:42

7 Answers

up vote 30 down vote accepted
share|improve this answer
1  
Rob Mensching (stackoverflow.com/users/23852/rob-mensching) is the WiX project lead. – M. Dudley Dec 29 '09 at 20:17

One of the best ways I found to learn WiX was to take an existing MSI that did something I wanted to do, and used the Dark decompiler to generate a WiX script from it, and then I read that.

share|improve this answer

From first glance From MSI to WiX seems fairly comprehensive.

share|improve this answer

I have to add wix-users@lists.sourceforge.net. That's where everyone hangs out and asks/answers questions as they come up. Just lurking on that mailing list will provide lots of real-time education on the WiX toolset.

share|improve this answer

Even though it's not only related towards WiX, the book from Apress:

The Definitive guide to Windows Installer By Phil Wilson link

It helped me to understand the installation processes. It's a good book to have when writing installers.

share|improve this answer
Everyone should read this before embarking on understanding WiX – saschabeaumont Apr 18 '10 at 23:05

Here's a shameless plug to the book I've recently published through Packt:

WiX: A Developer's Guide to Windows Installer XML

It covers a lot of what you'd need to know to get going using WiX 3.0.

share|improve this answer

If you understand German, then read the articles in the Entwickler Magazin, edition: 2008-05, 2008-06 and 2009-01.

A follow-up will be published in 2009-02, with more developing stuff (MSI API).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.