Skip to content

Commit

Permalink
Release v1.22.0
Browse files Browse the repository at this point in the history
- Updated WiX binaries to v3.14.0.6526
- Updated samples to reflect WiX v3.14.0.6526
- Updated WixSharp.wix.bin.nuspec
- Issue #1297: wixsharp:WpfDialog auto scaling based on screen resolu…
- Extra u-tests for #270
- Issue #1300: Weird space sin FeaturesDialog title
- Issue #1301: Make more elements translatable
- RC preparation
- Issues #1304: Improve the usability of Project.WildCardDedup
  • Loading branch information
oleg-shilo committed Jul 1, 2023
1 parent 7eed68e commit 37523df
Show file tree
Hide file tree
Showing 9 changed files with 57 additions and 85 deletions.
31 changes: 12 additions & 19 deletions Source/NuGet/WixSharp/WixSharp.WPF.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>WixSharp.WPF</id>
<version>1.20.3.0</version>
<version>1.22.0.0</version>
<title>Wix# (WixSharp) - Binaries</title>
<authors>Oleg Shilo</authors>
<owners>Oleg Shilo</owners>
Expand All @@ -16,28 +16,21 @@ 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)</description>
<summary>Wix# (WixSharp) - Binaries</summary>
<releaseNotes>Release v1.20.3.0

- Issue #1244: The directory Id generated can be too long
- Issue #1223: Non LegacyDummyDirAlgorithm creates C:\ProgramFilesFolder empty folder
- Issue #1220: ElevatedManagedAction issue
- Feature #1204: Feature - RegisterCom class to ease the registration of COM files
- Issue #1203: SilentBootstrapperApplication
- Issue #182 (extended solution): RegistrySearch has "Win64=no" when building x64 installers
- Added Self-executable_Msi sample
- Added WixBootstrapper_EmbeddedUI to demonstrate how to show managed UI if the bundled MSI
- Added sample for customization of the stock Burn UI. Triggered by #1219
- Added sample for "Issue #1218: Dynamic custom UI sequence"
- Resurrected setting user input from BA UI and passing it to the msi. RegistrySearch input is also retained.
- Added validation for `Issue #1075: [FEAT] Add error if LaunchApplicationFromExitDialog using in common Project` error.
- Fixed problem with RegKey being placed in the x86 root XML dir for the x64 project

</releaseNotes>
<releaseNotes>Release v1.22.0
- Updated WiX binaries to v3.14.0.6526
- Updated samples to reflect WiX v3.14.0.6526
- Updated WixSharp.wix.bin.nuspec
- Issue #1297: wixsharp:WpfDialog auto scaling based on screen resolu…
- Extra u-tests for #270
- Issue #1300: Weird space sin FeaturesDialog title
- Issue #1301: Make more elements translatable
- RC preparation
- Issues #1304: Improve the usability of Project.WildCardDedup</releaseNotes>
<copyright>Copyright (C) 2008-2021 Oleg Shilo</copyright>
<language>en-AU</language>
<tags>C# scripting msi install setup wix</tags>
<dependencies>
<dependency id="WixSharp.bin" version="1.20.3.0" />
<dependency id="WixSharp.bin" version="1.22.0.0" />
<dependency id="Caliburn.Micro" version="3.2.0" />
</dependencies>
<references>
Expand Down
29 changes: 11 additions & 18 deletions Source/NuGet/WixSharp/WixSharp.bin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>WixSharp.bin</id>
<version>1.20.3.0</version>
<version>1.22.0.0</version>
<title>Wix# (WixSharp) - Binaries</title>
<authors>Oleg Shilo</authors>
<owners>Oleg Shilo</owners>
Expand All @@ -16,23 +16,16 @@ 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)</description>
<summary>Wix# (WixSharp) - Binaries</summary>
<releaseNotes>Release v1.20.3.0

