MDEV-27828 : Windows - major MSI upgrade fails, complaining that install directory not empty

This commit is contained in:
Vladislav Vaintroub 2022-02-14 12:04:08 +01:00
parent feb8004b58
commit e9e6b23987

View file

@ -660,7 +660,7 @@
</Custom>
<Custom Action="ErrorDataDir" After="CheckDataDirectory">DATADIRERROR</Custom>
<Custom Action="CheckInstallDirectory" After="CostFinalize">
NOT Installed
NOT Installed AND OLDERVERSIONBEINGUPGRADED=""
</Custom>
<Custom Action="ErrorInstallDir" After="CheckInstallDirectory">INSTALLDIRERROR</Custom>
<Custom Action="CheckDatabaseProperties" Before="CreateDatabaseCommand">SERVICENAME</Custom>