A Microsoft cloud service that enables deployment of Azure services across hybrid and multicloud environments.
hi & thx for sharing urs issue here at Q&A portal,
An MSI rollback at 100% just means the install hit an error near the end and Windows Installer undid the changes. The UI won’t tell u why, so first get the MSI log. Run the installer from an elevated Command Prompt
msiexec /i AzureConnectedMachineAgent.msi /L*v C:\Temp\AzureArcAgent-install.log
Then search the log for
Return value 3
The lines just above that are usually the actual failure. Could be an old Arc agent install, pending reboot, blocked service creation, missing permissions, proxy/TLS issue, or endpoint security killing the install.
Before retrying
reboot
Then check if an old agent is already installed
sc query himds
If it exists, uninstall the old Azure Connected Machine agent first from Apps & Features, reboot, then install the current MSI as admin. check %TEMP% and C:\Windows\Temp are writable
enough free disk space AV/EDR isn’t blocking AzureConnectedMachineAgent.msi, azcmagent.exe, or service creation
Windows Installer service is running the machine can reach Azure Arc endpoints if the installer gets as far as registration
For Software Center, pull the client-side logs too C:\Windows\CCM\Logs\AppEnforce.log
C:\Windows\CCM\Logs\ExecMgr.log
AppEnforce.log normally shows the MSI exit code and exact command SCCM used.
Don’t keep retrying blind. Post the section around Return value 3 from the verbose MSI log, plus the MSI exit code from AppEnforce.log, and the real cause should be visible.
rgds,
Alex
&
If my answer was helpful pls mark it and additional thx if u follow me at Q&A portal
and at my blog https://ctrlaltdel.blog/