Using the extension in a WiX project

At this point, you could use your extension in a WiX project to get a feel for what it will do. So far, we've added code to parse SuperElement and store it in the MSI. Later on we will tie a custom action to SuperElement so that when someone uses it the action will be run during the installation. To use the extension, follow these steps:

  1. Copy the extension assembly and its dependencies to a WiX project.
  2. Add the extension as a project reference.
  3. Use the custom XML namespace in the WiX project's Wix element.
  4. Add SuperElement to the markup and compile.

Step 1 is to copy the output from our AwesomeExtension to a folder in a WiX project. I'll assume you've created a simple WiX project. A common strategy is to add a ...

Get WiX 3.6: A Developer's Guide to Windows Installer XML now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.