[ros-diffs] [akhaldi] 55131: [MSI/BOOTDATA] * Improve and correct registering the CLISDs for MSI (they match Wine and Windows now). This reverts r55052.

akhaldi at svn.reactos.org akhaldi at svn.reactos.org
Mon Jan 23 20:59:35 UTC 2012


Author: akhaldi
Date: Mon Jan 23 20:59:35 2012
New Revision: 55131

URL: http://svn.reactos.org/svn/reactos?rev=55131&view=rev
Log:
[MSI/BOOTDATA]
* Improve and correct registering the CLISDs for MSI (they match Wine and Windows now). This reverts r55052.

Added:
    trunk/reactos/dll/win32/msi/msiserver.rgs   (with props)
Modified:
    trunk/reactos/boot/bootdata/hivecls_i386.inf
    trunk/reactos/dll/win32/msi/msi.rc

Modified: trunk/reactos/boot/bootdata/hivecls_i386.inf
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hivecls_i386.inf?rev=55131&r1=55130&r2=55131&view=diff
==============================================================================
--- trunk/reactos/boot/bootdata/hivecls_i386.inf [iso-8859-1] (original)
+++ trunk/reactos/boot/bootdata/hivecls_i386.inf [iso-8859-1] Mon Jan 23 20:59:35 2012
@@ -280,10 +280,6 @@
 HKCR,"AVIFile\shell\open\command","",0x00020000,"%SystemRoot%\system32\mplay32.exe %1"
 
 HKCR,"CLSID",,0x00000012
-
-; For msi.dll
-HKCR, "CLSID\{000C101D-0000-0000-C000-000000000046}", "DllVersion", "3.1.4000"
-HKCR, "CLSID\{000C1090-0000-0000-C000-000000000046}", "InProcHandler32", "ole32.dll"
 
 ; For Shell32.dll
 HKCR,"CLSID\{1F4DE370-D627-11D1-BA4F-00A0C91EEDBA}","",0x00000000,"Computer Search Results Folder"

Modified: trunk/reactos/dll/win32/msi/msi.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msi/msi.rc?rev=55131&r1=55130&r2=55131&view=diff
==============================================================================
--- trunk/reactos/dll/win32/msi/msi.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msi/msi.rc [iso-8859-1] Mon Jan 23 20:59:35 2012
@@ -66,6 +66,9 @@
 /* @makedep: msiserver.tlb */
 1 TYPELIB msiserver.tlb
 
+/* @makedep: msiserver.rgs */
+2 WINE_REGISTRY msiserver.rgs
+
 /* @makedep: instadvert.bmp */
 0x1001 BITMAP instadvert.bmp
 

Added: trunk/reactos/dll/win32/msi/msiserver.rgs
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msi/msiserver.rgs?rev=55131&view=auto
==============================================================================
--- trunk/reactos/dll/win32/msi/msiserver.rgs (added)
+++ trunk/reactos/dll/win32/msi/msiserver.rgs [iso-8859-1] Mon Jan 23 20:59:35 2012
@@ -1,0 +1,8 @@
+HKCR
+{
+    NoRemove CLSID
+    {
+        '{000C101D-0000-0000-C000-000000000046}' { DllVersion = s '3.1.4000' }
+        '{000C1090-0000-0000-C000-000000000046}' { InProcHandler32 = s 'ole32.dll' }
+    }
+}

Propchange: trunk/reactos/dll/win32/msi/msiserver.rgs
------------------------------------------------------------------------------
    svn:eol-style = native




More information about the Ros-diffs mailing list