Skip to content

Release v1.11.1

Compare
Choose a tag to compare
@oleg-shilo oleg-shilo released this 17 Aug 13:55
· 772 commits to master since this release
  • Issue #704: Question: Localized progress action messages.
  • Issue #696: ComponentCondition on CloseApplication doesn't appear to be working
  • Removed ValidateAssemblyCompatibilityas no longer needed since .NET4.0 is arguably a better choice for the recommended runtime
  • Issue #604: Is it possible to suppress the "UAC prompt" text if UAC is not enabled?
  • Issue #701: FR: Access to 32/64bit registry keys in Custom Actions (using .NET3.5)
  • WixSharpVSIX (VS Templates): Release v1.8.3
    • Migrated to .NET4.0 as target runtime
    • ManagedUI progress message localization improvements triggered by #704
  • Added a Property.Secure:
    new Property("Gritting", "Hello World!"){ Secure = true })
  • More granular conditions for feature install/uninstall:
    var condition = feature.ShallInstall() && feature.IsInstalled();