Last change
on this file since 6725 was
5280,
checked in by ascheibe, 14 years ago
|
#1233
- added a new project: SlaveWindowsService: runs the Hive Slave as a Windows Service
- some improvements when there is no server connection
- some fixes for the communication between slave and gui
|
File size:
436 bytes
|
Rev | Line | |
---|
[5280] | 1 | REM @ECHO OFF
|
---|
| 2 |
|
---|
| 3 | set DOTNETFX2=%SystemRoot%\Microsoft.NET\Framework\v4.0.30319
|
---|
| 4 | set PATH=%PATH%;%DOTNETFX2%
|
---|
| 5 |
|
---|
| 6 | echo Installing WindowsService...
|
---|
| 7 | echo ---------------------------------------------------
|
---|
| 8 | InstallUtil /u bin\Debug\HeuristicLab.Clients.Hive.Slave.SlaveWindowsService.exe
|
---|
| 9 | InstallUtil bin\Debug\HeuristicLab.Clients.Hive.Slave.SlaveWindowsService.exe
|
---|
| 10 | echo ---------------------------------------------------
|
---|
| 11 | echo Done. |
---|
Note: See
TracBrowser
for help on using the repository browser.