04 2010 档案

摘要:要创建Windows Service Program,使用 VS 2005 已经是相当的方便。首先你要确认你的VS版本能够开发Windows Service Program,据我所知道的,免费版应该是不能开发Windows Service Program的然后就新建一个项目,选择是Windows Service 的类型,可能需要细心地在左边的树状目录里翻查一下才找到,因为有些版本是没有安装着种模板... 阅读全文
posted @ 2010-04-28 11:37 Mo 阅读(168) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2010-04-28 11:04 Mo 阅读(5) 评论(0) 推荐(0)
摘要:新建一个Windows Service Project。然后在“设计器”右击→添加安装器→修改属性→生成然后Installutil "Sevice路径"即可安装ServiceInstallutil /u "Service路径"即可卸载Service 阅读全文
posted @ 2010-04-12 09:45 Mo 阅读(132) 评论(0) 推荐(0)