aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/HiddenPersistedBundleVariable.wxs
blob: 5ebe5472186c3904a4f0b625b6ff89a0abc95116 (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8" ?>
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
    <Fragment>
        <Variable Name="BadType" Hidden="yes" Persisted="yes" Value="dne" />
    </Fragment>
</Wix>