aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.Bal/TestData/Overridable
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-01-19 17:05:35 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-01-19 17:14:52 -0600
commit4a74136e7bf4d861299accdf3302fdeb6df410f8 (patch)
tree0d61a914900e5d7518197365eaeb79d8b68df33b /src/test/WixToolsetTest.Bal/TestData/Overridable
parenta215cb03da2426bd340bd8500ff8170dce6ca157 (diff)
downloadwix-4a74136e7bf4d861299accdf3302fdeb6df410f8.tar.gz
wix-4a74136e7bf4d861299accdf3302fdeb6df410f8.tar.bz2
wix-4a74136e7bf4d861299accdf3302fdeb6df410f8.zip
Update dependencies.
Diffstat (limited to 'src/test/WixToolsetTest.Bal/TestData/Overridable')
-rw-r--r--src/test/WixToolsetTest.Bal/TestData/Overridable/Bundle.wxs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/WixToolsetTest.Bal/TestData/Overridable/Bundle.wxs b/src/test/WixToolsetTest.Bal/TestData/Overridable/Bundle.wxs
index 5072b813..a647945d 100644
--- a/src/test/WixToolsetTest.Bal/TestData/Overridable/Bundle.wxs
+++ b/src/test/WixToolsetTest.Bal/TestData/Overridable/Bundle.wxs
@@ -1,4 +1,4 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" 2<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
3 xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal"> 3 xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">
4 <Bundle Name="WixStdBa" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="75D5D534-E177-4689-AAE9-CAC1C39002C2"> 4 <Bundle Name="WixStdBa" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="75D5D534-E177-4689-AAE9-CAC1C39002C2">
@@ -7,7 +7,7 @@
7 </BootstrapperApplication> 7 </BootstrapperApplication>
8 <Variable Name="Test1" bal:Overridable="yes" /> 8 <Variable Name="Test1" bal:Overridable="yes" />
9 <Chain> 9 <Chain>
10 <ExePackage SourceFile="runtimes\win-x86\native\wixnative.exe" /> 10 <ExePackage Permanent="yes" DetectCondition="no" SourceFile="runtimes\win-x86\native\wixnative.exe" />
11 </Chain> 11 </Chain>
12 </Bundle> 12 </Bundle>
13</Wix> 13</Wix>