diff options
author | Rob Mensching <rob@firegiant.com> | 2024-12-29 14:04:28 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-12-30 06:45:49 -0800 |
commit | 6edc5d1e2a289eac50c6d59a29e195353bb023cb (patch) | |
tree | c162d40ec9b8a972b8a89afa5a79017a3d3a1902 /src/setup/wix-cli | |
parent | d9bb1133c2913d7129b3b103bd4a75f01d24625c (diff) | |
download | wix-6edc5d1e2a289eac50c6d59a29e195353bb023cb.tar.gz wix-6edc5d1e2a289eac50c6d59a29e195353bb023cb.tar.bz2 wix-6edc5d1e2a289eac50c6d59a29e195353bb023cb.zip |
Add Package/@Id and Bundle/@Id that can replace UpgradeCodes
Completes 8584
Diffstat (limited to 'src/setup/wix-cli')
-rw-r--r-- | src/setup/wix-cli/Package.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup/wix-cli/Package.wxs b/src/setup/wix-cli/Package.wxs index 9c193130..c777f356 100644 --- a/src/setup/wix-cli/Package.wxs +++ b/src/setup/wix-cli/Package.wxs | |||
@@ -1,6 +1,6 @@ | |||
1 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | 1 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
3 | <Package Name="WiX Toolset Command-Line Tools" Manufacturer="WiX Toolset" Version="!(bind.fileVersion.WixExe)" UpgradeCode="2e85dc76-769f-46d2-82a7-46cb3a0c9d50"> | 3 | <Package Id="WixToolset.CommandLineTools.Package" Name="WiX Toolset Command-Line Tools" Manufacturer="WiX Toolset" Version="!(bind.fileVersion.WixExe)"> |
4 | <MediaTemplate EmbedCab="yes" /> | 4 | <MediaTemplate EmbedCab="yes" /> |
5 | 5 | ||
6 | <ComponentGroupRef Id="BinaryFiles" /> | 6 | <ComponentGroupRef Id="BinaryFiles" /> |