diff options
| author | Rob Mensching <rob@firegiant.com> | 2026-05-20 09:30:32 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2026-05-20 10:17:21 -0700 |
| commit | 7331d04fc505a091d99bfa48695cabab0d2db80c (patch) | |
| tree | b967b627a025d97827c37a4d81441b07cdd30c9c /src/ext | |
| parent | b8977d6f88e7b68e000bac226a2814f236770570 (diff) | |
| download | wix-7331d04fc505a091d99bfa48695cabab0d2db80c.tar.gz wix-7331d04fc505a091d99bfa48695cabab0d2db80c.tar.bz2 wix-7331d04fc505a091d99bfa48695cabab0d2db80c.zip | |
Start WiX Toolset v8
Diffstat (limited to 'src/ext')
| -rw-r--r-- | src/ext/Bal/README.md | 4 | ||||
| -rw-r--r-- | src/ext/ComPlus/README.md | 4 | ||||
| -rw-r--r-- | src/ext/Dependency/README.md | 4 | ||||
| -rw-r--r-- | src/ext/DirectX/README.md | 4 | ||||
| -rw-r--r-- | src/ext/Firewall/README.md | 4 | ||||
| -rw-r--r-- | src/ext/Http/README.md | 4 | ||||
| -rw-r--r-- | src/ext/Iis/README.md | 4 | ||||
| -rw-r--r-- | src/ext/Msmq/README.md | 4 | ||||
| -rw-r--r-- | src/ext/NetFx/README.md | 4 | ||||
| -rw-r--r-- | src/ext/PowerShell/README.md | 4 | ||||
| -rw-r--r-- | src/ext/Sql/README.md | 4 | ||||
| -rw-r--r-- | src/ext/UI/README.md | 4 | ||||
| -rw-r--r-- | src/ext/Util/README.md | 4 | ||||
| -rw-r--r-- | src/ext/VisualStudio/README.md | 4 | ||||
| -rw-r--r-- | src/ext/WixExt.props | 2 |
15 files changed, 29 insertions, 29 deletions
diff --git a/src/ext/Bal/README.md b/src/ext/Bal/README.md index 009615dd..fad3e9d4 100644 --- a/src/ext/Bal/README.md +++ b/src/ext/Bal/README.md | |||
| @@ -20,9 +20,9 @@ To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixto | |||
| 20 | Add the WiX Extension as a PackageReference to your .wixproj: | 20 | Add the WiX Extension as a PackageReference to your .wixproj: |
| 21 | 21 | ||
| 22 | ``` | 22 | ``` |
| 23 | <Project Sdk="WixToolset.Sdk/7.0.0"> | 23 | <Project Sdk="WixToolset.Sdk/8.0.0"> |
| 24 | <ItemGroup> | 24 | <ItemGroup> |
| 25 | <PackageReference Include="WixToolset.BootstrapperApplications.wixext" Version="7.0.0" /> | 25 | <PackageReference Include="WixToolset.BootstrapperApplications.wixext" Version="8.0.0" /> |
| 26 | </ItemGroup> | 26 | </ItemGroup> |
| 27 | </Project> | 27 | </Project> |
| 28 | ``` | 28 | ``` |
diff --git a/src/ext/ComPlus/README.md b/src/ext/ComPlus/README.md index 01f60df4..e108a3a6 100644 --- a/src/ext/ComPlus/README.md +++ b/src/ext/ComPlus/README.md | |||
| @@ -17,9 +17,9 @@ To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixto | |||
| 17 | Add the WiX Extension as a PackageReference to your .wixproj: | 17 | Add the WiX Extension as a PackageReference to your .wixproj: |
| 18 | 18 | ||
| 19 | ``` | 19 | ``` |
| 20 | <Project Sdk="WixToolset.Sdk/7.0.0"> | 20 | <Project Sdk="WixToolset.Sdk/8.0.0"> |
| 21 | <ItemGroup> | 21 | <ItemGroup> |
| 22 | <PackageReference Include="WixToolset.ComPlus.wixext" Version="7.0.0" /> | 22 | <PackageReference Include="WixToolset.ComPlus.wixext" Version="8.0.0" /> |
| 23 | </ItemGroup> | 23 | </ItemGroup> |
| 24 | </Project> | 24 | </Project> |
| 25 | ``` | 25 | ``` |
diff --git a/src/ext/Dependency/README.md b/src/ext/Dependency/README.md index 2ed031f2..fe4c27b1 100644 --- a/src/ext/Dependency/README.md +++ b/src/ext/Dependency/README.md | |||
| @@ -17,9 +17,9 @@ To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixto | |||
| 17 | Add the WiX Extension as a PackageReference to your .wixproj: | 17 | Add the WiX Extension as a PackageReference to your .wixproj: |
| 18 | 18 | ||
| 19 | ``` | 19 | ``` |
| 20 | <Project Sdk="WixToolset.Sdk/7.0.0"> | 20 | <Project Sdk="WixToolset.Sdk/8.0.0"> |
| 21 | <ItemGroup> | 21 | <ItemGroup> |
| 22 | <PackageReference Include="WixToolset.Dependency.wixext" Version="7.0.0" /> | 22 | <PackageReference Include="WixToolset.Dependency.wixext" Version="8.0.0" /> |
| 23 | </ItemGroup> | 23 | </ItemGroup> |
| 24 | </Project> | 24 | </Project> |
| 25 | ``` | 25 | ``` |
diff --git a/src/ext/DirectX/README.md b/src/ext/DirectX/README.md index cceaa105..02a46b47 100644 --- a/src/ext/DirectX/README.md +++ b/src/ext/DirectX/README.md | |||
| @@ -17,9 +17,9 @@ To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixto | |||
| 17 | Add the WiX Extension as a PackageReference to your .wixproj: | 17 | Add the WiX Extension as a PackageReference to your .wixproj: |
| 18 | 18 | ||
| 19 | ``` | 19 | ``` |
| 20 | <Project Sdk="WixToolset.Sdk/7.0.0"> | 20 | <Project Sdk="WixToolset.Sdk/8.0.0"> |
| 21 | <ItemGroup> | 21 | <ItemGroup> |
| 22 | <PackageReference Include="WixToolset.DirectX.wixext" Version="7.0.0" /> | 22 | <PackageReference Include="WixToolset.DirectX.wixext" Version="8.0.0" /> |
| 23 | </ItemGroup> | 23 | </ItemGroup> |
| 24 | </Project> | 24 | </Project> |
| 25 | ``` | 25 | ``` |
diff --git a/src/ext/Firewall/README.md b/src/ext/Firewall/README.md index eac3acf9..b0f1e242 100644 --- a/src/ext/Firewall/README.md +++ b/src/ext/Firewall/README.md | |||
| @@ -17,9 +17,9 @@ To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixto | |||
| 17 | Add the WiX Extension as a PackageReference to your .wixproj: | 17 | Add the WiX Extension as a PackageReference to your .wixproj: |
| 18 | 18 | ||
| 19 | ``` | 19 | ``` |
| 20 | <Project Sdk="WixToolset.Sdk/7.0.0"> | 20 | <Project Sdk="WixToolset.Sdk/8.0.0"> |
| 21 | <ItemGroup> | 21 | <ItemGroup> |
| 22 | <PackageReference Include="WixToolset.Firewall.wixext" Version="7.0.0" /> | 22 | <PackageReference Include="WixToolset.Firewall.wixext" Version="8.0.0" /> |
| 23 | </ItemGroup> | 23 | </ItemGroup> |
| 24 | </Project> | 24 | </Project> |
| 25 | ``` | 25 | ``` |
diff --git a/src/ext/Http/README.md b/src/ext/Http/README.md index 35c80c68..23ae1557 100644 --- a/src/ext/Http/README.md +++ b/src/ext/Http/README.md | |||
| @@ -17,9 +17,9 @@ To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixto | |||
| 17 | Add the WiX Extension as a PackageReference to your .wixproj: | 17 | Add the WiX Extension as a PackageReference to your .wixproj: |
| 18 | 18 | ||
| 19 | ``` | 19 | ``` |
| 20 | <Project Sdk="WixToolset.Sdk/7.0.0"> | 20 | <Project Sdk="WixToolset.Sdk/8.0.0"> |
| 21 | <ItemGroup> | 21 | <ItemGroup> |
| 22 | <PackageReference Include="WixToolset.Http.wixext" Version="7.0.0" /> | 22 | <PackageReference Include="WixToolset.Http.wixext" Version="8.0.0" /> |
| 23 | </ItemGroup> | 23 | </ItemGroup> |
| 24 | </Project> | 24 | </Project> |
| 25 | ``` | 25 | ``` |
diff --git a/src/ext/Iis/README.md b/src/ext/Iis/README.md index f9fb96c3..6a85743f 100644 --- a/src/ext/Iis/README.md +++ b/src/ext/Iis/README.md | |||
| @@ -17,9 +17,9 @@ To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixto | |||
| 17 | Add the WiX Extension as a PackageReference to your .wixproj: | 17 | Add the WiX Extension as a PackageReference to your .wixproj: |
| 18 | 18 | ||
| 19 | ``` | 19 | ``` |
| 20 | <Project Sdk="WixToolset.Sdk/7.0.0"> | 20 | <Project Sdk="WixToolset.Sdk/8.0.0"> |
| 21 | <ItemGroup> | 21 | <ItemGroup> |
| 22 | <PackageReference Include="WixToolset.Iis.wixext" Version="7.0.0" /> | 22 | <PackageReference Include="WixToolset.Iis.wixext" Version="8.0.0" /> |
| 23 | </ItemGroup> | 23 | </ItemGroup> |
| 24 | </Project> | 24 | </Project> |
| 25 | ``` | 25 | ``` |
diff --git a/src/ext/Msmq/README.md b/src/ext/Msmq/README.md index 46491349..c1da6a8b 100644 --- a/src/ext/Msmq/README.md +++ b/src/ext/Msmq/README.md | |||
| @@ -17,9 +17,9 @@ To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixto | |||
| 17 | Add the WiX Extension as a PackageReference to your .wixproj: | 17 | Add the WiX Extension as a PackageReference to your .wixproj: |
| 18 | 18 | ||
| 19 | ``` | 19 | ``` |
| 20 | <Project Sdk="WixToolset.Sdk/7.0.0"> | 20 | <Project Sdk="WixToolset.Sdk/8.0.0"> |
| 21 | <ItemGroup> | 21 | <ItemGroup> |
| 22 | <PackageReference Include="WixToolset.Msmq.wixext" Version="7.0.0" /> | 22 | <PackageReference Include="WixToolset.Msmq.wixext" Version="8.0.0" /> |
| 23 | </ItemGroup> | 23 | </ItemGroup> |
| 24 | </Project> | 24 | </Project> |
| 25 | ``` | 25 | ``` |
diff --git a/src/ext/NetFx/README.md b/src/ext/NetFx/README.md index dcc79786..626f2d9c 100644 --- a/src/ext/NetFx/README.md +++ b/src/ext/NetFx/README.md | |||
| @@ -17,9 +17,9 @@ To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixto | |||
| 17 | Add the WiX Extension as a PackageReference to your .wixproj: | 17 | Add the WiX Extension as a PackageReference to your .wixproj: |
| 18 | 18 | ||
| 19 | ``` | 19 | ``` |
| 20 | <Project Sdk="WixToolset.Sdk/7.0.0"> | 20 | <Project Sdk="WixToolset.Sdk/8.0.0"> |
| 21 | <ItemGroup> | 21 | <ItemGroup> |
| 22 | <PackageReference Include="WixToolset.NetFx.wixext" Version="7.0.0" /> | 22 | <PackageReference Include="WixToolset.NetFx.wixext" Version="8.0.0" /> |
| 23 | </ItemGroup> | 23 | </ItemGroup> |
| 24 | </Project> | 24 | </Project> |
| 25 | ``` | 25 | ``` |
diff --git a/src/ext/PowerShell/README.md b/src/ext/PowerShell/README.md index 9cea557f..5993a91e 100644 --- a/src/ext/PowerShell/README.md +++ b/src/ext/PowerShell/README.md | |||
| @@ -17,9 +17,9 @@ To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixto | |||
| 17 | Add the WiX Extension as a PackageReference to your .wixproj: | 17 | Add the WiX Extension as a PackageReference to your .wixproj: |
| 18 | 18 | ||
| 19 | ``` | 19 | ``` |
| 20 | <Project Sdk="WixToolset.Sdk/7.0.0"> | 20 | <Project Sdk="WixToolset.Sdk/8.0.0"> |
| 21 | <ItemGroup> | 21 | <ItemGroup> |
| 22 | <PackageReference Include="WixToolset.PowerShell.wixext" Version="7.0.0" /> | 22 | <PackageReference Include="WixToolset.PowerShell.wixext" Version="8.0.0" /> |
| 23 | </ItemGroup> | 23 | </ItemGroup> |
| 24 | </Project> | 24 | </Project> |
| 25 | ``` | 25 | ``` |
diff --git a/src/ext/Sql/README.md b/src/ext/Sql/README.md index 156c7761..c0af8924 100644 --- a/src/ext/Sql/README.md +++ b/src/ext/Sql/README.md | |||
| @@ -17,9 +17,9 @@ To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixto | |||
| 17 | Add the WiX Extension as a PackageReference to your .wixproj: | 17 | Add the WiX Extension as a PackageReference to your .wixproj: |
| 18 | 18 | ||
| 19 | ``` | 19 | ``` |
| 20 | <Project Sdk="WixToolset.Sdk/7.0.0"> | 20 | <Project Sdk="WixToolset.Sdk/8.0.0"> |
| 21 | <ItemGroup> | 21 | <ItemGroup> |
| 22 | <PackageReference Include="WixToolset.Sql.wixext" Version="7.0.0" /> | 22 | <PackageReference Include="WixToolset.Sql.wixext" Version="8.0.0" /> |
| 23 | </ItemGroup> | 23 | </ItemGroup> |
| 24 | </Project> | 24 | </Project> |
| 25 | ``` | 25 | ``` |
diff --git a/src/ext/UI/README.md b/src/ext/UI/README.md index 5b040f13..071bd213 100644 --- a/src/ext/UI/README.md +++ b/src/ext/UI/README.md | |||
| @@ -17,9 +17,9 @@ To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixto | |||
| 17 | Add the WiX Extension as a PackageReference to your .wixproj: | 17 | Add the WiX Extension as a PackageReference to your .wixproj: |
| 18 | 18 | ||
| 19 | ``` | 19 | ``` |
| 20 | <Project Sdk="WixToolset.Sdk/7.0.0"> | 20 | <Project Sdk="WixToolset.Sdk/8.0.0"> |
| 21 | <ItemGroup> | 21 | <ItemGroup> |
| 22 | <PackageReference Include="WixToolset.UI.wixext" Version="7.0.0" /> | 22 | <PackageReference Include="WixToolset.UI.wixext" Version="8.0.0" /> |
| 23 | </ItemGroup> | 23 | </ItemGroup> |
| 24 | </Project> | 24 | </Project> |
| 25 | ``` | 25 | ``` |
diff --git a/src/ext/Util/README.md b/src/ext/Util/README.md index 2bbf17ce..e221bd9f 100644 --- a/src/ext/Util/README.md +++ b/src/ext/Util/README.md | |||
| @@ -17,9 +17,9 @@ To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixto | |||
| 17 | Add the WiX Extension as a PackageReference to your .wixproj: | 17 | Add the WiX Extension as a PackageReference to your .wixproj: |
| 18 | 18 | ||
| 19 | ``` | 19 | ``` |
| 20 | <Project Sdk="WixToolset.Sdk/7.0.0"> | 20 | <Project Sdk="WixToolset.Sdk/8.0.0"> |
| 21 | <ItemGroup> | 21 | <ItemGroup> |
| 22 | <PackageReference Include="WixToolset.Util.wixext" Version="7.0.0" /> | 22 | <PackageReference Include="WixToolset.Util.wixext" Version="8.0.0" /> |
| 23 | </ItemGroup> | 23 | </ItemGroup> |
| 24 | </Project> | 24 | </Project> |
| 25 | ``` | 25 | ``` |
diff --git a/src/ext/VisualStudio/README.md b/src/ext/VisualStudio/README.md index bf48670c..55f5d1df 100644 --- a/src/ext/VisualStudio/README.md +++ b/src/ext/VisualStudio/README.md | |||
| @@ -17,9 +17,9 @@ To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixto | |||
| 17 | Add the WiX Extension as a PackageReference to your .wixproj: | 17 | Add the WiX Extension as a PackageReference to your .wixproj: |
| 18 | 18 | ||
| 19 | ``` | 19 | ``` |
| 20 | <Project Sdk="WixToolset.Sdk/7.0.0"> | 20 | <Project Sdk="WixToolset.Sdk/8.0.0"> |
| 21 | <ItemGroup> | 21 | <ItemGroup> |
| 22 | <PackageReference Include="WixToolset.VisualStudio.wixext" Version="7.0.0" /> | 22 | <PackageReference Include="WixToolset.VisualStudio.wixext" Version="8.0.0" /> |
| 23 | </ItemGroup> | 23 | </ItemGroup> |
| 24 | </Project> | 24 | </Project> |
| 25 | ``` | 25 | ``` |
diff --git a/src/ext/WixExt.props b/src/ext/WixExt.props index d2c4929a..08551de7 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>wixext7</WixExtensionPackageFolder> | 9 | <WixExtensionPackageFolder>wixext8</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> |
