2. 在Service1.cs[設計]中,點選滑鼠右鍵選擇【加入安裝程式】,成功的話會多一個ProjectInstaller.cs檔案,其中包含【serviceInstaller1】【serviceProcessInstaller1】。
3. serviceInstaller1中,【ServiceName】屬性為服務啟動時顯示的名稱,【StartType】屬性為啟動類型,通常選擇Automatic(自動啟動)。
4. serviceProcessInstaller1中,【Account】屬性通常選擇LocalService(權限最高啟動服務時不易出錯)。
PS 只有在 Windows XP 和 Windows Server 2003 系列產品中,才可使用 LocalService 和 NetworkService 的值。
5. 安裝專案中加入專案輸出,選擇我們的Windows Service專案,並且加上4個自訂動作,大功告成囉。
========
如果是Windows Service裝載WCF Service,則必須將App.config複製到輸出目錄!
Reference
沒有留言:
張貼留言