I am trying to install winodws service on remote system which is under same network, using below command from cmd.
\\11.130.23.105 create "test_service01" binpath= "\11.130.23.105\ServiceLocation\TestWindowService.exe" obj= user password= password123#
I m getting the below error :-SC CreateService FAILED 1057 The account name is invalid or does not exist, or the password is invalid for the account name specified.
I m verified that the user and passwords are correct. any one can suggest what might be the problem here. Thanks