vote up 15 vote down star
10

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

What resources would you recommend to learn and reference?

(Note - this is not a which installer tech do you use question - its specific to WiX)

flag
Why community wiki? – amdfan 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

6 Answers

vote up 14 vote down check
link|flag
vote up 3 vote down

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.

link|flag
vote up 1 vote down

Even though it's not only related towards WIX, the book from APRESS:

The Definitive guide to Windows Installer By Phil Wilson link

Helped to understand the installation processus. It's a good book to have when writing installers.

link|flag
vote up 1 vote down

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.

link|flag
vote up 0 vote down

From first glance this seems fairly comprehensive

http://blogs.technet.com/alexshev/pages/from-msi-to-wix.aspx

link|flag
vote up 0 vote down

If you understand german then read the articles in the "entwickler magazine".

Edition: 05/08, 06/08 and 01/09.

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

link|flag

Your Answer

Get an OpenID
or

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