aboutsummaryrefslogtreecommitdiff
path: root/src/ext/NetFx/ca (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix CustomActionData names.Bob Arnson2023-02-013-19/+5
| | | | | | | | | Fixes https://github.com/wixtoolset/issues/issues/7189. Also: - Clean up duplicate caDecor.h. - Clean up use of CUSTOM_ACTION_DECORATION.
* Minimize calls into GitInfo by caching results during build_initRob Mensching2022-11-131-1/+0
|
* Add NetFx .NET compatibility check for MSI (#262)StefanStojanovic2022-10-254-1/+149
| | | | | | | | | | | 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-312-0/+59
|
* Set each native library dependency version to the build version.Sean Hall2022-04-191-1/+0
|
* Build with VS2022, which is now required.Bob Arnson2021-12-251-1/+0
| | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works.
* Consistent-ify primary key column names.Bob Arnson2021-12-191-1/+1
|
* Implement integrated build processRob Mensching2021-05-111-4/+4
|
* Move NetFx.wixext into extRob Mensching2021-05-037-0/+964