Hi, I need to install a windows service running under a given user. It is working with an existing user (ServiceProcessInstaller = User) but when the user does not exist then it should be created before the service install happens. The user must be a mamber of administrators.
How should I do it?
(VS2008, C#)
Thank You.
-- Hudgi