This post originated from an RSS feed registered with .NET Buzz
by Scott Hanselman.
Original Post: XML sucks less than Regular Expressions, ya think?
Feed Title: Scott Hanselman's ComputerZen.com
Feed URL: http://radio-weblogs.com/0106747/rss.xml
Feed Description: Scott Hanselman's ComputerZen.com is a .NET/WebServices/XML Weblog. I offer details of obscurities (internals of ASP.NET, WebServices, XML, etc) and best practices from real world scenarios.
The Windows Installer
XML (WiX - pronounced "wicks") is a toolset for advanced Windows developers
that builds Windows installation packages from XML source code. Overall, WiX can
improve the process of how software developers release software.
Many Microsoft product development teams use WiX to
deliver their installation packages. Utilizing the 1.0 Common Language Runtime, WiX builds
with Visual Studio.Net 2003 on Windows 2000, Windows XP, and will be of use with future
Windows offerings.
[FrankArr
- MSDN]