Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Work around lack of upper-bound limit on extension versions | Rob Mensching | 2024-03-22 | 1 | -6/+6 |
| | | | | See issue 8033 for more details | ||||
* | Properly fragment NetFx custom actions. | Bob Arnson | 2023-08-15 | 1 | -17/+0 |
| | | | | FIxes https://github.com/wixtoolset/issues/issues/7677. | ||||
* | Hide visible NetCoreCheck.exe window. | Bob Arnson | 2023-04-04 | 5 | -0/+59 |
| | | | | | | Fixes https://github.com/wixtoolset/issues/issues/7353. Also adds unit test and removes dead code. | ||||
* | Add NetFx 4.8.1 detection and package groups. | Bob Arnson | 2023-02-28 | 2 | -0/+43 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7239. | ||||
* | Add netfx:DotNetCoreSdkFeatureBandSearch. | Sean Hall | 2023-01-18 | 5 | -18/+24 |
| | | | | 7058 | ||||
* | Adding support for DotNetCoreSdkSearch and DotNetCoreSdkCompatibilityCheck | Staffan Gustafsson | 2023-01-18 | 3 | -0/+52 |
| | |||||
* | Separate WixInternal content from official WixToolset namespace | Rob Mensching | 2022-11-08 | 2 | -3/+3 |
| | |||||
* | Loc files were still using inner text, stop doing that | Rob Mensching | 2022-10-31 | 1 | -2/+2 |
| | | | | Fixes 6970 | ||||
* | Add NetFx .NET compatibility check for MSI (#262) | StefanStojanovic | 2022-10-25 | 1 | -0/+12 |
| | | | | | | | | | | | Adds new custom element in NetFx extension for running NetCoreCheck.exe tool from within the MSI installer - `<netfx:DotNetCompatibilityCheck />`. The checks are run before evaluating launch conditions, so their results can be used in those conditions. There is no limitation on the number of checks that can be run, so installer may query various runtimes on different platforms and versions and with different roll forward policies. Fixes https://github.com/wixtoolset/issues/issues/6264 | ||||
* | Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"s | Rob Mensching | 2022-10-15 | 2 | -7/+14 |
| | | | | Fixes 6944 | ||||
* | Add Netfx bundle extension and netfx:DotNetCoreSearch. | Sean Hall | 2022-10-10 | 6 | -8/+179 |
| | | | | | | Remove built-in .NET Core packages since they update too quickly. Fixes 6257 | ||||
* | Standardize on .NET 6 as the minimum for .NET Core platform. | Rob Mensching | 2022-10-03 | 1 | -1/+1 |
| | | | | Closes 6942 | ||||
* | Centralize test project configuration with IsWixTestProject | Rob Mensching | 2022-09-23 | 1 | -9/+1 |
| | |||||
* | Try to get more helpful test failure messages. | Sean Hall | 2022-01-01 | 1 | -3/+3 |
| | |||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 1 | -12/+6 |
| | |||||
* | Move NetFx.wixext into ext | Rob Mensching | 2021-05-03 | 9 | -0/+252 |