Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
117ae257
Commit
117ae257
authored
Mar 20, 2014
by
Nikolay Sivov
Committed by
Alexandre Julliard
Mar 20, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: MsiInstaller coclass is not included in a typelib.
parent
e445303a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
10 deletions
+14
-10
msiserver.idl
dlls/msi/msiserver.idl
+8
-9
msiserver.rgs
dlls/msi/msiserver.rgs
+6
-1
No files found.
dlls/msi/msiserver.idl
View file @
117ae257
...
...
@@ -153,6 +153,14 @@ coclass MsiServerMessage { interface IMsiMessage; }
coclass
PSFactoryBuffer
{
interface
IPSFactoryBuffer
; }
[
helpstring
(
"Microsoft Windows Installer"
),
threading
(
apartment
),
progid
(
"WindowsInstaller.Installer"
),
uuid
(
000
c1090
-
0000
-
0000
-
c000
-
000000000046
)
]
coclass
MsiInstaller
{
interface
Installer
; }
[
uuid
(
000
c1082
-
0000
-
0000
-
c000
-
000000000046
)
]
coclass
MsiTransform
{
}
...
...
@@ -184,7 +192,6 @@ coclass WineMsiRemoteCustomAction { interface WineMsiRemoteCustomAction; }
]
coclass
WineMsiRemotePackage
{
interface
WineMsiRemotePackage
; }
[
uuid
(
000
C1092
-
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
(
000
c1090
-
0000
-
0000
-
c000
-
000000000046
)
]
coclass
MsiInstaller
{
interface
Installer
; }
}
dlls/msi/msiserver.rgs
View file @
117ae257
...
...
@@ -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'
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment