aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Util/test/WixToolsetTest.Util/TestData/BundleWithSearches/BundleUsingDiscouragedVariableNames.wxs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove warning for `Wix` bundle variable prefix.Bob Arnson2024-01-011-19/+0
| | | | | | It's a bit overzealous. Fixes https://github.com/wixtoolset/issues/issues/7579.
* Downgrade error to warning when search refs a reserved prefix variable.Sean Hall2022-08-021-0/+19
The engine doesn't actually prevent external callers from setting variables that start with 'Wix'.