Life is a journey

Who Dares Wins
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Install or Uninstall a Windows Service

Posted on 2010-11-09 16:24  zhaobin  阅读(496)  评论(0编辑  收藏  举报

Install

cd d:\cps\bin\backend
installUtil Batch.Monitor.Service.exe

 

Uninstall

cd d:\cps\bin\backend

installUtil -u Batch.Monitor.Service.exe