mirror of
https://github.com/MariaDB/server.git
synced 2025-07-23 00:55:06 +00:00
Merge 10.7 into 10.8
This commit is contained in:
@ -202,7 +202,11 @@ extern "C" UINT __stdcall CheckInstallDirectory(MSIHANDLE hInstall)
|
||||
swprintf(msg,countof(msg), L"Installation directory '%s' exists and is not empty. Choose a "
|
||||
"different install directory",path);
|
||||
WcaSetProperty(L"INSTALLDIRERROR", msg);
|
||||
goto LExit;
|
||||
}
|
||||
|
||||
WcaSetProperty(L"INSTALLDIRERROR", L"");
|
||||
|
||||
LExit:
|
||||
ReleaseStr(path);
|
||||
return WcaFinalize(er);
|
||||
|
Reference in New Issue
Block a user