summaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/FeatureTests/PackageAv1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update tests to use TestVersion property instead of generic Version propertyRob Mensching2024-04-251-4/+4
| | | | | | | The MSBuild Version property is well-known and can be set by standard processes. That can cause problem in the tests where the version is explicitly set to validate WiX behaviors. So, we've switched to using the TestVersion property that will be specific for our testing purposes.
* Don't uninstall superseded MSI packages.Sean Hall2023-01-191-1/+0
| | | | 7147
* Port EnableFeatureSelection tests from v3 repo, add a new one, fix themSean Hall2022-08-234-0/+82
Fixes 4616