Commit 9c1cfe79 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Add the INSTALLMODE enumeration.

parent 0867e48d
......@@ -136,6 +136,15 @@ typedef enum tagINSTALLLOGATTRIBUTES
INSTALLLOGATTRIBUTES_FLUSHEACHLINE = 0x00000002
} INSTALLLOGATTRIBUTES;
typedef enum tagINSTALLMODE
{
INSTALLMODE_NODETECTION_ANY = -4,
INSTALLMODE_NOSOURCERESOLUTION = -3,
INSTALLMODE_NODETECTION = -2,
INSTALLMODE_EXISTING = -1,
INSTALLMODE_DEFAULT = 0
} INSTALLMODE;
typedef enum tagADVERTISEFLAGS
{
ADVERTISEFLAGS_MACHINEASSIGN = 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment