aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/RegistryKey.wxs
blob: c717680b28616722e4764fe18a33516b937f3cbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8" ?>
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
     xmlns:ex="http://www.example.com/scheams/v1/wxs">
    <Fragment>
        <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
            <Component Id="MiscComponent" Guid="7C40C257-AB36-4B8C-8FD1-C56E0AC4AAEF">
                <RegistryKey>
                  <ex:Example />
                </RegistryKey>
            </Component>
        </ComponentGroup>
    </Fragment>
</Wix>