Skip to content

Releases: oleg-shilo/wixsharp

Wix4: Release - v2.1.6.0

01 May 12:08
a01cca3
Compare
Choose a tag to compare
  • #1503: %AppData% folder no replace by path wix4
  • #1493: Question : Make Wix# Wix Toolset v5 compatible
  • #1491: How to set title and description for CustomDialogWith<T>
  • #1310: Problem during dynamic localization
  • Enhancement #1497: MSI language
  • Improved algorithm for locating compatible version of installed WiX extension file.
  • Added extension method for reading localized strings from wxl files: product.LocalizationFile.GetLocalizedString("ProductName")

Wix4: Release v2.1.5.0

06 Apr 03:14
a01cca3
Compare
Choose a tag to compare

NET Framework:

  • #1473: Build error with WixToolset.UI.wixext
  • Issue #1444: wix.exe not found if installed as local tool
  • minor improvements triggered by #1469

NET Core (v2.1.3.0):

  • added project templates
  • improved error reporting during compilation.
  • added full CustomUI sample (to be used as a template)

WiX4-Release v2.1.2.0

04 Mar 10:32
Compare
Choose a tag to compare
  • NetCore: added integration of the NET-Core setup project with NET-Fx UI projectVS infrastructure.
  • Issue #1464: Installer crashes when using custom UIs with Features
  • Issue #1460: Add -sw1026 to default Wix4 argument options?
  • Added Compiler.SuppressAotWarnings property
  • Issue #1459: ShortCut Icon Tooltip

WiX3-Release v1.25.2.0

03 Mar 01:50
Compare
Choose a tag to compare
  • #1464: Installer crashes when using custom UIs with Features
  • #1460: Add -sw1026 to default Wix4 argument options?
  • #1459: ShortCut Icon Tooltip
  • #1406: Multi-language improvement
  • Added ManagedAction for CA implemented as native DLLs (e.g. AOT assemblies). Triggered by proposal #1456

WiX4: Release v2.1.1.0

25 Feb 10:39
Compare
Choose a tag to compare

Contributors:

WiX3-Release v1.25.1.0

15 Feb 04:12
Compare
Choose a tag to compare

(repeat of v1.25.0.0 nuget release because of the packaging problem)

  • #1446: Catch all exceptions in managed WinForms UI
  • Added sample for #1449
  • #1421 Update Text (Dialog title) on view title change (@PatrickHofman)
  • Proposal #1263: Signing using JSign or other alternatives

WiX4: Release v2.1.0.0

15 Feb 03:46
Compare
Choose a tag to compare
  • #1446: Catch all exceptions in managed WinForms UI
  • #1444: wix.exe not found if installed as local tool
  • #1436: NuGet config variable "globalPackagesFolder" is ignored
  • #1428: [Question] SetNetPrerequirements to NET 7 or better
    Updated SetNetPrerequirements to allow using new WiX4 DotNetCompatibilityCheck
  • #1436: NuGet config variable "globalPackagesFolder" is ignored
  • Proposal #1263: Signing using JSign or other alternatives
  • Added bool None<TSource>(this IEnumerable<TSource> source, ...) extension method
  • Fixed accidental renaming of DigitalSignature1->DigitalSignature

WiX4: Release v2.1.4.0 (.NET Core only)

20 Mar 14:50
a3e85e8
Compare
Choose a tag to compare
  • Issue #1444: wix.exe not found if installed as local tool

NetCore: Release v2.1.3.0

06 Mar 10:57
a3e85e8
Compare
Choose a tag to compare

This release specifically delivers .NET Core Visual Studio integration. No functionality changes comparing to v2.1.2.


  • added project templates
  • improved error reporting during compilation.
  • added full CustomUI sample

WiX4: Release v2.0.5.0

21 Jan 09:29
Compare
Choose a tag to compare
  • Feature condition support in managed UI #1430
  • Added support for condition evaluation and custom installlevel settings.
  • Issue #1431: Hidden NullReferenceException in Extensions.GetEmbeddedData
  • Enhancement #1401: Can't mark the directory as permanent
  • PR#1408 (special thanks to @NJullienSweet):
    • added a sample for signing bundles
    • fixed SigningBundle sample project