Skip to content

Releases: oleg-shilo/wixsharp

Release v1.22.1.0

22 Jul 10:44
Compare
Choose a tag to compare
  • Added Support StoreType.sha1Hash in DigitalSignatureBootstrapper
  • Issue #1317: Bootstrapper bundle has bugs on wxs files generation.
  • Issue #1310: Problem during dynamic localization

Release v1.22.0

01 Jul 13:29
Compare
Choose a tag to compare
  • 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

29 Apr 02:17
db13a12
Compare
Choose a tag to compare
  • Issue #270: Deduplication of files added with wildcards

Release Candidate v1.21.0.0-pre

23 Apr 06:38
Compare
Choose a tag to compare
Pre-release

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

06 Jan 09:58
Compare
Choose a tag to compare
  • 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

13 Aug 15:14
Compare
Choose a tag to compare
Release v1.20.2.0 Pre-release
Pre-release
  • 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

15 May 11:25
Compare
Choose a tag to compare
  • Issue #1162: WPF installDir dialog is ignoring selectedfolder
  • Added CommonTasks.RegisterComAssembly to register COM servers.
  • Issue #1132: Project.ResolveWildCards(ignoreEmptyDirectories: true) removes Start Menu shortcut
  • Issue #118: Logging

Release v1.20.0.0

01 Mar 12:43
Compare
Choose a tag to compare

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:

  • Added WPF stock dialogs for Custom UI (WixSharp.Ui.WPF assembly)
  • Added test case for #1114
  • Issue #1087: Intermittent error
  • "WixSharp Project Templates" extension is ported to VS2022
  • Issue #1096: Setting RegistrySearch Id causes infinite loop

Release v1.19.1.0-pre

15 Nov 12:56
Compare
Choose a tag to compare
Release v1.19.1.0-pre Pre-release
Pre-release
  • Issue #1087: Intermittent error

Release v1.19.0.0

15 Nov 12:55
Compare
Choose a tag to compare
  • 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;