mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[MSI/BOOTDATA]
* Improve and correct registering the CLISDs for MSI (they match Wine and Windows now). This reverts r55052. svn path=/trunk/; revision=55131
This commit is contained in:
parent
2d3c112a48
commit
fbabfef54d
3 changed files with 11 additions and 4 deletions
|
@ -281,10 +281,6 @@ HKCR,"AVIFile\shell\open\command","",0x00020000,"%SystemRoot%\system32\mplay32.e
|
|||
|
||||
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"
|
||||
HKCR,"CLSID\{1F4DE370-D627-11D1-BA4F-00A0C91EEDBA}","LocalizedString",0x00020000,"@%SystemRoot%\system32\shell32.dll,-30521"
|
||||
|
|
|
@ -66,6 +66,9 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
/* @makedep: msiserver.tlb */
|
||||
1 TYPELIB msiserver.tlb
|
||||
|
||||
/* @makedep: msiserver.rgs */
|
||||
2 WINE_REGISTRY msiserver.rgs
|
||||
|
||||
/* @makedep: instadvert.bmp */
|
||||
0x1001 BITMAP instadvert.bmp
|
||||
|
||||
|
|
8
reactos/dll/win32/msi/msiserver.rgs
Normal file
8
reactos/dll/win32/msi/msiserver.rgs
Normal file
|
@ -0,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' }
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue