aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Util/test/WixToolsetTest.Util/TestData/RemoveRegistryKeyEx/ModuleComponents.wxs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-05-11 07:47:12 -0700
committerRob Mensching <rob@firegiant.com>2021-05-11 07:47:12 -0700
commit0923aba915ca2450cc87e3e2c6c0e4e3d2b28294 (patch)
tree994f53dc35c927d219f4b8cae3f522a5f163473b /src/ext/Util/test/WixToolsetTest.Util/TestData/RemoveRegistryKeyEx/ModuleComponents.wxs
parent68cc62fc46efac3375aef5694e9f645ac09b622f (diff)
parentff659159e041bf6c083e6b7fcb9b726065a9dd73 (diff)
downloadwix-0923aba915ca2450cc87e3e2c6c0e4e3d2b28294.tar.gz
wix-0923aba915ca2450cc87e3e2c6c0e4e3d2b28294.tar.bz2
wix-0923aba915ca2450cc87e3e2c6c0e4e3d2b28294.zip
Merge Util.wixext
Diffstat (limited to 'src/ext/Util/test/WixToolsetTest.Util/TestData/RemoveRegistryKeyEx/ModuleComponents.wxs')
-rw-r--r--src/ext/Util/test/WixToolsetTest.Util/TestData/RemoveRegistryKeyEx/ModuleComponents.wxs10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ext/Util/test/WixToolsetTest.Util/TestData/RemoveRegistryKeyEx/ModuleComponents.wxs b/src/ext/Util/test/WixToolsetTest.Util/TestData/RemoveRegistryKeyEx/ModuleComponents.wxs
new file mode 100644
index 00000000..0a0c8cb6
--- /dev/null
+++ b/src/ext/Util/test/WixToolsetTest.Util/TestData/RemoveRegistryKeyEx/ModuleComponents.wxs
@@ -0,0 +1,10 @@
1<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util">
2 <Fragment>
3 <ComponentGroup Id="ModuleComponents" Directory="INSTALLFOLDER">
4 <Component>
5 <File Source="ModuleComponents.wxs" />
6 <util:RemoveRegistryKey Root="HKLM" Key="SOFTWARE\Example" On="install" />
7 </Component>
8 </ComponentGroup>
9 </Fragment>
10</Wix>