Getting Started

  1. Download
  2. What You Get
    • The assembly that simplifies the creation of a user interface for bootstrapper applications using WPF
    • The following project templates:

WixWPF Solution

A multi-project template that create a class library project with an initial user interface implementation and a bootstrapper project configured to use the user interface implementation.

WixWPF Bootstrapper

A project template that creates a bootstrapper project that includes the BootstrapperCore.config setup to use WixWPF as the bootstrapper application and a entry in the appSettings configuration section named BootstrapperUI that should be given the name of the assembly that contains the initial user interface for the bootstrapper.

WixWPF BootstrapperUI

A project template that creates a class library project with the required WPF references and and an initial user interface for the bootstrapper. The output assembly must be included as a Payload in the bundle and it's name must be the value of the BootstrapperUI entry in the appSettings configuration section of the BootstrapperCore.config.
    // TODO: Identify walkthroughs and include them here