Skip to content
Gary edited this page Mar 16, 2018 · 6 revisions

Wixard is a GUI based app for creating Setups with the Wix Toolset and WixSharp. It will create MSI, Wxs, and Exe setups.

With the help of Wixsharp you can do just about anything that you want with the Wix Toolset only without all the XML. Its a framework that uses the c-sharp language.

Wixard creates the c-sharp script for WixSharp and then compiles it and creates the script.

With the 0.0.0.3 release, you can add information about:

  • the Application
  • the Sourcefiles
  • Setup Options
  • Signing Info
  • Features
  • Environmental Variables
  • Registry INformation
  • File Associations
  • Firewall Exceptions
  • Users
  • Certificates
  • And Wix Elements - which lets you do just about anything that you want with Wix Toolset
Clone this wiki locally