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_MANIFEST The package manifest. |
APPX_FOOTPRINT_FILE_TYPE_BLOCKMAP The package block map. |
APPX_FOOTPRINT_FILE_TYPE_SIGNATURE The package signature. |
APPX_FOOTPRINT_FILE_TYPE_CODEINTEGRITY The code signing catalog file used for code integrity checks. |
APPX_FOOTPRINT_FILE_TYPE_CONTENTGROUPMAP The 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 |