2013年7月18日 星期四

心得 windows 建立服務工具 ServiceEx

ServiceEx 可以讓 exe 轉換成 windows 服務

使用方法如下:

1. 下載   ServiceEx.exe

 2. 建立 檔案的 ini 如 mem.ini , 下面以執行 memcached.exe 為例

[ServiceEx]
; ServiceExeFullPath EXE 路徑
ServiceExeFullPath = "D:\msample\memcached.exe"
; program arguments to be sent to executable ,選項設定 如這裡 設 10M item size , 128 m 的空間
options = "-m 128 -I 10m"
; can program interact with desktop [true | false] (default: true) ,是否會影響桌面,這我就不太了解
desktop = false
; start type (valid values: Auto Manual Disabled) (default: auto)  啟動類型
Start=Auto
; start the service upon installation [true | false] (default: no) 安裝後是否啟動
StartNow=false

3. 在 cmd 下 執行
ServiceEx install 

ServiceEx install mem


4. 在 windows 下 找到 服務  ,系統管理工具/服務  確認 服務msm  是否在清單上

參考:
[1] http://serviceex.com/

沒有留言: