Yep - that did it (d'oh! beats me why I didn't just try that)
BTW, for other windows users who run across this thread and aren't sure
about how to make one service dependent on another, here's one way, plus
a shortcut:

1 open the registry editor (either regedit or regedt32 will do)
2 open the key HKEY_LOCAL_MACHINE\ SYSTEM\ CurrentControlSet\
Services\squeezesvc
3 add a REG_MULTI_SZ value named DependOnService to the key, the "data"
portion is "MusicIP Server" (without the quotes)

here's the shortcut

Code:
--------------------
    
  Windows Registry Editor Version 5.00
  
  [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\squeezesvc]
  
"DependOnService"=hex(7):4d,00,75,00,73,00,69,00,63,00,49,00,50,00,20,00,53,00,\
  65,00,72,00,76,00,65,00,72,00,00,00,00,00
  
--------------------

Using a text editor, copy the above lines to "foo.reg", save the file,
then run it. - It'll just add that MULTI-SZ value. It's in hex because
MULTI_SZ string lists have embedded nulls.


-- 
bobkoure
------------------------------------------------------------------------
bobkoure's Profile: http://forums.slimdevices.com/member.php?userid=14646
View this thread: http://forums.slimdevices.com/showthread.php?t=44035

_______________________________________________
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to