aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/BAFunctionsTests/BundleAv1/BundleAv1.wxs
blob: 4aba7a2f4062f3fc99e76053512cb975bc4087e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->


<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">
  <Fragment>
    <BootstrapperApplication>
      <Payload SourceFile="$(var.BafRelatedBundleVariableTesting.TargetPath)" bal:BAFunctions="yes" />
    </BootstrapperApplication>
    <PackageGroup Id="BundlePackages">
      <MsiPackage Id="PackageA" SourceFile="$(var.PackageAv1.TargetPath)" />
    </PackageGroup>
    <Variable Name="ANumber" bal:Overridable="yes" Value="42" Persisted="yes" />
    <Variable Name="AString" bal:Overridable="yes" Value="This is a test" Persisted="yes" /> 
  </Fragment>
</Wix>