PDA

View Full Version : Installation as service on Windows Vista



Drakull
07-28-2007, 06:36 PM
I'm trying to insall it as a service in windows vista (so I can use multiprocessor capabilities without losing results when restarting the computer) but is always giving me an error when running sobsvc -i

C:\Program Files\SB>sobsvc -i
Seventeen or Bust service failed to install. Error 5

How do I install it as a service in vista or how do i set it up to use more than one processor in normal mode (saving all the tests and not just one).

Drakull
07-28-2007, 06:49 PM
Just create a shortcut to the sobsvc.exe executable, modify the shortcut to add the -i (or whatever parameter you need) and then run the shortcut with the "run as administrator" option.

DukeBox
10-06-2007, 11:58 AM
Or use the runas command in CMD.
- windowskey+r, cmd, enter
if SB is installed in c:\program files\SB, type:
- cd c:\program files\SB
then use the runas command to execute sobsvc.exe -i
- runas /user:administrator@%COMPUTERNAME% sobsvc.exe -i

IronBits
12-08-2007, 03:53 AM
Might as well add in here the other thread that has more information related to this sticky ;)
http://www.free-dc.org/forum/showthread.php?t=12719