aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/SingleExeBundle
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-02-28 21:05:49 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-03-02 15:50:47 -0600
commit8b3488c8c77959f425d0e5f70d27c5b2b1c86125 (patch)
tree827dfa7caba09d7fa032c317505a590bb834c4e6 /src/test/WixToolsetTest.CoreIntegration/TestData/SingleExeBundle
parenta6013a643208a8d1fc2d1136ef8d3a6c3e909522 (diff)
downloadwix-8b3488c8c77959f425d0e5f70d27c5b2b1c86125.tar.gz
wix-8b3488c8c77959f425d0e5f70d27c5b2b1c86125.tar.bz2
wix-8b3488c8c77959f425d0e5f70d27c5b2b1c86125.zip
Use new PackagePayload symbols for the package's payload.
#4183
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/SingleExeBundle')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/TestData/SingleExeBundle/SingleExeRemotePayload.wxs9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SingleExeBundle/SingleExeRemotePayload.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/SingleExeBundle/SingleExeRemotePayload.wxs
index 79ba52d2..56f08ba9 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SingleExeBundle/SingleExeRemotePayload.wxs
+++ b/src/test/WixToolsetTest.CoreIntegration/TestData/SingleExeBundle/SingleExeRemotePayload.wxs
@@ -13,11 +13,10 @@
13 Vital="yes" 13 Vital="yes"
14 Permanent="yes" 14 Permanent="yes"
15 Protocol="netfx4" 15 Protocol="netfx4"
16 DownloadUrl="C" 16 LogPathVariable="NetFx462FullLog">
17 LogPathVariable="NetFx462FullLog" 17 <ExePackagePayload
18 Compressed="no" 18 DownloadUrl="C"
19 Name="NDP462-KB3151802-Web.exe"> 19 Name="NDP462-KB3151802-Web.exe"
20 <RemotePayload
21 Description="Microsoft .NET Framework 4.6.2 Setup" 20 Description="Microsoft .NET Framework 4.6.2 Setup"
22 Hash="C42E6ED280290648BBD59F664008852F4CFE4548" 21 Hash="C42E6ED280290648BBD59F664008852F4CFE4548"
23 ProductName="Microsoft .NET Framework 4.6.2" 22 ProductName="Microsoft .NET Framework 4.6.2"