Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `Payloads` element to harvest bundle payloads. | Bob Arnson | 2025-06-11 | 1 | -2/+2 |
| | | | | Implements https://github.com/wixtoolset/issues/issues/9049 | ||||
* | Update tests to use TestVersion property instead of generic Version property | Rob Mensching | 2024-04-25 | 1 | -3/+3 |
| | | | | | | | 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. | ||||
* | Move the BootstrapperApplication out of proc | Rob Mensching | 2024-03-06 | 1 | -1/+4 |
| | |||||
* | Fix building and perf for bundles with 1000s of package and BA payloads | Sean Hall | 2021-06-09 | 1 | -0/+56 |
Fixes other half of #5300 |