mariadb/win/packaging
Vladislav Vaintroub 5729d89cd5 MDEV-36938 Fix MSI install failure when ADDLOCAL omits required runtime
Since 10.11.12 (commit 8363d05f4d), executables are built with
the dynamic C runtime (/MD), introducing a dependency on
vcruntime140.dll.
VC++ runtime is typically installed via the VCCRT feature, which is
included by default as part of the hidden/default ALWAYSINSTALL feature
set. However, when users specify the ADDLOCAL property, it overrides the
default selection and may omit critical features like VCCRT. This leads to
installation failures.

Fix: Add a custom action that ensures mandatory features (e.g., VCCRT)
are appended to the ADDLOCAL property at install time. This guarantees
essential runtime components are always installed, even when a custom
feature set is selected.
2025-06-10 14:23:31 +02:00
..
ca Cleanup CMake code (Windows-specific) 2025-04-04 08:58:40 +02:00
CMakeLists.txt Windows : support Wix toolset 3.14 2024-09-27 14:43:32 +02:00
COPYING.rtf Follow-up to changing FSF address 2019-05-11 18:30:45 +03:00
CPackWixConfig.cmake MDEV-33420: HASHICORP_KEY_MANAGEMENT fails on Windows with libcurl installed 2024-04-18 01:45:24 +02:00
CPackZIPConfig.cmake MDEV-15088 Lighter version of Windows Zip distributions 2018-09-14 20:54:54 +01:00
CPackZIPDebugInfoConfig.cmake MDEV-15088 Lighter version of Windows Zip distributions 2018-09-14 20:54:54 +01:00
CPackZIPTestConfig.cmake MDEV-26514 Option to build a separate test zip package on Windows 2021-08-31 21:13:13 +03:00
create_msi.cmake MDEV-36938 Fix MSI install failure when ADDLOCAL omits required runtime 2025-06-10 14:23:31 +02:00
extra.wxs.in MDEV-36938 Fix MSI install failure when ADDLOCAL omits required runtime 2025-06-10 14:23:31 +02:00
heidisql.cmake update HeidiSQL to 12.10 2025-01-28 19:31:29 +01:00
heidisql.wxi.in MDEV-33115 Update HeidiSQL to 12.6 2023-12-23 09:13:07 +01:00
heidisql_feature.wxi.in commit win/ changes 2015-06-05 23:33:23 +02:00
mysql_server.wxs.in Merge 10.5 into 10.6 2021-09-11 17:55:27 +03:00
WixUIBannerBmp.jpg MDEV-14446 Windows installer still uses the old brown logo 2018-01-18 16:15:18 +00:00
WixUIDialogBmp.jpg MDEV-14446 followup 2018-01-18 16:42:11 +00:00