Cài đặt window service thủ công
- Mở Windows Start menu, chọn Visual Studio 2010, Visual Studio Tools, Visual Studio Command Prompt (2010).
Một cửa sổ console sẽ hiện ra
- Truy cập vào thư mục chứa window service
- Chạy file InstallUtil.exe từ cửa sổ cmd với các tham số. Nhấn Enter để chạy câu lệnh.
Code: installutil yourproject.exe
Gỡ bỏ window service
- Mở Windows Start menu, chọn Visual Studio 2010, Visual Studio Tools, Visual Studio Command Prompt (2010).
- Một cửa sổ console sẽ hiện ra.
- Chạy file InstallUtil.exe từ cửa sổ cmd với các tham số. Nhấn Enter để chạy câu lệnh:
Code: installutil /u yourproject.exe
0 comments:
Đăng nhận xét
Có nhận xét mới