I have created a Datasnap server as Windows Service following this tutorial successfully. I can install it using the command line and adding /INSTALL. However, when I follow this same tutorial for Delphi XE2, I can't get the service installed (although I am Administrator).
It returns the following error:
---------------------------
Error
---------------------------
Service "ServerContainer3" failed to install with error: "System Error.
Code: 1057.
The account name is invalid or does not exist,
or the password is invalid for the account name specified"
How do I get the Datasnap service working compiled with Delphi XE2?