乙個完整的Windows 服務從建立到安裝解除安裝

2021-06-14 19:15:10 字數 1129 閱讀 8426

一、建立乙個windows服務

第二、在自動生成的program類中寫你要寫的**

using

system;

using

system.collections.generic;

using

system.linq;

using

system.serviceprocess;

using

system.text;

namespace

windowstest

; servicebase.run(servicestorun);}}

}

三、安裝程式

第四、改變一下屬性

第五、找到bin資料夾下的檔案

第六、輸入一下命令

1、輸入

cmd(

命令列),

輸入cd c:\windows\microsoft.net\framework\v4.0.30319

,2.0

為cd c:\windows\microsoft.net\framework\v2.0.50727

2、installutil "e:\介面\介面測試\windowstest\windowstest\bin\debug\windowstest.exe" 第

七、解除安裝

installutil/u "e:\介面\介面測試\windowstest\windowstest\bin\debug\windowstest.exe"

寫乙個Windows服務

做了兩個和windows服務有關的專案了,最開始的時候沒做過,不懂,現在明白了許多。需要注意的是,如果不想登入什麼的,最後在新增安裝程式的那裡選擇那個字長的右鍵屬性,把啟動方式改為local system 新建完畢之後,是這樣的,雙擊service1然後在中間單擊右鍵,新增安裝程式,會出來乙個pro...

windows下的乙個C socket伺服器

include 1 以後會用這種方式對特定 進行注釋 include include include include include include include using namespace std pragma comment lib,ws2 32.lib 2 1.include 大家會發現...

乙個簡單的Windows服務程式

service status servicestatus service status handle hservicestatushandle handle gettokenbyid int pid void winapi servicehandler dword fdwcontrol if set...