include: Add CONFIGFLAG_* definitions.
This commit is contained in:
parent
027bd21b0c
commit
760788557c
1 changed files with 20 additions and 0 deletions
|
@ -30,5 +30,25 @@
|
|||
/* UninstallString <= 63 chars in Windows (otherwise problems) */
|
||||
#define REGSTR_VAL_UNINSTALLER_COMMANDLINE TEXT("UninstallString")
|
||||
|
||||
#define CONFIGFLAG_DISABLED 0x00000001
|
||||
#define CONFIGFLAG_REMOVED 0x00000002
|
||||
#define CONFIGFLAG_MANUAL_INSTALL 0x00000004
|
||||
#define CONFIGFLAG_IGNORE_BOOT_LC 0x00000008
|
||||
#define CONFIGFLAG_NET_BOOT 0x00000010
|
||||
#define CONFIGFLAG_REINSTALL 0x00000020
|
||||
#define CONFIGFLAG_FAILEDINSTALL 0x00000040
|
||||
#define CONFIGFLAG_CANTSTOPACHILD 0x00000080
|
||||
#define CONFIGFLAG_OKREMOVEROM 0x00000100
|
||||
#define CONFIGFLAG_NOREMOVEEXIT 0x00000200
|
||||
#define CONFIGFLAG_FINISH_INSTALL 0x00000400
|
||||
#define CONFIGFLAG_NEEDS_FORCED_CONFIG 0x00000800
|
||||
#define CONFIGFLAG_NETBOOT_CARD 0x00001000
|
||||
#define CONFIGFLAG_PARTIAL_LOG_CONF 0x00002000
|
||||
#define CONFIGFLAG_SUPPRESS_SURPRISE 0x00004000
|
||||
#define CONFIGFLAG_VERIFY_HARDWARE 0x00008000
|
||||
#define CONFIGFLAG_FINISHINSTALL_UI 0x00010000
|
||||
#define CONFIGFLAG_FINISHINSTALL_ACTION 0x00020000
|
||||
#define CONFIGFLAG_BOOT_DEVICE 0x00040000
|
||||
#define CONFIGFLAG_NEEDS_CLASS_CONFIG 0x00080000
|
||||
|
||||
#endif /* _INC_REGSTR_H */
|
||||
|
|
Loading…
Add table
Reference in a new issue