aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/SlipstreamTests/PackageAv1/ProductComponents.wxs
blob: 72b5d4bd86ed1e88ef4ba193553c8dceb095002e (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">
  <Fragment>
    <ComponentGroup Id="ProductComponents">
      <ComponentRef Id="RegistryComponent2" />
    </ComponentGroup>
  </Fragment>

  <Fragment>
    <Component Id="RegistryComponent2" Directory="INSTALLFOLDER">
      <RegistryValue Root="HKLM" Key="Software\WiX\Tests\$(var.TestGroupName)" Name="$(var.PackageName)2" Value="!(bind.Property.TestVersion)" Type="string" />
    </Component>
  </Fragment>
</Wix>