summaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Module.wxs
blob: 1355d42eadaf3cc7143262e42dafcb20845ccfc6 (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="ProductComponents" />
    </Module>

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