在安装过程中创建新用户帐户
我需要安装一个在给定用户下运行的 Windows 服务。它正在与现有用户(ServiceProcessInstaller = User)一起使用,但是当用户不存在时,应该在服务安装发生之前创建它。用户必须是管理员之一。
我该怎么做呢?
(VS2008,C#)
谢谢。
——哈吉
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
添加本地用户
添加到 Active Directory
Adding a Local User
Adding to Active Directory