Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
c75201f4
Commit
c75201f4
authored
Jun 29, 2004
by
Aric Stewart
Committed by
Alexandre Julliard
Jun 29, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Handle custom actions type 1 and 2.
parent
6fb0cee5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
275 additions
and
23 deletions
+275
-23
action.c
dlls/msi/action.c
+266
-22
msi.c
dlls/msi/msi.c
+8
-0
msi.spec
dlls/msi/msi.spec
+1
-1
No files found.
dlls/msi/action.c
View file @
c75201f4
This diff is collapsed.
Click to expand it.
dlls/msi/msi.c
View file @
c75201f4
...
...
@@ -1343,3 +1343,11 @@ MSIHANDLE WINAPI MsiGetActiveDatabase(MSIHANDLE hInstall)
msihandle_addref
(
hInstall
);
return
hInstall
;
}
UINT
WINAPI
MsiEnumRelatedProductsA
(
LPCSTR
lpUpgradeCode
,
DWORD
dwReserved
,
DWORD
iProductIndex
,
LPSTR
lpProductBuf
)
{
FIXME
(
"STUB: (%s, %li %li %s)
\n
"
,
lpUpgradeCode
,
dwReserved
,
iProductIndex
,
lpProductBuf
);
return
ERROR_CALL_NOT_IMPLEMENTED
;
}
dlls/msi/msi.spec
View file @
c75201f4
...
...
@@ -201,7 +201,7 @@
201 stub MsiDecomposeDescriptorW
202 stub MsiProvideQualifiedComponentExA
203 stub MsiProvideQualifiedComponentExW
204 st
ub MsiEnumRelatedProductsA
204 st
dcall MsiEnumRelatedProductsA(str long long str)
205 stub MsiEnumRelatedProductsW
206 stub MsiSetFeatureAttributesA
207 stub MsiSetFeatureAttributesW
...
...
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