INSTALLSPECTYPE enumeration (appmgmt.h)
The INSTALLSPECTYPE enumeration values define the ways a group policy application can be specified to the InstallApplication function. The values are used in the Type member of INSTALLDATA.
Syntax
typedef enum _INSTALLSPECTYPE {
APPNAME,
FILEEXT,
PROGID,
COMCLASS
} INSTALLSPECTYPE;
Constants
APPNAME This constant equals 1. The application is specified by its display name and group policy GUID. |
FILEEXT The application is specified by its file name extension, for example, .jpg. |
PROGID |
COMCLASS |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Header | appmgmt.h |