Author: cgutman Date: Tue May 18 03:23:57 2010 New Revision: 47262
URL: http://svn.reactos.org/svn/reactos?rev=47262&view=rev Log: [QMGR] - Don't bulldoze our netsvcs key to install a service that doesn't even work yet
Modified: trunk/reactos/dll/win32/qmgr/qmgr.inf
Modified: trunk/reactos/dll/win32/qmgr/qmgr.inf URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/qmgr/qmgr.inf?rev... ============================================================================== --- trunk/reactos/dll/win32/qmgr/qmgr.inf [iso-8859-1] (original) +++ trunk/reactos/dll/win32/qmgr/qmgr.inf [iso-8859-1] Tue May 18 03:23:57 2010 @@ -12,5 +12,5 @@ HKCR,"AppID%CLSID_BackgroundCopyQMgr%","LocalService",,"BITS" HKCR,"CLSID%CLSID_BackgroundCopyManager%","AppID",,"%CLSID_BackgroundCopyQMgr%"
-HKLM,"Software\Microsoft\Windows NT\CurrentVersion\SvcHost","netsvcs",0x00010000,"BITS" +;HKLM,"Software\Microsoft\Windows NT\CurrentVersion\SvcHost","netsvcs",0x00010000,"BITS" HKLM,"System\CurrentControlSet\Services\BITS\Parameters","ServiceDll",0x00020000,"qmgr.dll"