So you want to be a Windows Installer XML developer?

WiX Help

So you want to be a Windows Installer XML developer?

People have started expressing interest in joining the Windows Installer XML toolset development community so I figured I should get some administrative details out of the way.  If you are interested in contributing code to the Windows Installer XML toolset, it is very important to read through all four of these topics.

1)  The Windows Installer XML toolset copyright is held by Microsoft.

I want to be very up front about the copyright of the Windows Installer XML toolset and how it affects us as developers.  Microsoft is the sponsor of the Windows Installer XML project.  Before a contribution can be accepted into the WiX project, the lawyers have asked that we assign our rights to those contributions to Microsoft.  By having developers sign a copyright assignment agreement, Microsoft can maintain single legal control of the project.  That single legal control enables Microsoft to best defend the project in the future if there was ever any sort of legal challenge.

Before jumping to any conspiracy theories, please note that this copyright assignment is exactly the same process the Free Software Foundation has you go through if you work on a project they sponsor.  Also, in Clause 5 of the Windows Installer XML assignment agreement your rights to your contribution are explicitly granted back to you.  If you would like a copy of the assignment agreement, please contact [email protected].

2)  The Windows Installer XML project is a benevolent dictatorship.

In order to ensure consistency in the schema and maintain the quality of the tools, the Windows Installer XML project’s CVS tree is locked down.  In other words, commits to the code-base by the general populace are prevented.  If you attempt commit changes, CVS will inform you that you have "Insufficient Karma to complete the task."

To have your contribution submitted to the project, please submit an assignment agreement as described above (you only need to do so once) then send your code diff to [email protected].  The developers there will review the changes and someone will apply them to CVS as quickly as possible.

3)  The Windows Installer XML community is a meritocracy.

Those individuals in the community who demonstrate an understanding of the code base by actively participating on the Windows Installer XML mailing lists and consistently submitting high quality diffs will be given a “Karma boost”.  With enough Karma you will earn the ability to commit changes directly to the Windows Installer XML project’s CVS tree.

Commit privileges should not be taken lightly.  It is very important that the WiX toolset maintain a high quality bar because many people depend on the tools working properly.  Very few developers earn these privileges.  In fact, in over four years of development, only five developers have earned commit privileges to the internal Windows Installer XML project.

4)  The Windows Installer XML developers are all volunteers.

Everyone (to the best of my knowledge) that works on the Windows Installer XML toolset does so in his or her free time.  Please keep that fact in mind when asking for help, submitting code diffs, or interacting with any members of the project.  We all want to help to make the Windows Installer XML toolset as solid a tool as possible, but sometimes “real jobs” and “significant others” have to take a higher precedence.

If worse comes to worse, you have access to the source code.  Try reading for a while. :)

Copyright © Rob Mensching