Commit c90a79a7 authored by Alexandre Julliard's avatar Alexandre Julliard

qmgr: Convert the remaining registrations to IRegistrar format.

parent c1fce745
[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"
HKCR
{
NoRemove AppID
{
'{69AD4AEE-51BE-439B-A92C-86AE490E8B30}' { val LocalService = s 'BITS' }
BITS { val AppID = s '{69AD4AEE-51BE-439B-A92C-86AE490E8B30}' }
}
NoRemove CLSID
{
'{4991D34B-80A1-4291-83B6-3328366B9097}'
{
val AppID = s '{69AD4AEE-51BE-439B-A92C-86AE490E8B30}'
}
}
}
......@@ -16,5 +16,5 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
/* @makedep: qmgr.inf */
REGINST REGINST qmgr.inf
/* @makedep: qmgr.rgs */
1 WINE_REGISTRY qmgr.rgs
......@@ -2502,7 +2502,6 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,msiexec.exe,1
11,,msisip.dll,1
11,,qcap.dll,1
11,,qmgr.dll,1
11,,quartz.dll,1
11,,urlmon.dll,1
11,,windowscodecs.dll,1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment