blob: 2a9daa1c8984f9604e0e4c59ad09553613bcc82f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util">
<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>
<Directory Id="TARGETDIR" Name="SourceDir">
<Directory Id="ProgramFilesFolder">
<Directory Id="INSTALLFOLDER" Name="MergeModule" />
</Directory>
</Directory>
</Fragment>
</Wix>
|