Skip to content

Releases: glcjr/Wixard

Wixard 0.1.667.19389 beta

03 Apr 14:54
Compare
Choose a tag to compare
Pre-release

New version system so it matches the file version.
You'll need to uninstall the prior version manually because the previous versions had the default 1.0.* version number creation

THis fixes some UI stuff
It fixes a bunch of bugs
Adds MSM creation although it is only a subset of what MSI and Wxs creation offers.
Now able to retrieve version number from main executable of project

Wixard 0.0.0.7 beta

24 Mar 20:32
Compare
Choose a tag to compare
Wixard 0.0.0.7 beta Pre-release
Pre-release

This adds more fields for the Registry Values entered
It fixes some UI to make it neater
And other bugs.

Wixard 0.0.0.6 beta

21 Mar 20:00
Compare
Choose a tag to compare
Wixard 0.0.0.6 beta Pre-release
Pre-release

This fixes a file association bug
Adds ability to open a file from commandline (doesn't work for opening from a windows click for some reason. it works in every other program I wrote and put the ability in so I'm forgetting something)
Stops closing program if there's unsaved changes and asks if they want to save.

Wixard 0.0.0.5 Beta

21 Mar 13:13
Compare
Choose a tag to compare
Wixard 0.0.0.5 Beta Pre-release
Pre-release

This release adds more fields for Environment Variables
Refactoring of the User Interface
Fixes to the script builder

Wixard 0.0.0.4 beta

18 Mar 20:48
Compare
Choose a tag to compare
Wixard 0.0.0.4 beta Pre-release
Pre-release

This fixes the file association mixup
It also fixes the script builder in that it was not using a public label for a few things.
Other small bugs

Wixard 0.0.0.3 beta

16 Mar 16:50
Compare
Choose a tag to compare
Wixard 0.0.0.3 beta Pre-release
Pre-release

This program now will compile the scripts it creates.

It has unexpectedly lost compatibility with script files created with prior version. An unfortunately side effect to deciding to get rid of the project and script builder dlls and compile it all into one exe.

Wixard 0.0.0.1

12 Mar 18:25
Compare
Choose a tag to compare
Wixard 0.0.0.1 Pre-release
Pre-release

This is a beta release

The compiler is not functioning outside of Visual Studio environment.

However, it creates the script and that can be copied and pasted into visual studio and compiled. You need to add the nuget wixsharp package to the visual studio solution that's created to house the script.