aboutsummaryrefslogtreecommitdiff
path: root/src/ext/NetFx/wixext (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename "bundle extension" to "bootstrapper extension" for more consistencyRob Mensching2024-03-072-12/+12
| | | | Also renames WixToolet.BextUtil nupkg to WixToolset.BootstrapperExtensionApi.
* Link localizations from WixExtensions the same as sectionsRob Mensching2023-12-161-2/+0
|
* Remove unused symbol `Version`.Bob Arnson2023-09-121-2/+0
|
* 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-184-33/+260
| | | | 7058
* Adding support for DotNetCoreSdkSearch and DotNetCoreSdkCompatibilityCheckStaffan Gustafsson2023-01-185-73/+329
|
* Very minor cleanupRob Mensching2022-11-081-1/+1
|
* Add NetFx .NET compatibility check for MSI (#262)StefanStojanovic2022-10-255-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"sRob Mensching2022-10-153-33/+7
| | | | Fixes 6944
* Add Netfx bundle extension and netfx:DotNetCoreSearch.Sean Hall2022-10-105-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 Hall2022-02-181-1/+0
|
* Create single .zip file for non-embedded pdb filesRob Mensching2022-02-171-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 projectsRob Mensching2021-12-301-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 Arnson2021-12-191-1/+1
|
* WiX Toolset v4-preview.0v4.0.0-preview.0Rob Mensching2021-05-172-5/+8
|
* Implement integrated build processRob Mensching2021-05-112-12/+7
|
* Move NetFx.wixext into extRob Mensching2021-05-0312-0/+546