|
1
|
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
|
2
|
<Fragment> |
|
3
|
<Directory Id="ProgramFiles3264Folder"> |
|
4
|
<Directory Id="INSTALLFOLDER" Name="Foo"> |
|
5
|
<Component> |
|
6
|
<File Source="test.txt" /> |
|
7
|
</Component> |
|
8
|
</Directory> |
|
9
|
</Directory> |
|
10
|
</Fragment> |
|
11
|
</Wix> |