An Azure backup service that provides built-in management at scale.
Hello Steve Jarvis - S50 Managed IT
Thank you for posting you query on Microsoft Q&A platform.
Microsoft does not publish a separate legacy MSI-based MARS agent installer. The only officially supported installer is the unified MARSAgentInstaller.exe (~72 MB), which you can download from here: https://aka.ms/azurebackup_agent
That said, when the unified installer fails to deploy OBEngine and OBService components due to a corrupt prior installation, there is an officially documented workaround to extract and manually apply the MSI. This is documented in the following Microsoft KB article:
The Microsoft Azure Recovery Services Agent update failed
Here's what you can do:
Step 1 – Clean up the previous installation
- Go to Programs and Features (
appwiz.cpl) and uninstall Microsoft Azure Recovery Services Agent if it still appears. - Delete any residual files under
C:\Program Files\Microsoft Azure Recovery Services Agent\. - Reboot the machine.
Step 2 – Download the latest MARS agent
- Download from: https://aka.ms/azurebackup_agent
Step 3 – Extract the MSI from the installer
- Double-click the downloaded
MARSAgentInstaller.exe— this copies all setup binaries (including the MSI) to a temp location and opens the upgrade wizard. - Leave the wizard open — do not close it.
- Open
C:\Windows\Temp\OBInstaller0Curr.errlog, search for "Directory Path for SetupLaunchScreen" and note the temp path (e.g.,C:\<Temp_ID>). - Navigate to
C:\<Temp_ID>\Installers\— you will find OBSAGENT.msi there.
Step 4 – Install the MSI manually Run from an elevated command prompt:
msiexec /i "C:\<Temp_ID>\Installers\OBSAGENT.msi"
Step 5 – Complete the installation After the MSI installs successfully, close the wizard and run the full MARSAgentInstaller.exe again to complete the setup (registration, configuration, etc.).
Step 6 – Verify OBEngine is running Open PowerShell and run:
Get-Service -Name "obengine"
The service should show as Running.
For additional MARS agent troubleshooting, please refer to:
Hope this helps! Please let us know if you have any further questions.
Thanks,
Suchitra.