qmgr: Convert the remaining registrations to IRegistrar format.
This commit is contained in:
parent
c1fce74587
commit
c90a79a728
|
@ -1,16 +0,0 @@
|
|||
[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"
|
|
@ -0,0 +1,15 @@
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue