summaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/UpgradeRelatedBundleTests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update tests to use TestVersion property instead of generic Version propertyRob Mensching2024-04-259-11/+11
| | | | | | | 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.
* Use WixBA in an upgrade.Bob Arnson2024-03-184-0/+62
|
* Better .nupkg namesRob Mensching2024-03-077-16/+16
|
* wixstdba should not change the action if not showing full UI.Sean Hall2022-12-135-0/+63
| | | | | | wixstdba should not block downgrading if run from an upgrade related bundle. Fixes 7081
* When rolling back a bundle failure, reinstall all upgrade related bundles.Sean Hall2022-02-104-0/+46
| | | | Fixes #3421
* Fix 32/64-bit bitness handling in Burn and BUtil.Bob Arnson2022-01-162-0/+26
| | | | | | - Take advantage of RegOpenEx. - Always look for related bundles in both 32 and 64 hives. - BundleEnumRelatedBundle requires caller to specify bitness.
* Handle 32-bit related-bundle registration...Bob Arnson2022-01-092-0/+27
| | | | ...from 64-bit bundles.
* Implement integrated build processRob Mensching2021-05-112-4/+4
|
* Move Integration into testRob Mensching2021-05-058-0/+77