Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
c90a79a7
Commit
c90a79a7
authored
Aug 02, 2011
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qmgr: Convert the remaining registrations to IRegistrar format.
parent
c1fce745
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
19 deletions
+17
-19
qmgr.inf
dlls/qmgr/qmgr.inf
+0
-16
qmgr.rgs
dlls/qmgr/qmgr.rgs
+15
-0
rsrc.rc
dlls/qmgr/rsrc.rc
+2
-2
wine.inf.in
tools/wine.inf.in
+0
-1
No files found.
dlls/qmgr/qmgr.inf
deleted
100644 → 0
View file @
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"
dlls/qmgr/qmgr.rgs
0 → 100644
View file @
c90a79a7
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}'
}
}
}
dlls/qmgr/rsrc.rc
View file @
c90a79a7
...
...
@@ -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
tools/wine.inf.in
View file @
c90a79a7
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment