aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.Util/TestData/RemoveRegistryKeyEx/Module.wxs
blob: 32b246f4f0f32469076fd2a8b01501f04de963bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
    <Module Language="1033" Version="1.0.0.0" Id="InternetShortcutModule" Guid="047730a5-30fe-4a62-a520-da9381b8226a">
        <SummaryInformation Manufacturer="Example Corporation" />

        <ComponentGroupRef Id="ModuleComponents" />
    </Module>

    <Fragment>
        <StandardDirectory Id="ProgramFilesFolder">
            <Directory Id="INSTALLFOLDER" Name="MergeModule" />
        </StandardDirectory>
    </Fragment>
</Wix>