main
wxs 12 lines 469 Bytes
Raw
1 <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
2 <Module Id="MergeModule1" Language="1033" Version="1.0.0.0" Guid="243FB739-4D05-472F-9CFB-EF6B1017B6DE">
3
4 <Directory Id="InstallFolder">
5 <Component Guid="243FB739-4D05-472F-9CFB-EF6B1017B6DE">
6 <File Source="test.txt" />
7 </Component>
8 </Directory>
9
10 <SetProperty Id="INSTALLLOCATION" Value="[INSTALLFOLDER]" After="CostFinalize" />
11 </Module>
12 </Wix>