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
41ca1f71
Commit
41ca1f71
authored
Jun 04, 2007
by
Misha Koshelev
Committed by
Alexandre Julliard
Jun 05, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: automation: Add MsiOpenDatabaseMode enum.
parent
3fd518a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
msiserver.idl
dlls/msi/msiserver.idl
+9
-0
No files found.
dlls/msi/msiserver.idl
View file @
41ca1f71
...
...
@@ -55,6 +55,15 @@ library WindowsInstaller
msiInstallStateDefault
=
5
}
MsiInstallState
;
typedef
enum
{
msiOpenDatabaseModeReadOnly
=
0
,
msiOpenDatabaseModeTransact
=
1
,
msiOpenDatabaseModeDirect
=
2
,
msiOpenDatabaseModeCreate
=
3
,
msiOpenDatabaseModeCreateDirect
=
4
,
msiOpenDatabaseModePatchFile
=
32
}
MsiOpenDatabaseMode
;
[
uuid
(
000
C1090
-
0000
-
0000
-
C000
-
000000000046
)
]
dispinterface
Installer
{
...
...
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