aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/Upgrade/DetectOnly.wxs
blob: 587d8e95c23622132382bab17bb3c614a33284f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
    <Fragment>
        <ComponentGroup Id="ProductComponents">
            <ComponentGroupRef Id="MinimalComponentGroup"></ComponentGroupRef>
        </ComponentGroup>

        <Upgrade Id="B05772EA-82B8-4DE0-B7EB-45B5F0CCFE6D">
            <UpgradeVersion Minimum="1.0.0" Property="RELPRODFOUND"></UpgradeVersion>
        </Upgrade>
    </Fragment>
</Wix>