使用方法如下:
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/
沒有留言:
張貼留言