This document provides an introduction to Windows Installer XML (WiX), an open source toolset used to author Windows installation packages. It begins with background on Windows Installer and other installation technologies. The document then covers key WiX concepts like the project structure, build process, and defining packages using elements like Product, Package, Directory and Component. It aims to explain the basic usage of WiX to create simple installers and prepare readers for more advanced techniques.