Skip to main content
Version: v3

Extensions

WiX supports the following classes of extensions:

  • Binder Extensions allow clients to modify the behavior of the Binder.
  • BinderFileManager Extensions allow clients to simply modify the file source resolution and file differencing features of the Binder.
  • Compiler Extensions allow clients to custom compile authored XML into internal table representation before it is written to binary form.
  • Decompiler Extensions allow clients to decompile custom tables into XML.
  • Harvester Extensions allow clients to modify the behavior of the Harvester.
  • Inspector Extensions allow clients to inspect source, intermediate, and output documents at various times during the build to validate business rules as early as possible.
  • Mutator Extensions allow clients to modify the behavior of the Mutator.
  • Preprocessor Extensions allow clients to modify authoring files before they are processed by the compiler.
  • Unbinder Extensions allow clients to modify the behavior of the Unbinder.
  • Validator Extensions allow clients to process ICE validation messages. By default, ICE validation messages are output to the console.
  • WixBinder Extensions allow clients to completely change the Binder to, for example, create different output formats from WiX authoring.

For information on how to use WiX extensions on the command line or inside the Visual Studio IDE, please visit the Using WiX extensions topic.

For information on how to use localized WiX extensions, please visit the Localized extensions topic.