WiX is short for Windows Installer XML. It is an open source project started by Microsoft. WiX is an entire toolset that takes XML files as input and compiles and links them into actual MSI databases. Setup Factory for Windows Installer creates WiX files during the build process and then uses WiX to actually generate the installation database. You can read more about WiX from the WiX web site.