1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-17 21:24:57 +03:00

v4.05-9423-beta

This commit is contained in:
dnobori
2014-02-18 20:09:33 +09:00
parent a832506f35
commit 496167ee81
286 changed files with 294 additions and 276 deletions

View File

@ -139,6 +139,12 @@ bool SuInstallDriverInner(bool force)
return false;
}
if (MsIsServiceRunning("RemoteAccess"))
{
// Remote Access service is running
return false;
}
CombinePathW(tmp_dir, sizeof(tmp_dir), MsGetWindowsDirW(), L"Temp");
MakeDirExW(tmp_dir);