diff options
| author | Rob Mensching <rob@firegiant.com> | 2026-01-29 21:05:28 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2026-01-30 11:14:58 -0800 |
| commit | af69ebe04deade267c347f0b790b6574f2fa31fa (patch) | |
| tree | 7bf7e9b9d8a15398821ebba3c12e8a41b52996d1 | |
| parent | 405b90740e33d109c34cef3adda0c0664bacdd28 (diff) | |
| download | wix-af69ebe04deade267c347f0b790b6574f2fa31fa.tar.gz wix-af69ebe04deade267c347f0b790b6574f2fa31fa.tar.bz2 wix-af69ebe04deade267c347f0b790b6574f2fa31fa.zip | |
Update supported WiX extension version to "7"
| -rw-r--r-- | src/ext/WixExt.props | 2 | ||||
| -rw-r--r-- | src/wix/WixToolset.Core/ExtensibilityServices/ExtensionManager.cs | 2 | ||||
| -rw-r--r-- | src/wix/WixToolset.Sdk/tools/wix.props | 2 | ||||
| -rw-r--r-- | src/wix/WixToolset.Sdk/tools/wix.targets | 5 |
4 files changed, 7 insertions, 4 deletions
diff --git a/src/ext/WixExt.props b/src/ext/WixExt.props index 56f40f50..d2c4929a 100644 --- a/src/ext/WixExt.props +++ b/src/ext/WixExt.props | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | <IncludeBuildOutput>false</IncludeBuildOutput> | 6 | <IncludeBuildOutput>false</IncludeBuildOutput> |
| 7 | <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking> | 7 | <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking> |
| 8 | <NoWarn>NU5100</NoWarn> | 8 | <NoWarn>NU5100</NoWarn> |
| 9 | <WixExtensionPackageFolder>wixext6</WixExtensionPackageFolder> | 9 | <WixExtensionPackageFolder>wixext7</WixExtensionPackageFolder> |
| 10 | <PackageTags>$(PackageTags) wixext CustomActions</PackageTags> | 10 | <PackageTags>$(PackageTags) wixext CustomActions</PackageTags> |
| 11 | <IsWixExtension>true</IsWixExtension> | 11 | <IsWixExtension>true</IsWixExtension> |
| 12 | </PropertyGroup> | 12 | </PropertyGroup> |
diff --git a/src/wix/WixToolset.Core/ExtensibilityServices/ExtensionManager.cs b/src/wix/WixToolset.Core/ExtensibilityServices/ExtensionManager.cs index 4a08ff63..970928f5 100644 --- a/src/wix/WixToolset.Core/ExtensibilityServices/ExtensionManager.cs +++ b/src/wix/WixToolset.Core/ExtensibilityServices/ExtensionManager.cs | |||
| @@ -17,7 +17,7 @@ namespace WixToolset.Core.ExtensibilityServices | |||
| 17 | internal class ExtensionManager : IExtensionManager | 17 | internal class ExtensionManager : IExtensionManager |
| 18 | { | 18 | { |
| 19 | // This value needs to stay in sync with the Property in "wix.props" with the same name. | 19 | // This value needs to stay in sync with the Property in "wix.props" with the same name. |
| 20 | private const string WixToolsetExtensionPackageFolder = "wixext6"; | 20 | private const string WixToolsetExtensionPackageFolder = "wixext7"; |
| 21 | 21 | ||
| 22 | private const string UserWixFolderName = ".wix"; | 22 | private const string UserWixFolderName = ".wix"; |
| 23 | private const string MachineWixFolderName = "WixToolset"; | 23 | private const string MachineWixFolderName = "WixToolset"; |
diff --git a/src/wix/WixToolset.Sdk/tools/wix.props b/src/wix/WixToolset.Sdk/tools/wix.props index a7239225..dde51e8a 100644 --- a/src/wix/WixToolset.Sdk/tools/wix.props +++ b/src/wix/WixToolset.Sdk/tools/wix.props | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | <WixToolsetPatchVersion>$$WixToolsetPatchVersion$$</WixToolsetPatchVersion> | 9 | <WixToolsetPatchVersion>$$WixToolsetPatchVersion$$</WixToolsetPatchVersion> |
| 10 | <WixToolsetMajorMinorVersion>$$WixToolsetMajorMinorVersion$$</WixToolsetMajorMinorVersion> | 10 | <WixToolsetMajorMinorVersion>$$WixToolsetMajorMinorVersion$$</WixToolsetMajorMinorVersion> |
| 11 | <WixToolsetVersion>$$WixToolsetVersion$$</WixToolsetVersion> | 11 | <WixToolsetVersion>$$WixToolsetVersion$$</WixToolsetVersion> |
| 12 | <WixToolsetExtensionPackageFolder>wixext6</WixToolsetExtensionPackageFolder> | 12 | <WixToolsetExtensionPackageFolder>wixext7</WixToolsetExtensionPackageFolder> |
| 13 | </PropertyGroup> | 13 | </PropertyGroup> |
| 14 | 14 | ||
| 15 | <ImportGroup> | 15 | <ImportGroup> |
diff --git a/src/wix/WixToolset.Sdk/tools/wix.targets b/src/wix/WixToolset.Sdk/tools/wix.targets index ec20c404..2dcfd0e9 100644 --- a/src/wix/WixToolset.Sdk/tools/wix.targets +++ b/src/wix/WixToolset.Sdk/tools/wix.targets | |||
| @@ -697,7 +697,10 @@ | |||
| 697 | <_WixBuildCabinetCachePath Condition=" '$(CabinetCachePath)'!='' ">$([MSBuild]::NormalizeDirectory($(CabinetCachePath), %(CultureGroup.OutputFolder)))</_WixBuildCabinetCachePath> | 697 | <_WixBuildCabinetCachePath Condition=" '$(CabinetCachePath)'!='' ">$([MSBuild]::NormalizeDirectory($(CabinetCachePath), %(CultureGroup.OutputFolder)))</_WixBuildCabinetCachePath> |
| 698 | </PropertyGroup> | 698 | </PropertyGroup> |
| 699 | 699 | ||
| 700 | <Warning Text="@(UnsupportedWixExtension->'%(Identity)') does not have support for WiX Toolset v$(WixToolsetVersion)." | 700 | <Warning |
| 701 | Text="The WiX Extension '%(UnsupportedWixExtension.Identity)' does not support WiX Toolset v$(WixToolsetVersion). Check the Version of the PackageReference for '%(UnsupportedWixExtension.Identity)' in your project and ensure it supports WiX v$(WixToolsetVersion)." | ||
| 702 | Code="WIX1031" | ||
| 703 | File="$(MSBuildProjectFile)" | ||
| 701 | Condition=" '@(UnsupportedWixExtension)' != '' "/> | 704 | Condition=" '@(UnsupportedWixExtension)' != '' "/> |
| 702 | 705 | ||
| 703 | <WixBuild | 706 | <WixBuild |
