Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Creating an MSI file with WiX takes two steps: compiling your source files and then linking them together into a single package. A tool called Candle handles the compiling, transforming your .wxs files into .wixobj files. The linking phase is handled by a tool called Light.
In this chapter, we'll discuss the following topics: