Skip to content

Release v1.6.5.0

Compare
Choose a tag to compare
@oleg-shilo oleg-shilo released this 26 May 10:24
· 1023 commits to master since this release

Accumulative fixes (pre-releases) and minor improvements.


v1.6.5.0

  • Added session extension e.Session.GetMainWindow() for properly displaying message box from CAs
  • Updated all sample projects to target v4.6.1 runtime
  • Issue #373: Bootstrapper.DigitalSignature.Apply hide console output
  • Issue #372: MsiFile location

v1.6.4.3

  • Issue #354: Adding an InternetShortcuts throw NullReferenceException
  • Assorted internal fixes (XML docs etc.)
  • All compatible IGenericEntity.Process(ProcessingContext) cases moved to WixEntity.CreateAndInsertParentComponent

v1.6.4.2

  • Issue #344: Duplicate symbol 'Directory:ProgramFilesFolder' found

v1.6.4.1

  • Updated all IGenericEntity implementations to support 'no-directory' deployments
  • Removed all references to the obsolete IncludeWixExtension
  • Implemented clean algorithm for handling no-dir scenarios without resorting to the %ProgramFiles%\WixSharp\DummyDir.
    Algorithm is controlled by AutoElements.LagacyDummyDirAlgorithm
  • Issue #341: UAC Text is not localized
  • Implemented adding custom error description of he ManagedUI.ExitDialog depending on the Install error or cancellation.