aboutsummaryrefslogtreecommitdiff
path: root/src/ext/NetFx/ca/netfxca.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add NetFx .NET compatibility check for MSI (#262)StefanStojanovic2022-10-251-0/+144
| | | | | | | | | | | 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
* PathEnsureQuoted is not generally useful.Sean Hall2022-05-311-0/+58
|
* Consistent-ify primary key column names.Bob Arnson2021-12-191-1/+1
|
* Move NetFx.wixext into extRob Mensching2021-05-031-0/+823