Releases: iswix-llc/iswix
IsWiX 4.15.39.0
Add support for WiXToolset v4 preview 1 and FireGiant HeatWave.
Superseded by 4.15.40.0
IsWiX v4.15.35.0
Remove legacy support for vs2013, vs2015 and vs2017. By having Application.sln and Installer.sln the Application.sln can be any version of VS you like and the Installer.sln can be vs2019 or vs2022.
Minor meta cleanup.
IsWiX 4.15.34.0
Recreate VS2022 AddIn from scratch using latest VSIX project template. Remove Micrsoft.VisualStudio.Interop.dll from the GAC as this was causing VS2022 crashes.
IsWiX v4.14.5
Remove DTF custom action and use VS2019 detection functionality found in WiX v3.14.0.2927 and greater.
Remove WiX v4 templates as this is the direction WiX is taking for now.
IsWiX v4.14.4
Refactor Namespaces designer to WPF/MVVM
Add DTF CA to installer to eliminate need for WiX v3.14 to build IsWiX.msi
IsWiX 4.14.3
Refactor/split the Fireworks Frameworks out into it's own repos/nuget package like it used to be years ago.
Refactor Fireworks Framework to be WPF based. Designer plugins implementing the IFireworksDesigner interface may be either WPF or Winforms user controls.
Replace the Winforms XMLEditor control with a newer WPF based AvalonEdit control.
New services and shortcuts use the filename of the target for suggesting name rather then NewShortcut / NewService.
v4.13.1
IsWiX 4.12.6
This release of IsWiX provides prerelease support for Visual Studio 2019 based on the current Visual Studio 2019 Preview 1 release.
The WiX team has not yet published a Visual Studio 2019 Votive extension. I've submitted a pull request for this and in the meantime you'll find an unofficial extension attached to this release. I am doing this because IsWiX relies on this functionality to integrate with Visual Studio 2019.
Additionally the source code to IsWiX now requires WiX 3.14 to build the IsWiX installer. This is due to enhancements made to the VS WiX Extension that IsWiX uses to register itself with Visual Studio. I've attached a unofficial build of WiX 3.14 in case you want to develop / build IsWiX. Most users will not need this.
Both the Votive and WiX will be removed from this release at a future data when the WiX team officially publishes them.
Ediit 1/20/2019: The Votive plugin for VS2019 is now available at http://wixtoolset.org/releases/
4.12.2.0
4.12.1.0
Create new Differences viewer to show pending changes since your last save (Help | View Differences )
Remove support for VS2010-2012
Update Namespaces
Update License Agreements (Third Party documenation)
Update to .NET 4.6.2
Correctly Version VS Extension
Fix document state management
Make URLs clickable in Help | About
Split AddIn out to it's own solution for people who don't have the VS Extensibility SDK installed
Little fixes here and there that weren't tracked