Skip to content

Release v1.18.1.0

Compare
Choose a tag to compare
@oleg-shilo oleg-shilo released this 14 Aug 10:20
· 554 commits to master since this release
  • Added full UI for uninstalling from control panel. The feature can be enabled via project.EnableUninstallFullUI(...)
  • Nsis Bootstrapper
    • Added support for Nsis Bootstrapper compression.
    • Added sample BuildScriptWithCompressor (Samples/Bootstrapper/NsisBootstrapper/setup.cs)
  • Issue #1025: Add generated children of TypeLib to element
  • Issue #1014: Modify MS Build task to include configuration and platform parameters
  • Added support for WixStandardBootstrapperApplication.HyperlinkSidebarLicense.
  • Issue #1023: Copy File Not working; Fixed misspelled field name
  • Introduce logging options for UninstallFullUI feature
  • Issue #1005: Request: Arm64 support
  • Issue #1001: Fix null reference exception if SDK is located inside the wixlocation…
  • Issue #999: Multiple windows services to single .exe
  • Issue #995: IgnoreWildCardEmptyDirectories with 1.17.0 causes Wxs generation to never finish with multiple top-level dirs
  • Fixed: Respect TargetFileName on OverwriteOnInstall option