aboutsummaryrefslogtreecommitdiff
path: root/src/ext/NetFx/wixext/NetFxCompiler.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename "bundle extension" to "bootstrapper extension" for more consistencyRob Mensching2024-03-071-9/+9
| | | | Also renames WixToolet.BextUtil nupkg to WixToolset.BootstrapperExtensionApi.
* Hide visible NetCoreCheck.exe window.Bob Arnson2023-04-041-17/+0
| | | | | | Fixes https://github.com/wixtoolset/issues/issues/7353. Also adds unit test and removes dead code.
* Add netfx:DotNetCoreSdkFeatureBandSearch.Sean Hall2023-01-181-15/+175
| | | | 7058
* Adding support for DotNetCoreSdkSearch and DotNetCoreSdkCompatibilityCheckStaffan Gustafsson2023-01-181-53/+240
|
* Very minor cleanupRob Mensching2022-11-081-1/+1
|
* Add NetFx .NET compatibility check for MSI (#262)StefanStojanovic2022-10-251-2/+211
| | | | | | | | | | | 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
* Add Netfx bundle extension and netfx:DotNetCoreSearch.Sean Hall2022-10-101-0/+166
| | | | | | Remove built-in .NET Core packages since they update too quickly. Fixes 6257
* Move NetFx.wixext into extRob Mensching2021-05-031-0/+163