Author: akhaldi
Date: Mon Jan 23 21:40:37 2012
New Revision: 55132
URL:
http://svn.reactos.org/svn/reactos?rev=55132&view=rev
Log:
[MSI]
* Add some registration that was missing from the sync.
Added:
trunk/reactos/dll/win32/msi/msi.rgs (with props)
Modified:
trunk/reactos/dll/win32/msi/msi.rc
Modified: trunk/reactos/dll/win32/msi/msi.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msi/msi.rc?rev=5…
==============================================================================
--- trunk/reactos/dll/win32/msi/msi.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msi/msi.rc [iso-8859-1] Mon Jan 23 21:40:37 2012
@@ -69,6 +69,8 @@
/* @makedep: msiserver.rgs */
2 WINE_REGISTRY msiserver.rgs
+3 WINE_REGISTRY msi.rgs
+
/* @makedep: instadvert.bmp */
0x1001 BITMAP instadvert.bmp
Added: trunk/reactos/dll/win32/msi/msi.rgs
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msi/msi.rgs?rev=…
==============================================================================
--- trunk/reactos/dll/win32/msi/msi.rgs (added)
+++ trunk/reactos/dll/win32/msi/msi.rgs [iso-8859-1] Mon Jan 23 21:40:37 2012
@@ -1,0 +1,83 @@
+HKCR
+{
+ NoRemove Interface
+ {
+ '{7BDE2046-D03B-4FFC-B84C-A098F38CFF0B}' = s
'IWineMsiRemoteDatabase'
+ {
+ NumMethods = s 8
+ ProxyStubClsid32 = s '{000C103E-0000-0000-C000-000000000046}'
+ }
+ '{902B3592-9D08-4DFD-A593-D07C52546421}' = s
'IWineMsiRemotePackage'
+ {
+ NumMethods = s 25
+ ProxyStubClsid32 = s '{000C103E-0000-0000-C000-000000000046}'
+ }
+ '{56D58B64-8780-4C22-A8BC-8B0B29E4A9F8}' = s
'IWineMsiRemoteCustomAction'
+ {
+ NumMethods = s 4
+ ProxyStubClsid32 = s '{000C103E-0000-0000-C000-000000000046}'
+ }
+ '{000C101C-0000-0000-C000-000000000046}' = s 'IMsiServer'
+ {
+ NumMethods = s 3
+ ProxyStubClsid32 = s '{000C103E-0000-0000-C000-000000000046}'
+ }
+ '{000C101D-0000-0000-C000-000000000046}' = s 'IMsiMessage'
+ {
+ NumMethods = s 3
+ ProxyStubClsid32 = s '{000C103E-0000-0000-C000-000000000046}'
+ }
+ '{000C1025-0000-0000-C000-000000000046}' = s 'IMsiCustomAction'
+ {
+ NumMethods = s 3
+ ProxyStubClsid32 = s '{000C103E-0000-0000-C000-000000000046}'
+ }
+ '{000C1033-0000-0000-C000-000000000046}' = s 'IMsiRemoteAPI'
+ {
+ NumMethods = s 3
+ ProxyStubClsid32 = s '{000C103E-0000-0000-C000-000000000046}'
+ }
+ }
+ NoRemove CLSID
+ {
+ '{000C101C-0000-0000-C000-000000000046}' = s 'Msi install
server'
+ {
+ ProgId = s 'IMsiServer'
+ }
+ '{000C101D-0000-0000-C000-000000000046}' = s 'Microsoft Windows
Installer Message RPC'
+ {
+ ProgId = s 'WindowsInstaller.Message'
+ }
+ '{000C103E-0000-0000-C000-000000000046}' = s 'PSFactoryBuffer'
+ {
+ InprocServer32 = s '%MODULE%' { val ThreadingModel = s 'Both'
}
+ }
+ '{000C1082-0000-0000-C000-000000000046}' = s 'MsiTransform'
+ {
+ }
+ '{000C1084-0000-0000-C000-000000000046}' = s 'MsiDatabase'
+ {
+ }
+ '{000C1086-0000-0000-C000-000000000046}' = s 'MsiPatch'
+ {
+ }
+ '{000C1094-0000-0000-C000-000000000046}' = s 'MsiServerX3'
+ {
+ InprocServer32 = s '%MODULE%' { val ThreadingModel = s
'Apartment' }
+ }
+ '{BA26E6FA-4F27-4F56-953A-3F90272018AA}' = s
'WineMsiRemoteCustomAction'
+ {
+ }
+ '{902B3592-9D08-4DFD-A593-D07C52546421}' = s
'WineMsiRemotePackage'
+ {
+ }
+ }
+ 'IMsiServer' = s 'Msi install server'
+ {
+ CLSID = s '{000C101C-0000-0000-C000-000000000046}'
+ }
+ 'WindowsInstaller.Message' = s 'Microsoft Windows Installer Message
RPC'
+ {
+ CLSID = s '{000C101D-0000-0000-C000-000000000046}'
+ }
+}
Propchange: trunk/reactos/dll/win32/msi/msi.rgs
------------------------------------------------------------------------------
svn:eol-style = native