A Microsoft cloud service that enables deployment of Azure services across hybrid and multicloud environments.
Hello Tomas, it looks like your Arc Connected Machine agent installer is rolling back because the GCArcService (the Guest Configuration host service) never comes up within its 30-second startup window, which triggers the MSI’s Error 1603. Here’s what you can try:
- Increase the Windows service startup timeout
- Open regedit and navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
- Add (or edit) a DWORD value named ServicesPipeTimeout and set it to 120000 (decimal)
- Reboot and then rerun the MSI.
- Check the GCArcService logs and Event Viewer
- In Event Viewer → Windows Logs → Application or System, look for errors around GCArcService startup.
- Under C:\ProgramData\AzureConnectedMachineAgent\Log, see if there’s a GCArcService*.log or any .NET exceptions.
- Try starting it manually:
cd "C:\Program Files\AzureConnectedMachineAgent"
and watch for any errors..\GCArcService.exe –service
- Verify prerequisites and OS support
- Make sure .NET Framework 4.7+ is enabled on your Windows 11 box.
- By design the Azure Connected Machine agent only supports Windows Server and IoT Enterprise OSes. Windows 11 Pro isn’t officially supported for the “servers” agent, so you may run into unexplained service failures (like this one).
- Disable AV/Endpoint Protection temporarily Sometimes security software can block the service executable. If you have any third-party AV or corporate endpoint protection, pause it during the install.
- Final workaround: install without Guest Configuration If you don’t need the Guest Configuration extension, you can install the agent, then run:
and restart the agent to avoid loading GCArcService altogether.azcmagent config set --disable-guest-configuration
Let me know what you see in the Event Viewer or the manual service start attempt. If GCArcService logs show a specific exception, share that and we can dig deeper.
Reference docs:
• Troubleshoot Azure Arc “Not Installed” status
https://learn.microsoft.com/azure/azure-arc/servers/troubleshoot-agent-onboard
• Cannot Connect Server to Azure Arc
• Azure Arc agent release notes & supported OS
https://learn.microsoft.com/azure/azure-arc/servers/agent-release-notes