标签:style blog http ar sp on 2014 art 问题
今天编写了一个服务,最后INSTALL 的时候报错,如图:
经过近1小时的比较(俺过去写例子),居然无意中设置了一个属性
查看BCB 的帮助。ServiceStartName
从文档大意,可知道,就是用与启动服务的名字。当时没看懂,查了msdn
当我看到Account终于明白了,原来指的是启动服务的账户(叫什么ServiceStartName? 叫ServiceStartAccount 不好?)
说白了就是指定
而且写法是 域名\用户名 这里dw是本地账户。并且编译时需要指定password属性
如果不指定这个属性呢,就用本地系统账户。
标签:style blog http ar sp on 2014 art 问题
原文地址:http://www.cnblogs.com/songr/p/4161681.html