aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/UpgradeRelatedBundleTests/BundleAv3wixstdba (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update tests to use TestVersion property instead of generic Version propertyRob Mensching2024-04-251-1/+1
| | | | | | | 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.
* Better .nupkg namesRob Mensching2024-03-071-2/+2
|
* wixstdba should not change the action if not showing full UI.Sean Hall2022-12-132-0/+27
wixstdba should not block downgrading if run from an upgrade related bundle. Fixes 7081