main
wxs 6 lines 197 Bytes
Raw
1 <?xml version="1.0" encoding="utf-8" ?>
2 <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
3 <Fragment>
4 <Variable Name="BadType" Type="doesnotexist" Value="dne" />
5 </Fragment>
6 </Wix>