aboutsummaryrefslogtreecommitdiff
path: root/src/ext/NetFx/wixlib/NetFxExtension_Platform.wxi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch to `virtual` access modifiers...Bob Arnson2024-02-161-7/+7
| | | | | | ...from `Overridable="yes"`. Fixes https://github.com/wixtoolset/issues/issues/7981 for WiX v5.
* Properly fragment NetFx custom actions.Bob Arnson2023-08-151-5/+11
| | | | FIxes https://github.com/wixtoolset/issues/issues/7677.
* Update some extensions to take advantage of multitargeting project referencesRob Mensching2023-02-211-1/+1
|
* Add NetFx .NET compatibility check for MSI (#262)StefanStojanovic2022-10-251-0/+9
| | | | | | | | | | | 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
* Central caDecor and caErr.Bob Arnson2022-02-101-2/+1
|
* Move NetFx.wixext into extRob Mensching2021-05-031-0/+28