diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-04-24 17:00:13 -0500 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-04-25 23:06:35 -0500 |
| commit | 8a957275b6a1185f3b74fb31fff258be7f628347 (patch) | |
| tree | e59e314117a837665b14cdb8aebbd107d55fc4e2 /src/test/WixToolsetTest.CoreIntegration/TestData | |
| parent | 07bee0d033f1b4acb63e3da17764a3855503bce2 (diff) | |
| download | wix-8a957275b6a1185f3b74fb31fff258be7f628347.tar.gz wix-8a957275b6a1185f3b74fb31fff258be7f628347.tar.bz2 wix-8a957275b6a1185f3b74fb31fff258be7f628347.zip | |
Ignore Compressed attribute for payloads when authored into a container
#6406
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/Payload/DownloadUrlPlaceholdersBundle.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Payload/DownloadUrlPlaceholdersBundle.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/Payload/DownloadUrlPlaceholdersBundle.wxs index 87bb79f9..f8f38ea6 100644 --- a/src/test/WixToolsetTest.CoreIntegration/TestData/Payload/DownloadUrlPlaceholdersBundle.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/Payload/DownloadUrlPlaceholdersBundle.wxs | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | </Bundle> | 14 | </Bundle> |
| 15 | <Fragment> | 15 | <Fragment> |
| 16 | <PackageGroup Id="ContainerPackages"> | 16 | <PackageGroup Id="ContainerPackages"> |
| 17 | <ExePackage SourceFile="burn.exe" DetectCondition="none" /> | 17 | <ExePackage SourceFile="burn.exe" DetectCondition="none" Compressed="no" /> |
| 18 | </PackageGroup> | 18 | </PackageGroup> |
| 19 | </Fragment> | 19 | </Fragment> |
| 20 | <Fragment> | 20 | <Fragment> |
