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
27d88987
Commit
27d88987
authored
Aug 02, 2011
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tools: Register the MSI service from wine.inf.
parent
dc1dad6a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
wine.inf.in
tools/wine.inf.in
+11
-1
No files found.
tools/wine.inf.in
View file @
27d88987
...
...
@@ -125,6 +125,7 @@ AddReg=\
[DefaultInstall.Services]
AddService=BITS,0,BITSService
AddService=MSIServer,0,MSIService
AddService=MountMgr,0x800,MountMgrService
AddService=Spooler,0,SpoolerService
AddService=StiSvc,0,StiService
...
...
@@ -133,6 +134,7 @@ AddService=PlugPlay,0,PlugPlayService
[DefaultInstall.NT.Services]
AddService=BITS,0,BITSService
AddService=MSIServer,0,MSIService
AddService=MountMgr,0x800,MountMgrService
AddService=Spooler,0,SpoolerService
AddService=StiSvc,0,StiService
...
...
@@ -141,6 +143,7 @@ AddService=PlugPlay,0,PlugPlayService
[DefaultInstall.ntamd64.Services]
AddService=BITS,0,BITSService
AddService=MSIServer,0,MSIService
AddService=MountMgr,0x800,MountMgrService
AddService=Spooler,0,SpoolerService
AddService=StiSvc,0,StiService
...
...
@@ -2500,7 +2503,6 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,cryptnet.dll,1
11,,devenum.dll,1
11,,mshtml.dll,1
11,,msiexec.exe,1
11,,msisip.dll,1
11,,qcap.dll,1
11,,urlmon.dll,1
...
...
@@ -2968,6 +2970,14 @@ ServiceType=16
StartType=3
ErrorControl=1
[MSIService]
Description="MSI Installer Server"
DisplayName="MSIServer"
ServiceBinary="%11%\msiexec.exe /V"
ServiceType=32
StartType=3
ErrorControl=1
[MountMgrService]
Description="Device mounting service"
DisplayName="Mount Manager"
...
...
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