blob: 53531e9940c56734095aec858e70399291866a2a (
plain)
1
2
3
4
5
6
7
8
|
<?xml version='1.0'?>
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
<Fragment>
<Property Id="PropertyFromExampleWir" Value="FromWir" />
<Binary Id="BinFromWir" SourceFile="example.txt" />
</Fragment>
</Wix>
|