Build Server as a Windows Service

The Build Server can be run as a Windows Service, this is done when the Build Server needs to be run in the background upon startup of a server.

 

Installing the Windows Service

Step

Action

1

Rename Win_RBS_Service_Cmd.txt to Win_RBS_Service_Cmd.bat in the <install root>\kbserver directory

2

Run Win_RBS_Service_Cmd.bat

3

Launch Mojo

4

Go to Window > Preferences

5

Expand the Openmake item and select Machine

6

On the Remote Build Server tab, update the Server Start Command to:

net start "Openmake 7 Build Server"

7

On the Remote Build Server tab, update the Server Stop Command to:

net stop "Openmake 7 Build Server"