[PSDK] Add missing msidbServiceInstallErrorControl enum.

svn path=/trunk/; revision=71666
This commit is contained in:
Amine Khaldi 2016-06-25 11:26:38 +00:00
parent a95c7e6be8
commit c0e08dd9be

View file

@ -200,6 +200,11 @@ enum msidbServiceControlEvent
msidbServiceControlEventUninstallDelete = 0x00000080,
};
enum msidbServiceInstallErrorControl
{
msidbServiceInstallErrorControlVital = 0x00008000
};
enum msidbMoveFileOptions
{
msidbMoveFileOptionsMove = 0x00000001,