WixWPF makes it easy to build installer bootstrappers with completely custom UI.
What you get when you install:
- The assembly that contains the BootstrapperApplication implementation
- The following project templates
- WixWPF Solution
- This project template will create a class library project with an initial user interface implementation and a bootstrapper project configured to use the user interface implementation.
- WixWPF BootstrapperUI
- This project template creates a class library project that contains any user interface for the bootstrapper. The output assembly must be included as a Payload in the bundle. It's name must be the value of the BootstrapperUI entry in the appSettings configuration section of the BootstrapperCore.config
- WixWPF Bootstrapper
- This project template 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 that should be the name of the assembly that contains any user interface for the bootstrapper