- Add some headers from Wine
[reactos.git] / reactos / dll / win32 / qmgr / qmgr.inf
diff --git a/reactos/dll/win32/qmgr/qmgr.inf b/reactos/dll/win32/qmgr/qmgr.inf
new file mode 100644 (file)
index 0000000..ef51f9b
--- /dev/null
@@ -0,0 +1,16 @@
+[version]
+Signature="$CHICAGO$"
+
+[RegisterDll]
+AddReg = Qmgr.Reg
+
+[UnregisterDll]
+DelReg = Qmgr.Reg
+
+[Qmgr.Reg]
+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,"System\CurrentControlSet\Services\BITS\Parameters","ServiceDll",0x00020000,"qmgr.dll"