Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update tests to use TestVersion property instead of generic Version property | Rob Mensching | 2024-04-25 | 9 | -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 Arnson | 2024-03-18 | 4 | -0/+62 |
| | |||||
* | Better .nupkg names | Rob Mensching | 2024-03-07 | 7 | -16/+16 |
| | |||||
* | wixstdba should not change the action if not showing full UI. | Sean Hall | 2022-12-13 | 5 | -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 Hall | 2022-02-10 | 4 | -0/+46 |
| | | | | Fixes #3421 | ||||
* | Fix 32/64-bit bitness handling in Burn and BUtil. | Bob Arnson | 2022-01-16 | 2 | -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 Arnson | 2022-01-09 | 2 | -0/+27 |
| | | | | ...from 64-bit bundles. | ||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 2 | -4/+4 |
| | |||||
* | Move Integration into test | Rob Mensching | 2021-05-05 | 8 | -0/+77 |