aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/Manual/BundleB/Bundle.wxs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add `Payloads` element to harvest bundle payloads.Bob Arnson2025-06-111-2/+2
| | | | Implements https://github.com/wixtoolset/issues/issues/9049
* Update tests to use TestVersion property instead of generic Version propertyRob Mensching2024-04-251-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 procRob Mensching2024-03-061-1/+4
|
* Fix building and perf for bundles with 1000s of package and BA payloadsSean Hall2021-06-091-0/+56
Fixes other half of #5300