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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user