@Henrique Passarelli Recommend you to try the following:
open a command prompt c:> dir /s /b Microsoft-ASR_UA_9.43*
Go to folder
You will find Microsoft-ASR_UA_9.43.0.0_Windows_GA_16Jul2021_release.exe in this location
Extract installer as follows
Microsoft-ASR_UA_9.43.0.0_Windows_GA_16Jul2021_release.exe /q /x:setup
It will extract installer inside setup folder
Go to setup folder. Open V2A-MOBILITYSERVICE-REQUIREMENTS.JSON
Remove following
{
"CheckName": "MachineMemoryCheck",
"OperationName" : "PreCheckMachineMemoryValidation",
"IsMandatory" : "true",
"Params": {
"RequiredMemoryInGB": "0.99"
}
}
Now run installer
UnifiedAgentInstaller.exe "/Platform" "Vmware" "/Silent" "/Role" "MS" "/InstallLocation" "C:\Program Files (x86)\Microsoft Azure Site Recovery"
It will install the product.
open a command prompt and go to agent installation folder.
Now run configurator
c:\Program Files (x86)\Microsoft Azure Site Recovery\agent>UnifiedAgentConfigurator.exe
---------------------------------------------------------------------------------------------------------------
If the response helped, do "Accept Answer" and up-vote it.