diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2019-10-27 10:10:47 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2019-10-27 10:22:38 +1000 |
| commit | 1e3e48ac376ca689d524fe69a7f1a40fcd1573df (patch) | |
| tree | 17c495968ed9682e9b7209cf101b744a22a82181 /src/test/WixToolsetTest.CoreIntegration/TestData/AppId | |
| parent | 6eab6255f832007886c4b01861dc39d5582177ef (diff) | |
| download | wix-1e3e48ac376ca689d524fe69a7f1a40fcd1573df.tar.gz wix-1e3e48ac376ca689d524fe69a7f1a40fcd1573df.tar.bz2 wix-1e3e48ac376ca689d524fe69a7f1a40fcd1573df.zip | |
Add failing test for AppId.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/AppId')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/AppId/Advertised.wxs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/AppId/Advertised.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/AppId/Advertised.wxs new file mode 100644 index 00000000..b34c547d --- /dev/null +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/AppId/Advertised.wxs | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
| 3 | <Fragment> | ||
| 4 | <ComponentGroup Id="ProductComponents"> | ||
| 5 | <Component Id="AppIdComp" Directory="INSTALLFOLDER" Guid="171BEE79-43CC-4A28-892F-7EFAC696FA4B"> | ||
| 6 | <File Id="AppIdComp.txt" Source="test.txt" Name="AppIdComp.txt"></File> | ||
| 7 | <AppId Id="D6040299-B15C-4C94-AE26-0C9B60D14C35" Advertise="yes" /> | ||
| 8 | </Component> | ||
| 9 | </ComponentGroup> | ||
| 10 | </Fragment> | ||
| 11 | </Wix> | ||
