blob: cc87b49f0b474d8d538bd8b61c8f80c34b664a6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
<Fragment>
<ComponentGroup Id="ProductComponents" Directory="BinFolder" />
</Fragment>
<Fragment>
<StandardDirectory Id="ProgramFilesFolder">
<Directory Id="BinFolder" Name="Example Corporation\Test Product\bin" />
</StandardDirectory>
</Fragment>
</Wix>
|