惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
D
Docker
有赞技术团队
有赞技术团队
D
DataBreaches.Net
The GitHub Blog
The GitHub Blog
爱范儿
爱范儿
H
Help Net Security
美团技术团队
MyScale Blog
MyScale Blog
B
Blog RSS Feed
C
Check Point Blog
Microsoft Security Blog
Microsoft Security Blog
阮一峰的网络日志
阮一峰的网络日志
A
About on SuperTechFans
小众软件
小众软件
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI
G
Google Developers Blog
月光博客
月光博客
Google DeepMind News
Google DeepMind News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Blog — PlanetScale
Blog — PlanetScale
MongoDB | Blog
MongoDB | Blog
F
Fortinet All Blogs

博客园 - 行者无疆

mac上fisco bcos3.0安装部署 linux安装nginx python学习-时间序列 python学习-数据聚合与分组运算 数据分析指标 数据分析 搜索求解 人工智能概述 R语言学习 mac 安装anaconda和环境配置 python学习-数据规整 python学习-pandas python学习-数据清洗 python学习-NumPy基础 python基础语法 docker 常用命令 css学习 vs2003下的wap开发 一个div遮照的简单实现
windows service install
行者无疆 · 2008-05-14 · via 博客园 - 行者无疆

1 创建一个从

Installer

继承的项目安装程序类
2 然后将该类上的

RunInstallerAttribute

设置为 true
3在项目中,为每个服务应用程序实例化一个 ServiceProcessInstaller 实例
4为应用程序中的每个服务实例化一个 ServiceInstaller实例
5 可以设置的属性
    processInstaller.Account = ServiceAccount.LocalSystem;
    serviceInstaller1.StartType = ServiceStartMode.Manual;
     serviceInstaller1.ServiceName = "Hello-World Service 1";
 6 安装 installutil yourproject.exe
7 卸载 installutil /u yourproject.exe
8 启动 net start yourproject.exe
9 附加进程在sql2005中调试会报错,修改附加到选项中去掉“T-Sql”调试项