main
wxs 12 lines 439 Bytes
Raw
1 <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
2 <Package Name='WixprojPackageHarvesting' Manufacturer='WiX Toolset' Version='0.0.1' UpgradeCode='41a2c17e-1976-465b-bcde-eae03516ca68'>
3
4 <StandardDirectory Id='ProgramFiles6432Folder'>
5 <Directory Id='ApplicationFolder' Name='Test App' />
6 </StandardDirectory>
7
8 <Feature Id='Main'>
9 <ComponentGroupRef Id='HarvestedComponents' />
10 </Feature>
11 </Package>
12 </Wix>