Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of footprint file in a package.
Syntax
typedef enum APPX_FOOTPRINT_FILE_TYPE {
APPX_FOOTPRINT_FILE_TYPE_MANIFEST,
APPX_FOOTPRINT_FILE_TYPE_BLOCKMAP,
APPX_FOOTPRINT_FILE_TYPE_SIGNATURE,
APPX_FOOTPRINT_FILE_TYPE_CODEINTEGRITY,
APPX_FOOTPRINT_FILE_TYPE_CONTENTGROUPMAP
} ;
Constants
APPX_FOOTPRINT_FILE_TYPE_MANIFESTThe package manifest. |
APPX_FOOTPRINT_FILE_TYPE_BLOCKMAPThe package block map. |
APPX_FOOTPRINT_FILE_TYPE_SIGNATUREThe package signature. |
APPX_FOOTPRINT_FILE_TYPE_CODEINTEGRITYThe code signing catalog file used for code integrity checks. |
APPX_FOOTPRINT_FILE_TYPE_CONTENTGROUPMAPThe content group map used for streaming install. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Header | appxpackaging.h |