aboutsummaryrefslogtreecommitdiff
path: root/src/test/Example.Extension/Data/example.wxs
blob: cd17d478eefe22e180575e1f840391e1d58085f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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>
  <Fragment>
    <BootstrapperApplication Id="fakeba" SourceFile="example.txt" />
  </Fragment>
  <Fragment>
    <BundleExtension Id="ExampleBundleExtension" SourceFile="example.txt" />
  </Fragment>
</Wix>