mirror of
https://github.com/reactos/wine.git
synced 2025-03-03 18:28:58 +00:00
msi: MsiInstaller coclass is not included in a typelib.
This commit is contained in:
parent
e445303ab4
commit
117ae25764
@ -152,6 +152,14 @@ coclass MsiServerMessage { interface IMsiMessage; }
|
||||
]
|
||||
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)
|
||||
]
|
||||
@ -184,7 +192,6 @@ coclass WineMsiRemoteCustomAction { interface WineMsiRemoteCustomAction; }
|
||||
]
|
||||
coclass WineMsiRemotePackage { interface WineMsiRemotePackage; }
|
||||
|
||||
|
||||
[ uuid(000C1092-0000-0000-C000-000000000046), version(1.0) ]
|
||||
library WindowsInstaller
|
||||
{
|
||||
@ -551,12 +558,4 @@ library WindowsInstaller
|
||||
properties:
|
||||
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
|
||||
NoRemove CLSID
|
||||
{
|
||||
'{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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user