msiexec /i USProvider.msi CONTROLLERACCOUNT=ControllerComputerAccount
In the above syntax, for ControllerComputerAccount substitute the computer account name of the server where the controller is installed. The expected format for the computer account name is ComputerName$@FullyQualifiedDomainName. For example, if the controller is running on a computer whose fully qualified DNS name is server1.microsoft.com, you must specify the controller account name as server1$@microsoft.com. Note that case is important for the CONTROLLERACCOUNT parameter.