blob: 236d9df0fd9638648f62a7553ee31224b53d73ef (
plain)
1
2
3
4
5
6
7
8
9
10
|
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util">
<Fragment>
<ComponentGroup Id="ModuleComponents" Directory="INSTALLFOLDER">
<Component>
<File Source="ModuleComponents.wxs" />
<util:RemoveFolderEx On="both" Property="RemoveProp" />
</Component>
</ComponentGroup>
</Fragment>
</Wix>
|