NPanday WiX Plugin

The Windows Installer XML (WiX) is a toolset that builds Windows installation packages from XML source code. The toolset supports a command line environment that developers may integrate into their build processes to build MSI and MSM setup packages.

The NPanday WiX plugin makes it easy to integrate WiX into your NPanday build process.

The plugin has been developed and tested with WiX version 3.0.5419.0. It should also work with other versions of WiX, assuming that your .wxs files are compatible with the version of WiX that is available on your PATH.

The integration tests for this plugin are based on the excellent tutorial at http://www.tramontana.co.hu/wix/.

Goals Overview

The WiX plugin has several goals:

  • candle converts a WiX XML (.wxs) file into a WiX Object (.wixobj) file.
  • light converts a WiX Object (.wixobj) file into an installation package (.msi file).