From 0ff5afb0199417dd89252f64176fc9cd29e13c0f Mon Sep 17 00:00:00 2001 From: "oleg.shilo" Date: Sun, 15 May 2022 21:19:53 +1000 Subject: [PATCH] Release v1.20.1.0 - Issue #1162: WPF installDir dialog is ignoring selectedfolder - Added `CommonTasks.RegisterComAssembly` to register COM servers. - Issue #1132: Project.ResolveWildCards(ignoreEmptyDirectories: true) removes Start Menu shortcut - Issue #118: Logging --- Source/NuGet/WixSharp/WixSharp.WPF.nuspec | 15 +++++++-------- Source/NuGet/WixSharp/WixSharp.bin.nuspec | 13 ++++++------- Source/NuGet/WixSharp/WixSharp.lab.nuspec | 15 +++++++-------- Source/NuGet/WixSharp/WixSharp.nuspec | 15 +++++++-------- .../ExternalAssembly/CustomAction.dll | Bin 10240 -> 10240 bytes .../ExternalAssembly/DispalyMessage.dll | Bin 10240 -> 10240 bytes .../External_UI/Msi/MyProduct.msi | Bin 135168 -> 135168 bytes .../Properties/AssemblyInfo.version.cs | 4 ++-- 8 files changed, 29 insertions(+), 33 deletions(-) diff --git a/Source/NuGet/WixSharp/WixSharp.WPF.nuspec b/Source/NuGet/WixSharp/WixSharp.WPF.nuspec index 7f5b1e9a..59ab7b56 100644 --- a/Source/NuGet/WixSharp/WixSharp.WPF.nuspec +++ b/Source/NuGet/WixSharp/WixSharp.WPF.nuspec @@ -2,7 +2,7 @@ WixSharp.WPF - 1.20.0.0 + 1.20.1.0 Wix# (WixSharp) - Binaries Oleg Shilo Oleg Shilo @@ -16,13 +16,12 @@ The package contains Wix# binaries only. In order to use this package you need have WiX Toolset installed. The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2103.0) Wix# (WixSharp) - Binaries - Release v1.20.0.0 + Release v1.20.1.0 -- Added WPF stock dialogs for Custom UI (WixSharp.Ui.WPF assembly) -- Added test case for #1114 -- Issue #1087: Intermittent error -- "WixSharp Project Templates" extension is ported to VS2022 -- Issue #1096: Setting RegistrySearch Id causes infinite loop +- Issue #1162: WPF installDir dialog is ignoring selectedfolder +- Added `CommonTasks.RegisterComAssembly` to register COM servers. +- Issue #1132: Project.ResolveWildCards(ignoreEmptyDirectories: true) removes Start Menu shortcut +- Issue #118: Logging @@ -33,7 +32,7 @@ The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2 en-AU C# scripting msi install setup wix - + diff --git a/Source/NuGet/WixSharp/WixSharp.bin.nuspec b/Source/NuGet/WixSharp/WixSharp.bin.nuspec index 6013c2f1..4e919803 100644 --- a/Source/NuGet/WixSharp/WixSharp.bin.nuspec +++ b/Source/NuGet/WixSharp/WixSharp.bin.nuspec @@ -2,7 +2,7 @@ WixSharp.bin - 1.20.0.0 + 1.20.1.0 Wix# (WixSharp) - Binaries Oleg Shilo Oleg Shilo @@ -16,13 +16,12 @@ The package contains Wix# binaries only. In order to use this package you need have WiX Toolset installed. The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2103.0) Wix# (WixSharp) - Binaries - Release v1.20.0.0 + Release v1.20.1.0 -- Added WPF stock dialogs for Custom UI (WixSharp.Ui.WPF assembly) -- Added test case for #1114 -- Issue #1087: Intermittent error -- "WixSharp Project Templates" extension is ported to VS2022 -- Issue #1096: Setting RegistrySearch Id causes infinite loop +- Issue #1162: WPF installDir dialog is ignoring selectedfolder +- Added `CommonTasks.RegisterComAssembly` to register COM servers. +- Issue #1132: Project.ResolveWildCards(ignoreEmptyDirectories: true) removes Start Menu shortcut +- Issue #118: Logging diff --git a/Source/NuGet/WixSharp/WixSharp.lab.nuspec b/Source/NuGet/WixSharp/WixSharp.lab.nuspec index 52c97282..b2981e6c 100644 --- a/Source/NuGet/WixSharp/WixSharp.lab.nuspec +++ b/Source/NuGet/WixSharp/WixSharp.lab.nuspec @@ -2,7 +2,7 @@ WixSharp.Lab - 1.20.0.0 + 1.20.1.0 Wix# (WixSharp) - Experimantal features Oleg Shilo Oleg Shilo @@ -14,13 +14,12 @@ The package contains the sample code for building a simple MSI with the CLR WinForm dialog inserted into UI sequence between InsallDirDlg and VerifyReadyDlg native MSI dialogs. In order to use this package you need have WiX Toolset installed. The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2103.0) Wix# binaries containing experimental features (e.g. native WiX UI support). - Release v1.20.0.0 + Release v1.20.1.0 -- Added WPF stock dialogs for Custom UI (WixSharp.Ui.WPF assembly) -- Added test case for #1114 -- Issue #1087: Intermittent error -- "WixSharp Project Templates" extension is ported to VS2022 -- Issue #1096: Setting RegistrySearch Id causes infinite loop +- Issue #1162: WPF installDir dialog is ignoring selectedfolder +- Added `CommonTasks.RegisterComAssembly` to register COM servers. +- Issue #1132: Project.ResolveWildCards(ignoreEmptyDirectories: true) removes Start Menu shortcut +- Issue #118: Logging @@ -35,7 +34,7 @@ The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2 - + diff --git a/Source/NuGet/WixSharp/WixSharp.nuspec b/Source/NuGet/WixSharp/WixSharp.nuspec index 9f96c6e3..82accbc7 100644 --- a/Source/NuGet/WixSharp/WixSharp.nuspec +++ b/Source/NuGet/WixSharp/WixSharp.nuspec @@ -2,7 +2,7 @@ WixSharp - 1.20.0.0 + 1.20.1.0 Wix# (WixSharp) - managed interface for WiX Oleg Shilo Oleg Shilo @@ -18,13 +18,12 @@ If you need only Wix# binaries you may want to use WixSharp.bin package instead. In order to use this package you need have WiX Toolset installed. The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2103.0) Wix# (WixSharp) - Binaries - Release v1.20.0.0 + Release v1.20.1.0 -- Added WPF stock dialogs for Custom UI (WixSharp.Ui.WPF assembly) -- Added test case for #1114 -- Issue #1087: Intermittent error -- "WixSharp Project Templates" extension is ported to VS2022 -- Issue #1096: Setting RegistrySearch Id causes infinite loop +- Issue #1162: WPF installDir dialog is ignoring selectedfolder +- Added `CommonTasks.RegisterComAssembly` to register COM servers. +- Issue #1132: Project.ResolveWildCards(ignoreEmptyDirectories: true) removes Start Menu shortcut +- Issue #118: Logging @@ -35,7 +34,7 @@ The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2 en-AU C# scripting msi install setup wix - + diff --git a/Source/src/WixSharp.Samples/Wix# Samples/DTF (ManagedCA)/Different Scenarios/ExternalAssembly/CustomAction.dll b/Source/src/WixSharp.Samples/Wix# Samples/DTF (ManagedCA)/Different Scenarios/ExternalAssembly/CustomAction.dll index f65a12861e255bc11be291763e72e3d36be35490..bd79803ba291791eef316330c5f9725fab496df5 100644 GIT binary patch delta 36 scmZn&Xb70l!F=Id!^ZAhS%FDz1|?Nn)m__qR^GhI%g(-;L+%GB049wOB>(^b delta 36 scmZn&Xb70l!TgXXRR910 diff --git a/Source/src/WixSharp.Samples/Wix# Samples/DTF (ManagedCA)/Different Scenarios/ExternalAssembly/DispalyMessage.dll b/Source/src/WixSharp.Samples/Wix# Samples/DTF (ManagedCA)/Different Scenarios/ExternalAssembly/DispalyMessage.dll index 9ef527e27cb4dfecf3a361ff8afb08e16252ecc4..70acb0c0158242205e2de5b3f3f06dae8c607ab4 100644 GIT binary patch delta 36 scmZn&Xb70l!F>K)!^Un;S%K&JPP^Ky7J78GSxK*&W+b!uiL4A404U546951J delta 36 scmZn&Xb70l!Tf+vZezEntbnc9ivYpwn@($N;6Cy6PI38kriHIa?YyIhxioFgP#(!Czyb88;Xa?B+x6+Yh-j+MNIZOUE8> delta 105 zcmZozz|pXPV?&Mt+X4T&xHR3(MGD8|8RI8gIVdy6Z;o?NXSa1RGd6N_F>um#GjTE1 zH8D4~&~