aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-12-08 15:17:48 -0600
committerSean Hall <r.sean.hall@gmail.com>2020-12-08 15:31:18 -0600
commitb3b898f31b6e2304c27f786a7043aa3674ce3a4b (patch)
tree5b216178a5a21836a927bd715db0cd588aa78410
parentf26a57c54e65764f604885cd0aaa15256c8f2d67 (diff)
downloadwix-b3b898f31b6e2304c27f786a7043aa3674ce3a4b.tar.gz
wix-b3b898f31b6e2304c27f786a7043aa3674ce3a4b.tar.bz2
wix-b3b898f31b6e2304c27f786a7043aa3674ce3a4b.zip
Update test for BootstrapperApplicationDll element.
-rw-r--r--src/test/WixToolsetTest.Sdk/TestData/SimpleMsiPackage/SimpleBundle/Bundle.wxs9
-rw-r--r--src/thmviewer/thmviewer.vcxproj2
2 files changed, 6 insertions, 5 deletions
diff --git a/src/test/WixToolsetTest.Sdk/TestData/SimpleMsiPackage/SimpleBundle/Bundle.wxs b/src/test/WixToolsetTest.Sdk/TestData/SimpleMsiPackage/SimpleBundle/Bundle.wxs
index 6cd04712..d668a14f 100644
--- a/src/test/WixToolsetTest.Sdk/TestData/SimpleMsiPackage/SimpleBundle/Bundle.wxs
+++ b/src/test/WixToolsetTest.Sdk/TestData/SimpleMsiPackage/SimpleBundle/Bundle.wxs
@@ -1,10 +1,11 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
2<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
3 <Bundle Name="SimpleBundle" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="6670d5c9-bbec-4828-ab60-4a1c0ffeb97d"> 2 <Bundle Name="SimpleBundle" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="6670d5c9-bbec-4828-ab60-4a1c0ffeb97d">
4 <BootstrapperApplication SourceFile="test.txt" /> 3 <BootstrapperApplication>
4 <BootstrapperApplicationDll SourceFile="test.txt" />
5 </BootstrapperApplication>
5 6
6 <Chain> 7 <Chain>
7 <ExePackage SourceFile="test.txt" /> 8 <ExePackage SourceFile="test.txt" />
8 </Chain> 9 </Chain>
9 </Bundle> 10 </Bundle>
10</Wix> 11</Wix>
diff --git a/src/thmviewer/thmviewer.vcxproj b/src/thmviewer/thmviewer.vcxproj
index 65c00614..a1a1baa8 100644
--- a/src/thmviewer/thmviewer.vcxproj
+++ b/src/thmviewer/thmviewer.vcxproj
@@ -22,7 +22,7 @@
22 <ProjectGuid>{95228C13-97F5-484A-B4A2-ECF4618B0881}</ProjectGuid> 22 <ProjectGuid>{95228C13-97F5-484A-B4A2-ECF4618B0881}</ProjectGuid>
23 <Keyword>Win32Proj</Keyword> 23 <Keyword>Win32Proj</Keyword>
24 <ConfigurationType>Application</ConfigurationType> 24 <ConfigurationType>Application</ConfigurationType>
25 <PlatformToolset>v141</PlatformToolset> 25 <PlatformToolset>v142</PlatformToolset>
26 <CharacterSet>Unicode</CharacterSet> 26 <CharacterSet>Unicode</CharacterSet>
27 <Description>WiX Toolset Theme Viewer</Description> 27 <Description>WiX Toolset Theme Viewer</Description>
28 </PropertyGroup> 28 </PropertyGroup>