Releases: oleg-shilo/wixsharp
Releases · oleg-shilo/wixsharp
Release v1.18.3.0-pre
- Issue #1034: Implementing ProgressDialog with WPF in a ManagedUI
Release v1.18.2.0-pre
Release v1.18.2.0
- Add missing Version element to ComRegistration (Class element) and add extra validation
- Fix COM registration output
Release v1.18.1.0
- Added full UI for uninstalling from control panel. The feature can be enabled via
project.EnableUninstallFullUI(...)
- Nsis Bootstrapper
- Added support for Nsis Bootstrapper compression.
- Added sample
BuildScriptWithCompressor
(Samples/Bootstrapper/NsisBootstrapper/setup.cs)
- Issue #1025: Add generated children of TypeLib to element
- Issue #1014: Modify MS Build task to include configuration and platform parameters
- Added support for
WixStandardBootstrapperApplication.HyperlinkSidebarLicense
. - Issue #1023: Copy File Not working; Fixed misspelled field name
- Introduce logging options for UninstallFullUI feature
- Issue #1005: Request: Arm64 support
- Issue #1001: Fix null reference exception if SDK is located inside the wixlocation…
- Issue #999: Multiple windows services to single .exe
- Issue #995: IgnoreWildCardEmptyDirectories with 1.17.0 causes Wxs generation to never finish with multiple top-level dirs
- Fixed: Respect TargetFileName on OverwriteOnInstall option
Release v1.18.0.0
- Added full UI for uninstalling from control panel. The feature can be enabled via
project.EnableUninstallFullUI(...)
- Added support for Nsis Bootstrapper compression.
Added sampleBuildScriptWithCompressor
(Samples/Bootstrapper/NsisBootstrapper/setup.cs) - Introduce logging options for UninstallFullUI feature
- Issue #1005: Request: Arm64 support
- Issue #1001: Fix null reference exception if SDK is located inside the wixlocation…
- Issue #999: Multiple windows services to single .exe
- Issue #995: IgnoreWildCardEmptyDirectories with 1.17.0 causes Wxs generation to never finish with multiple top-level dirs
- Addressed U-Test failures for Issue #999 dev
- Respect TargetFileName on OverwriteOnInstall option
Release v1.17.0.0
- Added support for WPF custom dialogs.
- Issue #982: MSP Patch Packages and upgrading
- Added ManagedWpfDialog sample based on Caliburn.Micro
- Issue #986: WixBinLocator doesn't find WiX if installed with scoop
Fixed the problem of finding the WiX bin folder location after the nuget package path was redirected with NUGET_PACKAGES
Release v1.16.2.0
- Issue #971: Unable to build win latest nuget on net45
- Downgraded target runtime to v4.5.1. To improve compatibility
Release v1.16.0.0
- Add "OS validation" functionality to NSIS bootstrapper
- Issue #962: Add RemotePayloads support for MsuPackage
- Issue #965: Retry strategy for DigitalSignature
- Implemented the most obvious/acceptable static code analysis recommendations
- Added IISCertificate support
- Added
GlobalSuppressions*.cs
files to suppress non-meaningful warnings - Added support for
IISCertificate
element. - Added missing
FirewallExtension.ru.wxl
file - Fixed problem with UninstallFullUI' display icon not being added to all
features
- "Added LaunchApplicationAction" is extended with support for stock UI
- U-Tests are completed and
BuildSamples
enabled on AppVeyor - Samples
- Fixed "UrlReservation" sample
- Fixed "Release Folder" sample
- Added
UninstallFullUI.cs
sample - Projects are migrated on target v4.6.1
- BuildMultilanguageMsi improvements
- returns path of the built MSI file
- prints additional build progress messages in output
Release v1.15.0.0
This is a major fixes/improvements release
- Localization: preserve msi platform settings when settings language with SetPackageLanguages (fixes #939)
- Added LaunchApplicationAction.
- NSIS bootstrapper-spash
- Switched to the stock AdvSplash plugin
- Added support to FadeIn, FadeOut, KeyColor parameters https://nsis.sourceforge.io/Docs/AdvSplash/advsplash.txt
- Forced to use a single "Uninstall/Change" button in the ARP
- Remove duplicated deferred properties.
- Allows the installer to display full UI for the "Uninstall" button in the Control Panel.
- Typo fix ResilientPackageIstallDir -> ResilientPackageInstallDir
- DigitalSignature support has been added to the NsisBootstrapper
- Issue #906: Error in Compiler.BuildMsi when building using cscs.exe but not from Visual Studio
Release v1.14.8.0
- Issue #902: candle.exe : error CNDL0125 when building bootstrapper application from existing msi and add bootstrapper variable
- Issue #862: I can't seem to get it working
- Issue #900: Preserve messageType value for ExternalUI setup with Custom Actions
- Merge pull request #899 from Q-Sharp/master
- Added Condition Net48_Installed
- Implemented/fixed
WixEntity.ComponentCondition
. Triggered by "How to add Condition to ODBCDataSource #896 " - Issue #894: LicenseBootstrapperApplication do not add payloads in case of rtf license
-
- Added
Process.StartElevated
extension method
- Added
Release v1.14.7.0
- Added AppId class and completed specification for TypeLib class.
- Updated API documentation for
WixSharp.Shortcut.WorkingDirectory
- Issue #872: Add support for TypeLib registration