Releases: oleg-shilo/wixsharp
Releases · oleg-shilo/wixsharp
Release v1.22.1.0
Release v1.22.0
- Updated WiX binaries to v3.14.0.6526
- Updated samples to reflect WiX v3.14.0.6526
- Updated WixSharp.wix.bin.nuspec
- Issue #1297: wixsharp:WpfDialog auto scaling based on screen resolu…
- Extra u-tests for #270
- Issue #1300: Weird space sin FeaturesDialog title
- Issue #1301: Make more elements translatable
- RC preparation
- Issues #1304: Improve the usability of Project.WildCardDedup
Release v1.20.4.0
- Issue #270: Deduplication of files added with wildcards
Release Candidate v1.21.0.0-pre
All porting effort is tracked via #1281
Changes
- Ported to WiX4
The packages are published on nuget.org
- WixSharp-wix4.1.21.0-pre.nupkg
- WixSharp-wix4.bin.1.21.0-pre.nupkg
- WixSharp-wix4.WPF.1.21.0-pre.nupkg
Limitations:
- Rollback
WiX4 defect: cannot find WixFailWhenDeferred the Util extension) - Driver
WiX4 defect: cannot find CustomAction:MsiProcessDrivers the Difxapp extension - ASP.NETApp
WiX4 defect: cannot find WebVirtualDir the Iis extension - SqlDatabase
WiX4: no porting guidance for Feature.Condition - FeatureConditions
WiX4: no porting guidance for Feature.Condition - Port Managed BA (currently impossible; until WiX provides a tech solution)
Release v1.20.3.0
- Issue #1244: The directory Id generated can be too long
- Issue #1223: Non LegacyDummyDirAlgorithm creates C:\ProgramFilesFolder empty folder
- Issue #1220: ElevatedManagedAction issue
- Feature #1204: Feature - RegisterCom class to ease the registration of COM files
- Issue #1203: SilentBootstrapperApplication
- Issue #182 (extended solution): RegistrySearch has "Win64=no" when building x64 installers
- Added Self-executable_Msi sample
- Added WixBootstrapper_EmbeddedUI to demonstrate how to show managed UI if the bundled MSI
- Added sample for customization of the stock Burn UI. Triggered by #1219
- Added sample for "Issue #1218: Dynamic custom UI sequence"
- Resurrected setting user input from BA UI and passing it to the msi. RegistrySearch input is also retained.
- Added validation for
Issue #1075: [FEAT] Add error if LaunchApplicationFromExitDialog using in common Project
error. - Fixed problem with RegKey being placed in the x86 root XML dir for the x64 project
Release v1.20.2.0
- PR #1197: Fix BuildMsiCmd generating incorrect custom action dll
- Issue #1178: WelcomeDialog doesn't show the title.
- Issue #1170: Generate only a small Installer.exe file to binary (enhancement)
- Issue #1171: RegFileImporter does not support hex(b): REG_QWORD Partial fix as WiX still does not support REG_QWORD===integer64
Release v1.20.1.0
Release v1.20.0.0
Implemented custom complete WPF UI.
You can use either stock dialogs:
project.ManagedUI = ManagedUI.DefaultWpf;
Or you can supply your own. This is the sample
Changes:
Release v1.19.1.0-pre
- Issue #1087: Intermittent error
Release v1.19.0.0
- Issue #1062: Potential problem with ServiceConfig
- Removed extra spaces in the FeaturesDialog title
- Added the hash of a directory name to the end of the directory Id.
- Changed to replace the non-legal characters in Ids to their character code.
- Add .gitattributes file and normalize line endings #1040
- Merge pull request #1022: Updated namespace: using System.Windows.Forms;