From 4b41a0b347a2c88300288391b6bcb0c82eead77b Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Tue, 18 May 2010 22:48:09 +0000 Subject: [PATCH] [QMGR] - Add the FLG_ADDREG_APPEND flag when writing the netsvcs value because, unlike WINE, we are actually going to have values in there svn path=/trunk/; revision=47268 --- reactos/dll/win32/qmgr/qmgr.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/qmgr/qmgr.inf b/reactos/dll/win32/qmgr/qmgr.inf index e6922ed7f4d..c3d0380cd90 100644 --- a/reactos/dll/win32/qmgr/qmgr.inf +++ b/reactos/dll/win32/qmgr/qmgr.inf @@ -12,5 +12,5 @@ HKCR,"AppID\BITS","AppID",,"%CLSID_BackgroundCopyQMgr%" 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",0x00010008,"BITS" HKLM,"System\CurrentControlSet\Services\BITS\Parameters","ServiceDll",0x00020000,"qmgr.dll" -- 2.17.1