[SETUPAPI]
[reactos.git] / reactos / dll / win32 / setupapi / install.c
index afad2d3..28f0f37 100644 (file)
@@ -1997,7 +1997,7 @@ static BOOL InstallOneService(
         list ? list->HKLM : HKEY_LOCAL_MACHINE,
         REGSTR_PATH_SERVICES,
         0,
-        0,
+        READ_CONTROL,
         &hServicesKey);
     if (rc != ERROR_SUCCESS)
     {