mariadb/win
Vladislav Vaintroub 0f59810b99 MDEV-26579 Support minor MSI in Windows installer.
With this patch, 4-component MSI version can be used, e.g by setting
TINY_VERSION variable in CMake, or by adding a string, e.g
MYSQL_VERSION_EXTRA=-2
which sets TINY_VERSION to 2, and also changes the package name.

The 4-component MSI versions do not support MSI major upgrades, only minor
ones, i.e do not reinstall components, just update existing ones based
on versioning rules.

To support these rules, add DefaultVersion for the files that won't
otherwise be versioned - headers, static and import libraries,
pdbs, text - xml, python and perl scripts Also silence WiX warning
that MSI won't store hashes for those files anymore.
2024-01-26 00:15:13 +01:00
..
packaging MDEV-26579 Support minor MSI in Windows installer. 2024-01-26 00:15:13 +01:00
upgrade_wizard Merge 10.3 into 10.4 2021-11-17 13:59:42 +02:00
create_def_file.js Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00