Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update tests to use TestVersion property instead of generic Version property | Rob Mensching | 2024-04-25 | 5 | -5/+5 |
| | | | | | | | 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. | ||||
* | Better .nupkg names | Rob Mensching | 2024-03-07 | 4 | -8/+8 |
| | |||||
* | 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. | ||||
* | On SuppressDowngradeFailure, quit after detect. | Bob Arnson | 2021-08-22 | 4 | -0/+57 |
Implements https://github.com/wixtoolset/issues/issues/6537. |