Skip to content

Release v1.4.6.0-1

Compare
Choose a tag to compare
@oleg-shilo oleg-shilo released this 23 Jun 13:49
· 1401 commits to master since this release
  • Removed accidental DigitalSignature XML attribute form Bundle.
  • Issue #90: WixEntity.DoNotResetIdGenerator is broken
  • Issue #80: Error in AddRegValue
  • Issue #86: NHibernate.dll in Custom Actions
  • Issue #79: How to set the visible attribute of MsiPackages in a bootstrapper bundle
  • Extended digital signing support (https://github.com/alxcp/wixsharp branch):
    • Signing example is changed to using new signature functionality
    • Add digitally sign params to Project and Bundle
    • Added DigitalySign and DigitalySignBootstrapper classes was added.
    • Using insignia tool for signing the bootstrapper
    • Digitally sign logic now support /d (Description) parameter of SignTool. When UAC ask user about elevation rights, it`s used Description for showing name of MSI. If digitally signature has no Description, UAC shows temp file name instead.
  • Fixed problem with SilentBA staying in memory on update (cutesy of Alexey Che...ev)