/WixExamples

Example of using WiX

Primary LanguageC#MIT LicenseMIT

Windows Installer XML (WiX) Samples

Samples

This WiX installer copies binaries to setup folder. In this solution there is a library which I want to copy in setup directory without referencing this lib in setup project. To find out more about setup project go to ReadMe.txt.

This Burn bundle installer with the simplest basic UI calls two other installers one after enother.

This is a Burn bundle installer with the simplest custom UI. UI is written using WPF and Prism.

This is a Burn bundle installer with custom UI. In this installer you can chouse which products you would like to install. UI is written using WPF and Prism.

This is a Burn bundle installer with custom UI. In this installer you can chouse which products you would like to install. UI is written using pure WPF.