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
a477def6
Commit
a477def6
authored
Feb 08, 2005
by
Mike McCormack
Committed by
Alexandre Julliard
Feb 08, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add the msidbCustomAction and msidbFeatureAttributes enumerations.
parent
e7488b8f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
0 deletions
+43
-0
msidefs.h
include/msidefs.h
+43
-0
No files found.
include/msidefs.h
View file @
a477def6
...
...
@@ -46,6 +46,49 @@ enum msidbTextStyleStyleBits
msidbTextStyleStyleBitsStrike
=
0x00000008
,
};
enum
msidbCustomActionType
{
msidbCustomActionTypeDll
=
0x00000001
,
msidbCustomActionTypeExe
=
0x00000002
,
msidbCustomActionTypeTextData
=
0x00000003
,
msidbCustomActionTypeJScript
=
0x00000005
,
msidbCustomActionTypeVBScript
=
0x00000006
,
msidbCustomActionTypeInstall
=
0x00000007
,
msidbCustomActionTypeBinaryData
=
0x00000000
,
msidbCustomActionTypeSourceFile
=
0x00000010
,
msidbCustomActionTypeDirectory
=
0x00000020
,
msidbCustomActionTypeProperty
=
0x00000030
,
msidbCustomActionTypeContinue
=
0x00000040
,
msidbCustomActionTypeAsync
=
0x00000080
,
msidbCustomActionTypeFirstSequence
=
0x00000100
,
msidbCustomActionTypeOncePerProcess
=
0x00000200
,
msidbCustomActionTypeClientRepeat
=
0x00000300
,
msidbCustomActionTypeInScript
=
0x00000400
,
msidbCustomActionTypeRollback
=
0x00000100
,
msidbCustomActionTypeCommit
=
0x00000200
,
msidbCustomActionTypeNoImpersonate
=
0x00000800
,
msidbCustomActionTypeTSAware
=
0x00004000
,
msidbCustomActionType64BitScript
=
0x00001000
,
msidbCustomActionTypeHideTarget
=
0x00002000
};
enum
msidbFeatureAttributes
{
msidbFeatureAttributesFavorLocal
=
0x00000000
,
msidbFeatureAttributesFavorSource
=
0x00000001
,
msidbFeatureAttributesFollowParent
=
0x00000002
,
msidbFeatureAttributesFavorAdvertise
=
0x00000004
,
msidbFeatureAttributesDisallowAdvertise
=
0x00000008
,
msidbFeatureAttributesUIDisallowAbsent
=
0x00000010
,
msidbFeatureAttributesNoUnsupportedAdvertise
=
0x00000020
};
#ifdef __cplusplus
}
#endif
...
...
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