Add INSTALLSTATE_NOTUSED to the INSTALLSTATE enumeration.

diff --git a/include/msi.h b/include/msi.h
index e889ace..862bd04 100644
--- a/include/msi.h
+++ b/include/msi.h
@@ -31,6 +31,7 @@
 
 typedef enum tagINSTALLSTATE
 {
+    INSTALLSTATE_NOTUSED = -7,
     INSTALLSTATE_BADCONFIG = -6,
     INSTALLSTATE_INCOMPLETE = -5,
     INSTALLSTATE_SOURCEABSENT = -4,