Skip to content

Tags: cloudlucky/wixsharp

Tags

v1.4.9.0

Toggle v1.4.9.0's commit message
Release v1.4.9.0 (publishing)

v1.4.8.0

Toggle v1.4.8.0's commit message
Release v1.4.8.0

v1.4.7.2

Toggle v1.4.7.2's commit message
RC v1.4.7.2

* Added support for client assembly `%this%` with non '.dll' extension. This solves the problem with DTF runtime asm probing failing to locate non standard assemblies (e.g. '.compiled').
* Fixed payload serialization problem for ExePackage

v1.4.7.0

Toggle v1.4.7.0's commit message
Release v1.4.7.0

----
* Issue oleg-shilo#111: Display attribute & Reset link doesn't work in FeaturesDialog window
* Issue oleg-shilo#107: ManagedBootstrapperApplication Payloads
* issue oleg-shilo#108: [ManagedUI] feature checkbox can be unchecked when allowChange is false
* Issue oleg-shilo#109: [ManagedUI] backgroup image dimensions
* Issue oleg-shilo#103: Compiler.WixLocation, WixSharp.wix.bin and new csproj format in Visual Studio 2017
* Issue oleg-shilo#99: Working with embedded WPF UI and MSI; Updated code sample.
* Issue oleg-shilo#102: Update nuget package WixSharp.bin to include WIX (Windows Installer Xml) Toolset v3.11
* Migration of WiX Toolset from v3.10.3 (v3.10.3007.0) to v3.11.0 (v3.11.1701.0)

v1.4.6.2

Toggle v1.4.6.2's commit message
Release v1.4.6.2

----
* Issue oleg-shilo#96: Using WxsFiles and OutDir causes build to fail
* Added Conditions for .NET Frameworks 4.5.1, 4.5.2, 4.6, 4.6.1 and 4.6.2
* Fixed problem with `AddXmlInclude` when custom Project.OutDir is specified. Triggered but not related to Issue oleg-shilo#96.

v1.4.6.1

Toggle v1.4.6.1's commit message
Merge pull request oleg-shilo#93 from alxcp/master

Removing DigitalSignature XML attribute form bundle.

v1.4.6.0

Toggle v1.4.6.0's commit message
Release v1.4.6.0

v1.4.5.0

Toggle v1.4.5.0's commit message
Release v1.4.5.0

----
* Additional work for Issue oleg-shilo#48: WixSharp.Files generation : same folder on different features
* Issue oleg-shilo#71: Can`t build Wix# Samples\Shortcuts
* Fixed an error with path to signtool.exe from ClickOnce's SDK
* Issue oleg-shilo#74: How to add file into install subdir?
* Issue oleg-shilo#75: Passing data via SetupEventArgs.Data to AfterInstall handler
* Fixed typo in `UnescapeKeyValue` implementation

v1.4.4.1

Toggle v1.4.4.1's commit message
Release v1.4.4.1

This release is identical functionality wise to v1.4.4.0.
It's just re-packaged according new CI to include all binaries stamped with the same version number.

v1.4.4.0

Toggle v1.4.4.0's commit message
Release v1.4.4.0

* Issue oleg-shilo#56: Install Dir Problem
* Issue oleg-shilo#58: Signtool could not be found on Win10
* Improved Compiler.BuildPackageAsmCmd(...)
* Added InstallDir_DynamicPath sample
* Issue oleg-shilo#56: Escaping "minus" `-` character in folder names