INSTALLDATA structure (appmgmt.h)

The INSTALLDATA structure specifies a group-policy application to be installed by InstallApplication.

Syntax

typedef struct _INSTALLDATA {
  INSTALLSPECTYPE Type;
  INSTALLSPEC     Spec;
} INSTALLDATA, *PINSTALLDATA;

Members

Type

Defines how Spec specifies the application to InstallApplication. Type can be one of the INSTALLSPECTYPE enumeration values. Set Type to APPNAME to install an application specified by its user-friendly name and GPO GUID. Set Type to FILEEXT to install an application specified by its file name extension.

Spec

An INSTALLSPEC structure that specifies the application.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Header appmgmt.h

See also

Group Policy Overview

Group Policy Structures

INSTALLSPEC

INSTALLSPECTYPE

InstallApplication

UninstallApplication