aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.DifxApp/TestData/UsingDriver/PackageComponents.wxs
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2019-02-02 17:01:09 -0600
committerSean Hall <r.sean.hall@gmail.com>2019-02-02 17:04:53 -0600
commit704139b787d2016e43b6a87dbfc41555dac8326a (patch)
tree9d46cd6250e92fba919ba4d6d972f6ae6b974b56 /src/test/WixToolsetTest.DifxApp/TestData/UsingDriver/PackageComponents.wxs
parentd694ea725efa855edfca0863cf462b1c0f26c156 (diff)
downloadwix-704139b787d2016e43b6a87dbfc41555dac8326a.tar.gz
wix-704139b787d2016e43b6a87dbfc41555dac8326a.tar.bz2
wix-704139b787d2016e43b6a87dbfc41555dac8326a.zip
Integrate into latest v4.
Diffstat (limited to 'src/test/WixToolsetTest.DifxApp/TestData/UsingDriver/PackageComponents.wxs')
-rw-r--r--src/test/WixToolsetTest.DifxApp/TestData/UsingDriver/PackageComponents.wxs12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.DifxApp/TestData/UsingDriver/PackageComponents.wxs b/src/test/WixToolsetTest.DifxApp/TestData/UsingDriver/PackageComponents.wxs
new file mode 100644
index 00000000..9609771a
--- /dev/null
+++ b/src/test/WixToolsetTest.DifxApp/TestData/UsingDriver/PackageComponents.wxs
@@ -0,0 +1,12 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
3 xmlns:difxapp="http://wixtoolset.org/schemas/v4/wxs/difxapp">
4 <Fragment>
5 <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
6 <Component>
7 <File Source="example.txt" />
8 <difxapp:Driver />
9 </Component>
10 </ComponentGroup>
11 </Fragment>
12</Wix>