aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/WixStdBaTests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update tests to use TestVersion property instead of generic Version propertyRob Mensching2024-04-258-8/+8
| | | | | | | 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.
* Report E_MOREDATA from Bal functions when string buffer too smallRob Mensching2024-04-042-0/+36
| | | | | | | | WiX v4 (and probably v3) standardized on the error code E_MOREDATA when string buffers were too small instead of E_INSUFFICIIENT_BUFFER. This fixes v5 to match in a few missing cases. Fixes 8094
* Better .nupkg namesRob Mensching2024-03-075-10/+10
|
* Move the BootstrapperApplication out of procRob Mensching2024-03-061-1/+1
|
* Don't fail on bad/missing update feed URL.Bob Arnson2022-12-152-1/+20
|
* Support bundle updates in WixStdBA.Bob Arnson2022-09-121-0/+2
| | | | Fixes https://github.com/wixtoolset/issues/issues/6894.
* Move `Bundle/@CommandLineVariables` into Bal.wixext.Sean Hall2022-09-091-1/+1
| | | | Implements 6858
* Handle downgrade failure detection during Detect.Bob Arnson2022-08-221-0/+15
| | | | Fixes https://github.com/wixtoolset/issues/issues/6537.
* Handle suppressed Options button.Bob Arnson2022-08-031-1/+1
| | | | Fixes https://github.com/wixtoolset/issues/issues/5624.
* Don't report related operation in OnDetectRelatedBundle.Sean Hall2021-12-301-0/+20
| | | | #5796
* On SuppressDowngradeFailure, quit after detect.Bob Arnson2021-08-225-0/+66
Implements https://github.com/wixtoolset/issues/issues/6537.