Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.SlaveWindowsService/testInstall.bat @ 5283

Last change on this file since 5283 was 5280, checked in by ascheibe, 13 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
Line 
1REM @ECHO OFF
2
3set DOTNETFX2=%SystemRoot%\Microsoft.NET\Framework\v4.0.30319
4set PATH=%PATH%;%DOTNETFX2%
5
6echo Installing WindowsService...
7echo ---------------------------------------------------
8InstallUtil /u bin\Debug\HeuristicLab.Clients.Hive.Slave.SlaveWindowsService.exe
9InstallUtil bin\Debug\HeuristicLab.Clients.Hive.Slave.SlaveWindowsService.exe
10echo ---------------------------------------------------
11echo Done.
Note: See TracBrowser for help on using the repository browser.