Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update tests to use TestVersion property instead of generic Version property | Rob Mensching | 2024-04-25 | 8 | -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 small | Rob Mensching | 2024-04-04 | 2 | -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 names | Rob Mensching | 2024-03-07 | 5 | -10/+10 |
| | |||||
* | Move the BootstrapperApplication out of proc | Rob Mensching | 2024-03-06 | 1 | -1/+1 |
| | |||||
* | Don't fail on bad/missing update feed URL. | Bob Arnson | 2022-12-15 | 2 | -1/+20 |
| | |||||
* | Support bundle updates in WixStdBA. | Bob Arnson | 2022-09-12 | 1 | -0/+2 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6894. | ||||
* | Move `Bundle/@CommandLineVariables` into Bal.wixext. | Sean Hall | 2022-09-09 | 1 | -1/+1 |
| | | | | Implements 6858 | ||||
* | Handle downgrade failure detection during Detect. | Bob Arnson | 2022-08-22 | 1 | -0/+15 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6537. | ||||
* | Handle suppressed Options button. | Bob Arnson | 2022-08-03 | 1 | -1/+1 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/5624. | ||||
* | Don't report related operation in OnDetectRelatedBundle. | Sean Hall | 2021-12-30 | 1 | -0/+20 |
| | | | | #5796 | ||||
* | On SuppressDowngradeFailure, quit after detect. | Bob Arnson | 2021-08-22 | 5 | -0/+66 |
Implements https://github.com/wixtoolset/issues/issues/6537. |