Commit 117ae257 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

msi: MsiInstaller coclass is not included in a typelib.

parent e445303a
...@@ -153,6 +153,14 @@ coclass MsiServerMessage { interface IMsiMessage; } ...@@ -153,6 +153,14 @@ coclass MsiServerMessage { interface IMsiMessage; }
coclass PSFactoryBuffer { interface IPSFactoryBuffer; } coclass PSFactoryBuffer { interface IPSFactoryBuffer; }
[ [
helpstring("Microsoft Windows Installer"),
threading(apartment),
progid("WindowsInstaller.Installer"),
uuid(000c1090-0000-0000-c000-000000000046)
]
coclass MsiInstaller { interface Installer; }
[
uuid(000c1082-0000-0000-c000-000000000046) uuid(000c1082-0000-0000-c000-000000000046)
] ]
coclass MsiTransform { } coclass MsiTransform { }
...@@ -184,7 +192,6 @@ coclass WineMsiRemoteCustomAction { interface WineMsiRemoteCustomAction; } ...@@ -184,7 +192,6 @@ coclass WineMsiRemoteCustomAction { interface WineMsiRemoteCustomAction; }
] ]
coclass WineMsiRemotePackage { interface WineMsiRemotePackage; } coclass WineMsiRemotePackage { interface WineMsiRemotePackage; }
[ uuid(000C1092-0000-0000-C000-000000000046), version(1.0) ] [ uuid(000C1092-0000-0000-C000-000000000046), version(1.0) ]
library WindowsInstaller library WindowsInstaller
{ {
...@@ -551,12 +558,4 @@ library WindowsInstaller ...@@ -551,12 +558,4 @@ library WindowsInstaller
properties: properties:
methods: methods:
} }
[
helpstring("Microsoft Windows Installer"),
threading(apartment),
progid("WindowsInstaller.Installer"),
uuid(000c1090-0000-0000-c000-000000000046)
]
coclass MsiInstaller { interface Installer; }
} }
...@@ -3,6 +3,11 @@ HKCR ...@@ -3,6 +3,11 @@ HKCR
NoRemove CLSID NoRemove CLSID
{ {
'{000C101D-0000-0000-C000-000000000046}' { DllVersion = s '3.1.4000' } '{000C101D-0000-0000-C000-000000000046}' { DllVersion = s '3.1.4000' }
'{000C1090-0000-0000-C000-000000000046}' { InProcHandler32 = s 'ole32.dll' } '{000C1090-0000-0000-C000-000000000046}'
{
TypeLib = s '{000C1092-0000-0000-C000-000000000046}'
Version = s '1.0'
InProcHandler32 = s 'ole32.dll'
}
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment