Reintegrate header branch
[reactos.git] / reactos / dll / win32 / qmgr / qmgr.inf
1 [version]
2 Signature="$CHICAGO$"
3
4 [RegisterDll]
5 AddReg = Qmgr.Reg
6
7 [UnregisterDll]
8 DelReg = Qmgr.Reg
9
10 [Qmgr.Reg]
11 HKCR,"AppID\BITS","AppID",,"%CLSID_BackgroundCopyQMgr%"
12 HKCR,"AppID\%CLSID_BackgroundCopyQMgr%","LocalService",,"BITS"
13 HKCR,"CLSID\%CLSID_BackgroundCopyManager%","AppID",,"%CLSID_BackgroundCopyQMgr%"
14
15 HKLM,"Software\Microsoft\Windows NT\CurrentVersion\SvcHost","netsvcs",0x00010000,"BITS"
16 HKLM,"System\CurrentControlSet\Services\BITS\Parameters","ServiceDll",0x00020000,"qmgr.dll"