Update test for BootstrapperApplicationDll element.
Sean Hall committed
Dec 8, 2020 at 15:17 UTC
b3b898f31b6e2304c27f786a7043aa3674ce3a4b
2 files changed
+6
-5
src/test/WixToolsetTest.Sdk/TestData/SimpleMsiPackage/SimpleBundle/Bundle.wxs
+5
-4
@@ -1,10 +1,11 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
1
+<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
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>
6
7
<Chain>
7
- <ExePackage SourceFile="test.txt" />
8
+ <ExePackage SourceFile="test.txt" />
9
</Chain>
10
</Bundle>
11
</Wix>
src/thmviewer/thmviewer.vcxproj
+1
-1
@@ -22,7 +22,7 @@
22
<ProjectGuid>{95228C13-97F5-484A-B4A2-ECF4618B0881}</ProjectGuid>
23
<Keyword>Win32Proj</Keyword>
24
<ConfigurationType>Application</ConfigurationType>
25
- <PlatformToolset>v141</PlatformToolset>
25
+ <PlatformToolset>v142</PlatformToolset>
26
<CharacterSet>Unicode</CharacterSet>
27
<Description>WiX Toolset Theme Viewer</Description>
28
</PropertyGroup>