main
wxs 10 lines 579 Bytes
Raw
1 <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
2 <Package Name="MsiPackage" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a">
3 <MajorUpgrade DowngradeErrorMessage="Downgrade error message." />
4
5 <File Directory="INSTALLFOLDER" Source="test.txt" />
6 <File Directory="INSTALLFOLDER" Source="test.txt" Name="test2.txt" />
7 <File Directory="INSTALLFOLDER" Source="test.txt" Name="test3.txt" />
8 <File Directory="INSTALLFOLDER" Source="test.txt" Name="test4.txt" />
9 </Package>
10 </Wix>