blob: f38295e7fdf2483bb8c4851e03a24f429bfc0cd3 (
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">
<Package Id="047730a5-30fe-4a62-a520-da9381b8226a" 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>
|