diff options
| author | Rob Mensching <rob@firegiant.com> | 2026-01-06 22:59:35 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2026-01-07 16:25:33 -0800 |
| commit | b337ce4678a5c66c7a2edc2bf9f87a71b4916b1b (patch) | |
| tree | a0d807245cd7019dde71051bd9e8de9a39e313a4 /src/test/burn/TestData/WixStdBaTests/BundleA | |
| parent | 164ea64ea05c1298979cadda1842feaf86a1bda9 (diff) | |
| download | wix-main.tar.gz wix-main.tar.bz2 wix-main.zip | |
Fixes 8104
Diffstat (limited to '')
| -rw-r--r-- | src/test/burn/TestData/WixStdBaTests/BundleA/Bundle.wxs | 3 | ||||
| -rw-r--r-- | src/test/burn/TestData/WixStdBaTests/BundleA/test.ico | bin | 0 -> 766 bytes |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/test/burn/TestData/WixStdBaTests/BundleA/Bundle.wxs b/src/test/burn/TestData/WixStdBaTests/BundleA/Bundle.wxs index 34071cad..78bda768 100644 --- a/src/test/burn/TestData/WixStdBaTests/BundleA/Bundle.wxs +++ b/src/test/burn/TestData/WixStdBaTests/BundleA/Bundle.wxs | |||
| @@ -1,7 +1,8 @@ | |||
| 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 | 2 | ||
| 3 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal"> | 3 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal"> |
| 4 | <Bundle Name="~$(var.TestGroupName) - $(var.BundleName)" Version="$(var.TestVersion)" UpgradeCode="$(var.UpgradeCode)" Compressed="yes" bal:CommandLineVariables="caseSensitive"> | 4 | <Bundle Name="~$(var.TestGroupName) - $(var.BundleName)" Version="$(var.TestVersion)" UpgradeCode="$(var.UpgradeCode)" |
| 5 | IconSourceFile="test.ico" Compressed="yes" bal:CommandLineVariables="caseSensitive"> | ||
| 5 | <Log Prefix="~$(var.TestGroupName)_$(var.BundleName)" /> | 6 | <Log Prefix="~$(var.TestGroupName)_$(var.BundleName)" /> |
| 6 | 7 | ||
| 7 | <?ifndef UpdateFeed ?> | 8 | <?ifndef UpdateFeed ?> |
diff --git a/src/test/burn/TestData/WixStdBaTests/BundleA/test.ico b/src/test/burn/TestData/WixStdBaTests/BundleA/test.ico new file mode 100644 index 00000000..906ce324 --- /dev/null +++ b/src/test/burn/TestData/WixStdBaTests/BundleA/test.ico | |||
| Binary files differ | |||
