main
wxs 9 lines 355 Bytes
Raw
1 <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
2 <Module Id="ProgId" Guid="047730a5-30fe-4a62-a520-da9381b8226a" Language="1033" Version="1.0.0.0">
3 <StandardDirectory Id="ProgramFilesFolder">
4 <Directory Id="INSTALLFOLDER" />
5 </StandardDirectory>
6
7 <ComponentGroupRef Id="ProductComponents" />
8 </Module>
9 </Wix>