Alexandre Julliard : tools: Register the MSI service from wine.inf.

Alexandre Julliard julliard at winehq.org
Wed Aug 3 12:48:08 CDT 2011


Module: wine
Branch: master
Commit: 27d88987c2932fe44d006b6fc6b44d6c0cd822e0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=27d88987c2932fe44d006b6fc6b44d6c0cd822e0

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Aug  2 23:24:46 2011 +0200

tools: Register the MSI service from wine.inf.

---

 tools/wine.inf.in |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/tools/wine.inf.in b/tools/wine.inf.in
index f3a569a..77c9d4d 100644
--- a/tools/wine.inf.in
+++ b/tools/wine.inf.in
@@ -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"




More information about the wine-cvs mailing list