- Issue #1244: The directory Id generated can be too long
- Issue #1223: Non LegacyDummyDirAlgorithm creates C:\ProgramFilesFolder empty folder
- Issue #1220: ElevatedManagedAction issue
- Feature #1204: Feature - RegisterCom class to ease the registration of COM files
- Issue #1203: SilentBootstrapperApplication
- Issue #182 (extended solution): RegistrySearch has "Win64=no" when building x64 installers
- Added Self-executable_Msi sample
- Added WixBootstrapper_EmbeddedUI to demonstrate how to show managed UI if the bundled MSI
- Added sample for customization of the stock Burn UI. Triggered by #1219
- Added sample for "Issue #1218: Dynamic custom UI sequence"
- Resurrected setting user input from BA UI and passing it to the msi. RegistrySearch input is also retained.
- Added validation for `Issue #1075: [FEAT] Add error if LaunchApplicationFromExitDialog using in common Project` error.
- Fixed problem with RegKey being placed in the x86 root XML dir for the x64 project

</releaseNotes>
<releaseNotes>Release v1.22.0
- Updated WiX binaries to v3.14.0.6526
- Updated samples to reflect WiX v3.14.0.6526
- Updated WixSharp.wix.bin.nuspec
- Issue #1297: wixsharp:WpfDialog auto scaling based on screen resolu…
- Extra u-tests for #270
- Issue #1300: Weird space sin FeaturesDialog title
- Issue #1301: Make more elements translatable
- RC preparation
- Issues #1304: Improve the usability of Project.WildCardDedup</releaseNotes>
<copyright>Copyright (C) 2008-2022 Oleg Shilo</copyright>
<language>en-AU</language>
<tags>C# scripting msi install setup wix</tags>
Expand Down
31 changes: 12 additions & 19 deletions Source/NuGet/WixSharp/WixSharp.lab.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>WixSharp.Lab</id>
<version>1.20.3.0</version>
<version>1.22.0.0</version>
<title>Wix# (WixSharp) - Experimantal features</title>
<authors>Oleg Shilo</authors>
<owners>Oleg Shilo</owners>
Expand All @@ -14,23 +14,16 @@
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)</description>
<summary>Wix# binaries containing experimental features (e.g. native WiX UI support).</summary>
<releaseNotes>Release v1.20.3.0

- Issue #1244: The directory Id generated can be too long
- Issue #1223: Non LegacyDummyDirAlgorithm creates C:\ProgramFilesFolder empty folder
- Issue #1220: ElevatedManagedAction issue
- Feature #1204: Feature - RegisterCom class to ease the registration of COM files
- Issue #1203: SilentBootstrapperApplication
- Issue #182 (extended solution): RegistrySearch has "Win64=no" when building x64 installers
- Added Self-executable_Msi sample
- Added WixBootstrapper_EmbeddedUI to demonstrate how to show managed UI if the bundled MSI
- Added sample for customization of the stock Burn UI. Triggered by #1219
- Added sample for "Issue #1218: Dynamic custom UI sequence"
- Resurrected setting user input from BA UI and passing it to the msi. RegistrySearch input is also retained.
- Added validation for `Issue #1075: [FEAT] Add error if LaunchApplicationFromExitDialog using in common Project` error.
- Fixed problem with RegKey being placed in the x86 root XML dir for the x64 project

</releaseNotes>
<releaseNotes>Release v1.22.0
- Updated WiX binaries to v3.14.0.6526
- Updated samples to reflect WiX v3.14.0.6526
- Updated WixSharp.wix.bin.nuspec
- Issue #1297: wixsharp:WpfDialog auto scaling based on screen resolu…
- Extra u-tests for #270
- Issue #1300: Weird space sin FeaturesDialog title
- Issue #1301: Make more elements translatable
- RC preparation
- Issues #1304: Improve the usability of Project.WildCardDedup</releaseNotes>
<copyright>Copyright (C) 2008-2022 Oleg Shilo</copyright>
<language>en-AU</language>
<tags>C# Scripting msi install setup</tags>
Expand All @@ -39,7 +32,7 @@ The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2
<frameworkAssembly assemblyName="System.Drawing" targetFramework="" />
</frameworkAssemblies>
<dependencies>
<dependency id="WixSharp.bin" version="1.20.3.0" />
<dependency id="WixSharp.bin" version="1.22.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
31 changes: 12 additions & 19 deletions Source/NuGet/WixSharp/WixSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>WixSharp</id>
<version>1.20.3.0</version>
<version>1.22.0.0</version>
<title>Wix# (WixSharp) - managed interface for WiX</title>
<authors>Oleg Shilo</authors>
<owners>Oleg Shilo</owners>
Expand All @@ -18,28 +18,21 @@ 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)</description>
<summary>Wix# (WixSharp) - Binaries</summary>
<releaseNotes>Release v1.20.3.0

