You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling Win32::Daemon::CreateService() without sufficient privileges
was resulting in uninformative "The operation completed successfully"
error.
Lack of meaningful error message was caused by not calling
GetLastError() after OpenSCManager() failure.
Resolves RT#73715, RT#86501 and RT#86882.
0 commit comments