• Vladislav Vaintroub's avatar
    MDEV-4458 - Windows installer does not launch upgrade wizard anymore, even if... · 8d75f11a
    Vladislav Vaintroub authored
    MDEV-4458 - Windows installer does not launch upgrade wizard anymore, even if there are upgradable instances (i.e windows service of lower MariaDB/MySQL version)
    
    The main  reason for he error is misplaced ADD_DIRECTORY in top-level CMakeLists.txt.
    ADD_DIRECTORY(win/packaging) was places before win/upgrade_wizard, and MSI was not able to detect that  upgrade wizard was built, and thus excluded upgrade wizard entirely.
    8d75f11a
extra.wxs.in 48.3 KB