service installation with user account

  • Thread starter Thread starter Lukasz
  • Start date Start date
L

Lukasz

Hello

I created windows service, and set Account property to User,
under installation system asks for username and password,
Im giving right username and password but it says that they
are bad, and service is not installed.
I can set it to run as LocalSystem, but I need it to run under
user account.
If it is matter of signing, i can sign my application, but it uses dlls
that are unsigned.

Any ideas?
thanks in advance
best regards
Lu
 
Right now it says: Win32Exception: No mapping between account names and
security IDs was done.
 
Back
Top