mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[PSDK] Add missing msidbServiceInstallErrorControl enum.
svn path=/trunk/; revision=71666
This commit is contained in:
@@ -200,6 +200,11 @@ enum msidbServiceControlEvent
|
||||
msidbServiceControlEventUninstallDelete = 0x00000080,
|
||||
};
|
||||
|
||||
enum msidbServiceInstallErrorControl
|
||||
{
|
||||
msidbServiceInstallErrorControlVital = 0x00008000
|
||||
};
|
||||
|
||||
enum msidbMoveFileOptions
|
||||
{
|
||||
msidbMoveFileOptionsMove = 0x00000001,
|
||||
|
||||
Reference in New Issue
Block a user