Ooops, I've done something stupid, and wondering if someone could assist...
I have configured my own Service to use SrvAny.exe on Windows 7 to run the Perl source.
I had previously done this in WinXP, so I exported the registry section, tweaked the .reg file a bit, and imported it into a new Windows 7 installation.
My LMS service is working fine, but another service "Intel(R) Management and Security Application User Notification Service" is now listed as being dependent on it. Every time I try to stop/restart the LMS service, it wants to stop this other Windows service.
Damn! Should have checked before importing the registry file. I didn't realise that there was already a Windows 7 OS Service called "LMS". It appears that I ha've overwritten the properties of this Windows service.
Could someone with a Windows 7 64 bit OS, please export the registry for "\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\serv ices\LMS", so that I can delete my current properties and re-import to restore the OS standard properties.
Future warning for others installing their own LogitechMediaService - don't call your service "LMS"!
Thanks,
Phil
Results 1 to 6 of 6
-
2012-08-09, 13:59 #1
Problem manually installing LMS as a service
-
2012-08-09, 15:38 #2
My Win7 Ultimate 64b box has no stock "LMS" service and neither does my Win7 Home Premium 64b laptop. I think the LMS service you're seeing there might have been installed by some Intel package you added to your Win7 installation. I'm basing this on:
http://answers.microsoft.com/en-us/w...4-9dabb621deb8
-
2012-08-09, 15:41 #3
I'm betting that you could get your Intel LMS service back by uninstalling and then reinstalling these:
http://software.intel.com/en-us/arti...ource-drivers/
-
2012-08-09, 15:44 #4
-
2012-08-09, 15:49 #5
Sorry. My link to the Intel download was for linux. Here's a Windows link:
http://downloadcenter.intel.com/Deta...ivers&lang=eng
-
2012-08-11, 12:19 #6
Problem manually installing LMS as a service
Thanks for the pointer.
I found it was an Intel Driver, which I installed at the time I installed Win7, called "Intel Management Engine Interface". I uninstalled it, ensured the LMS Service registry entries were fully removed, and re-installed the Intel drivers.
I have installed the LMS service now as "Logitech Media Service". My .reg file looks like this:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\L ogitechMediaService]
"Type"=dword:00000010
"Start"=dword:00000004
"ErrorControl"=dword:00000001
"ImagePath"=hex(2):43,00,3a,00,5c,00,50,00,72,00,6 f,00,67,00,72,00,61,00,6d,00,\
20,00,46,00,69,00,6c,00,65,00,73,00,20,00,28,00,78 ,00,38,00,36,00,29,00,5c,\
00,53,00,72,00,76,00,41,00,6e,00,79,00,5c,00,73,00 ,72,00,76,00,61,00,6e,00,\
79,00,2e,00,65,00,78,00,65,00,00,00
"DisplayName"="Logitech Media Service"
"ObjectName"="LocalSystem"
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\L ogitechMediaService\Enum]
"0"="Root\\LEGACY_LogitechMediaService\\0000"
"Count"=dword:00000001
"NextInstance"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\L ogitechMediaService\Parameters]
"Application"="C:\\Programming\\Perl-5.14.2\\bin\\perl"
"AppParameters"="-w \"C:\\Squeezebox\\LMS\\Beta\\server\\slimserver.pl \" --prefsdir \"C:\\Squeezebox\\LMS\\Beta\\Prefs\" --logdir \"C:\\Squeezebox\\LMS\\Beta\\Logs\" --playeraddr 192.168.1.4 --streamaddr 192.168.1.4 --httpaddr 192.168.1.4 --cliaddr 192.168.1.4"
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\L ogitechMediaService\Security]
"Security"=hex:01,00,14,80,90,00,00,00,9c,00,00,00 ,14,00,00,00,30,00,00,00,02,\
00,1c,00,01,00,00,00,02,80,14,00,ff,01,0f,00,01,01 ,00,00,00,00,00,01,00,00,\
00,00,02,00,60,00,04,00,00,00,00,00,14,00,fd,01,02 ,00,01,01,00,00,00,00,00,\
05,12,00,00,00,00,00,18,00,ff,01,0f,00,01,02,00,00 ,00,00,00,05,20,00,00,00,\
20,02,00,00,00,00,14,00,8d,01,02,00,01,01,00,00,00 ,00,00,05,0b,00,00,00,00,\
00,18,00,fd,01,02,00,01,02,00,00,00,00,00,05,20,00 ,00,00,23,02,00,00,01,01,\
00,00,00,00,00,05,12,00,00,00,01,01,00,00,00,00,00 ,05,12,00,00,00
Phil

Reply With Quote

