Releases: oleg-shilo/wixsharp
Releases · oleg-shilo/wixsharp
Wix4: Release - v2.1.6.0
- #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
WiX3: Release v1.25.3.0
Special thanks to @geghamyan for contributing Project.SignAllFiles
functionality.
NOTE, Project.SignAllFiles=false by default but it will be changed to Project.SignAllFiles=true in the next release.
- Added file signing functionality to project build process (
Project.SignAllFiles
). - fixed an accidental recursion in
AsWixVarToPath
- Issue #1490: Missing images in Managed WPF UI
- Updated WixSharp.wix.bin.3.14.1.nupkg
WiX4-Release v2.1.2.0
- 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
WiX4: Release v2.1.1.0
- Issue #1406: Multi-language improvement
- Issue #1462: ProgressText with WiX 4
- Issue #1463: Unable to find dotnet when building with dotnet cli
- Issue #1460: Add -sw1026 to default Wix4 argument options?
- PR #1461 from klokkenman1/wix-v4-master
Add sw1026 to WixOptions - Proposal #1456: Using PublishAot instead of SfxCA for custom actions
- Support for CA compiled with .NETCore (AOT)
- Added support for .NET Core projects (pre-release NuGet package)
See https://github.com/oleg-shilo/wixsharp/blob/wix-v4-master/Source/src/NET-Core
Contributors:
WiX3-Release v1.25.1.0
(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
- #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 WiX4DotNetCompatibilityCheck
- #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)
- Issue #1444: wix.exe not found if installed as local tool
NetCore: Release v2.1.3.0
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