Skip to content

Release v1.9.0.0

Compare
Choose a tag to compare
@oleg-shilo oleg-shilo released this 20 Aug 13:14
· 1002 commits to master since this release
  • Issue #458: Deferred session Variables.
  • Issue #377: How to register a new MIME type with custom document icon
  • Issue #416: WPF Bootstrap application fails to run after upgrading from Wixharp v1.7 to v1.8
  • Issue #409: NullReferenceException in XmlFile
  • Issue #452: Component Id generation for RegValue does not take RegValue.Id into account
  • Added repairing MSI package with project.EnableResilientPackage() (see #457 for details).
    Added generation of globally unique Component Id.
  • Issue #453: There is no way to set virtual HKMU registry hive supported by WiX for RegValue
    Microsoft.Win32.RegistryHive replaced with WixSharp.RegistryHive
  • Added generating cmd bat with exit code and handling compiler and linker exit codes
  • Improved the algorithm for discovery wix_bin_package in the VS Project
  • Added an argument utilities to parse arguments easier
  • Fixed/reviewed all falsely failed samples
  • Added Version.ClearRevision extension method.
  • FileSearch class extended to match the current WiX FileSearch element.
  • Pre-work for WiX4 integration