Please make sure to use the default name for the new installer to avoid running into any issue while updating the agent later. See 000031668 - "Error 1316. the specified account already exists" in RSA Authentication Windows Agent update 7.2.1 for more information.
Image description
msiexec /qn /i "RSA Authentication Agent x64.msi" /lv C:\Users\Administrator.EXAMPLE\Desktop\Agent-Installation.txt
MSI (s) (18:5C) [14:00:45:791]: Product: RSA Authentication Agent -- Installation operation completed successfully.
MSI (s) (18:5C) [14:00:45:791]: Windows Installer installed the product. Product Name: RSA Authentication Agent. Product Version: 7.4.0.40. Product Language: 1033. Manufacturer: RSA. Installation success or error status: 0.
wmic /output:C:\InstallList.csv product get /format:csv
Get-WindowsFeature -Name *gui* | Remove-WindowsFeature –Restart
Get-WindowsFeature -Name *gui* | Install-WindowsFeature -Restart
runas /user:administrator powershell.exe