Skip to content

Release v1.9.2.0

Choose a tag to compare

@oleg-shilo oleg-shilo released this 22 Sep 09:13
  • Issue #137: Add custom attribute to Bundle project (Bootstrapper)
  • Issue #452: Component Id generation for RegValue does not take RegValue.Id into account
  • An empty directory remains after the uninstall #464
  • AutoElements.SupportEmptyDirectories default setting to Automatic is made obsolete, though is not removed yet. In the future releases AutoElements.SupportEmptyDirectories will be enabled by default.
  • File.OverwriteOnInstall now triggers insertion of <RemoveFile On=both ...> instead of <RemoveFile On=install ...>. To avoid upgrade problems with individual files.
  • Fixed the problem with project.ActualInstallDirId being potentially undefined
  • ResilientPackage improvements
    • Create a hard link to the local package instead of the original MSI.
    • Added deterministic assignment of installdir id in EnableResilientPackage
  • Bootstrapper_UI sample is updated to show how to pass user input from BA to MSI package.