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