Option 1: AUTORITE NT\SERVICE LOCAL
If you enter the full account name the service is installed but doesn't start.



Option 2: SERVICE LOCAL
If you enter the username without the NT AUTHORITY part the service doesn't even install


With that being said, I believe you might want to leave that as the English version, i.e.: "NT AUTHORITY\LocalService"While the security subsystem localizes this account name, the SCM does not support localized names. Therefore, you will receive a localized name for this account from the LookupAccountSid function, but the name of the account must be NT AUTHORITY\LocalService when you call CreateService or ChangeServiceConfig, regardless of the locale, or unexpected results can occur.
Thank you for your suggestion. I will forward this to our Technical Writing team.It would be good to have this in the AdvancedInstaller documentation as I was also trying to use the built in properties [DOMAIN_NT_AUTHORITY]\[USR_LOCAL_SERVICE] which was obviously not helping either.