Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename "bundle extension" to "bootstrapper extension" for more consistency | Rob Mensching | 2024-03-07 | 2 | -12/+12 |
| | | | | Also renames WixToolet.BextUtil nupkg to WixToolset.BootstrapperExtensionApi. | ||||
* | Link localizations from WixExtensions the same as sections | Rob Mensching | 2023-12-16 | 1 | -2/+0 |
| | |||||
* | Remove unused symbol `Version`. | Bob Arnson | 2023-09-12 | 1 | -2/+0 |
| | |||||
* | Hide visible NetCoreCheck.exe window. | Bob Arnson | 2023-04-04 | 1 | -17/+0 |
| | | | | | | Fixes https://github.com/wixtoolset/issues/issues/7353. Also adds unit test and removes dead code. | ||||
* | Add netfx:DotNetCoreSdkFeatureBandSearch. | Sean Hall | 2023-01-18 | 4 | -33/+260 |
| | | | | 7058 | ||||
* | Adding support for DotNetCoreSdkSearch and DotNetCoreSdkCompatibilityCheck | Staffan Gustafsson | 2023-01-18 | 5 | -73/+329 |
| | |||||
* | Very minor cleanup | Rob Mensching | 2022-11-08 | 1 | -1/+1 |
| | |||||
* | Add NetFx .NET compatibility check for MSI (#262) | StefanStojanovic | 2022-10-25 | 5 | -2/+314 |
| | | | | | | | | | | | 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 | 3 | -33/+7 |
| | | | | Fixes 6944 | ||||
* | Add Netfx bundle extension and netfx:DotNetCoreSearch. | Sean Hall | 2022-10-10 | 5 | -17/+301 |
| | | | | | | Remove built-in .NET Core packages since they update too quickly. Fixes 6257 | ||||
* | Finish removing native pdbs from .nupkg and removing symbols packages. | Sean Hall | 2022-02-18 | 1 | -1/+0 |
| | |||||
* | Create single .zip file for non-embedded pdb files | Rob Mensching | 2022-02-17 | 1 | -4/+0 |
| | | | | | No longer create .snupkg/.symbols.nupkgs since they don't actually support native pdbs, which are all of our non-embedded pdb files. | ||||
* | Simplify and normalize ext projects | Rob Mensching | 2021-12-30 | 1 | -5/+4 |
| | | | | | | Now that wix.targets is more compatible with MS.Common.targets the extension projects can be simplified. Also made their project files more consistent with each other. | ||||
* | Consistent-ify primary key column names. | Bob Arnson | 2021-12-19 | 1 | -1/+1 |
| | |||||
* | WiX Toolset v4-preview.0v4.0.0-preview.0 | Rob Mensching | 2021-05-17 | 2 | -5/+8 |
| | |||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 2 | -12/+7 |
| | |||||
* | Move NetFx.wixext into ext | Rob Mensching | 2021-05-03 | 12 | -0/+546 |