main
wxs 16 lines 511 Bytes
Raw
1 <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
2 <Module
3 Id="Module"
4 Language="1033"
5 Version="1.0.0.0"
6 Guid="243FB739-4D05-472F-9CFB-EF6B1017B6DE">
7 <SummaryInformation Comments="Example comments" />
8
9 <Directory Id="ModuleFolder">
10 <Component Id="ModuleComponent" Guid="A04E61B2-3ED4-4803-B2EB-4B773576FA45">
11 <File Id="File1" Name="file.txt" Source="test.txt" />
12 </Component>
13 </Directory>
14
15 </Module>
16 </Wix>