| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
ERROR_EXE_MACHINE_TYPE_MISMATCH or ERROR_BAD_EXE_FORMAT then don't abort the installation, just set the property to 13. Fixes issue #7737
|
|
|
|
|
|
|
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/7189.
Also:
- Clean up duplicate caDecor.h.
- Clean up use of CUSTOM_ACTION_DECORATION.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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 VS2022/v143 libraries exclusively. C++ compatibility works.
|
| |
|
| |
|
|
|