Add INSTALLSTATE_NOTUSED to the INSTALLSTATE enumeration.
This commit is contained in:
parent
0a49c1752e
commit
ee5f97c04a
|
@ -31,6 +31,7 @@ typedef unsigned long MSIHANDLE;
|
|||
|
||||
typedef enum tagINSTALLSTATE
|
||||
{
|
||||
INSTALLSTATE_NOTUSED = -7,
|
||||
INSTALLSTATE_BADCONFIG = -6,
|
||||
INSTALLSTATE_INCOMPLETE = -5,
|
||||
INSTALLSTATE_SOURCEABSENT = -4,
|
||||
|
|
Loading…
Reference in New Issue