Install Windows Service @WinServer2003

前面介绍了Windows service wrapper,在Windows XP和Windows Serer 2003上都好用。

对于Windows server 2003介绍一种更为简便的方式:使用InstSrv和SrvAny。
这是微软专门为Windows server 2003开发的一个小工具,将任意的可执行文件发布成Windows服务,可以是exe或者bat等。这相比于只能将service type的程序发布为Windows服务的系统命令sc(sc create,sc start, sc delete)来说要好用的多。

详细介绍参考下面这篇文章。
http://www.iopus.com/guides/srvany.htm
http://www.tacktech.com/Software.cfm?sc=windowsnt2000xp2003

另:这两个文件在Windows Server 2003 Resource Kit Tools中,下载地址为:
http://www.microsoft.com/downloads/details.aspx?FamilyID=9D467A69-57FF-4AE7-96EE-B18C4790CFFD&displaylang=en
http://technet.microsoft.com/en-us/windowsserver/bb633748.aspx


msdn里搜索,也可以得到相应的结果。

但是这个东西是有Lcience的,用户可以自由安装,但是如果你在你的软件中使用,你需要付费。
http://www.vbwire.com/advanced/howto/service2.asp

你可能感兴趣的:(windows,XP,Microsoft,asp)