Skip to content

Latest commit

 

History

History
91 lines (65 loc) · 2.83 KB

ns-appmgmt-installdata.md

File metadata and controls

91 lines (65 loc) · 2.83 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:appmgmt._INSTALLDATA
INSTALLDATA (appmgmt.h)
The INSTALLDATA structure specifies a group-policy application to be installed by InstallApplication.
*PINSTALLDATA
INSTALLDATA
INSTALLDATA structure [Group Policy]
PINSTALLDATA
PINSTALLDATA structure pointer [Group Policy]
appmgmt/INSTALLDATA
appmgmt/PINSTALLDATA
policy.installdata_str
policy\installdata_str.htm
Policy
0c0570c6-f8f5-41e1-a1d2-d4e8c450f73c
12/05/2018
*PINSTALLDATA, INSTALLDATA, INSTALLDATA structure [Group Policy], PINSTALLDATA, PINSTALLDATA structure pointer [Group Policy], appmgmt/INSTALLDATA, appmgmt/PINSTALLDATA, policy.installdata_str
appmgmt.h
Windows
Windows Vista
Windows Server 2008
Windows
INSTALLDATA, *PINSTALLDATA
19H1
_INSTALLDATA
appmgmt/_INSTALLDATA
PINSTALLDATA
appmgmt/PINSTALLDATA
INSTALLDATA
appmgmt/INSTALLDATA
c++
APIRef
kbSyntax
HeaderDef
Appmgmt.h
INSTALLDATA

INSTALLDATA structure

-description

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

-struct-fields

-field 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.

-field Spec

An INSTALLSPEC structure that specifies the application.

-see-also

Group Policy Overview

Group Policy Structures

INSTALLSPEC

INSTALLSPECTYPE

InstallApplication

UninstallApplication