- Issue #1244: The directory Id generated can be too long
- Issue #1223: Non LegacyDummyDirAlgorithm creates C:\ProgramFilesFolder empty folder
- Issue #1220: ElevatedManagedAction issue
- Feature #1204: Feature - RegisterCom class to ease the registration of COM files
- Issue #1203: SilentBootstrapperApplication
- Issue #182 (extended solution): RegistrySearch has "Win64=no" when building x64 installers
- Added Self-executable_Msi sample
- Added WixBootstrapper_EmbeddedUI to demonstrate how to show managed UI if the bundled MSI
- Added sample for customization of the stock Burn UI. Triggered by #1219
- Added sample for "Issue #1218: Dynamic custom UI sequence"
- Resurrected setting user input from BA UI and passing it to the msi. RegistrySearch input is also retained.
- Added validation for `Issue #1075: [FEAT] Add error if LaunchApplicationFromExitDialog using in common Project` error.
- Fixed problem with RegKey being placed in the x86 root XML dir for the x64 project

</releaseNotes>
<releaseNotes>Release v1.22.0
- Updated WiX binaries to v3.14.0.6526
- Updated samples to reflect WiX v3.14.0.6526
- Updated WixSharp.wix.bin.nuspec
- Issue #1297: wixsharp:WpfDialog auto scaling based on screen resolu…
- Extra u-tests for #270
- Issue #1300: Weird space sin FeaturesDialog title
- Issue #1301: Make more elements translatable
- RC preparation
- Issues #1304: Improve the usability of Project.WildCardDedup</releaseNotes>
<copyright>Copyright (C) 2008-2022 Oleg Shilo</copyright>
<language>en-AU</language>
<tags>C# scripting msi install setup wix</tags>
<dependencies>
<dependency id="WixSharp.bin" version="1.20.3.0" />
<dependency id="WixSharp.bin" version="1.22.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
20 changes: 10 additions & 10 deletions Source/src/WixSharp/ComRegistration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,10 @@ public ComRegistration()
/// most common for there to be a single value for the Context attribute. This attribute's value should be a
/// space-delimited list congaing one or more of the following:
/// <list type="bullet">
/// <item> <term>LocalServer</term> <description>A 16-bit local server application.</description></item>
/// <item><term>LocalServer32</term><description>A 32-bit local server application.</description></item>
/// <item><term>InprocServer</term><description>A 16-bit in-process server DLL.</description></item>
/// <item><term>InprocServer32</term><description>A 32-bit in-process server DLL.</description></item>
/// <item>LocalServer</item>
/// <item>LocalServer32</item>
/// <item>InprocServer</item>
/// <item>InprocServer32</item>
/// </list>
/// </summary>
[Xml]
Expand All @@ -264,12 +264,12 @@ public ComRegistration()
/// <summary>
/// The threading model
/// <list type="bullet">
/// <item><term>apartment</term></item>
/// <item><term>free </term></item>
/// <item><term>both </term></item>
/// <item><term>neutral </term></item>
/// <item><term>single </term></item>
/// <item><term>rental </term></item>
/// <item>apartment</item>
/// <item>free </item>
/// <item>both </item>
/// <item>neutral </item>
/// <item>single </item>
/// <item>rental </item>
/// </list>
/// </summary>
[Xml]
Expand Down

0 comments on commit 37523df

Please sign in to comment.