I am getting below error while installing sql services on my windows server 2016 machine.
(13) 2022-05-16 05:19:09 Slp: Sco: Attempting to open registry subkey {145996FC-8E6B-47AB-BEA5-A84F12B72AF5}
(13) 2022-05-16 05:19:09 Slp: Prompting user if they want to retry this action due to the following failure:
(13) 2022-05-16 05:19:09 Slp: ----------------------------------------
(13) 2022-05-16 05:19:09 Slp: The following is an exception stack listing the exceptions in outermost to innermost order
(13) 2022-05-16 05:19:09 Slp: Inner exceptions are being indented
(13) 2022-05-16 05:19:09 Slp:
(13) 2022-05-16 05:19:09 Slp: Exception type: Microsoft.SqlServer.Configuration.Sco.ScoException
(13) 2022-05-16 05:19:09 Slp: Message:
(13) 2022-05-16 05:19:09 Slp: Attempted to perform an unauthorized operation.
(13) 2022-05-16 05:19:09 Slp: HResult : 0x84bb0001
(13) 2022-05-16 05:19:09 Slp: FacilityCode : 1211 (4bb)
(13) 2022-05-16 05:19:09 Slp: ErrorCode : 1 (0001)
(13) 2022-05-16 05:19:09 Slp: Data:
(13) 2022-05-16 05:19:09 Slp: WatsonData = Uninstall@{145996FC-8E6B-47AB-BEA5-A84F12B72AF5}
(13) 2022-05-16 05:19:09 Slp: DisableRetry = true
(13) 2022-05-16 05:19:09 Slp: Inner exception type: System.UnauthorizedAccessException
(13) 2022-05-16 05:19:09 Slp: Message:
(13) 2022-05-16 05:19:09 Slp: Attempted to perform an unauthorized operation.
(13) 2022-05-16 05:19:09 Slp: HResult : 0x80070005
(13) 2022-05-16 05:19:09 Slp: Stack:
(13) 2022-05-16 05:19:09 Slp: at Microsoft.SqlServer.Configuration.Sco.InternalRegistryKey.OpenSubKey(String subkey, RegistryAccess requestedAccess)
(13) 2022-05-16 05:19:09 Slp: ----------------------------------------
This is requesting read-write access on registry key but we are not able to grant the requested accesses as we are running webroot agent.