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 degree of compression used to store the file in the package.
Syntax
typedef enum APPX_COMPRESSION_OPTION {
APPX_COMPRESSION_OPTION_NONE,
APPX_COMPRESSION_OPTION_NORMAL,
APPX_COMPRESSION_OPTION_MAXIMUM,
APPX_COMPRESSION_OPTION_FAST,
APPX_COMPRESSION_OPTION_SUPERFAST
} ;
Constants
APPX_COMPRESSION_OPTION_NONENo compression. |
APPX_COMPRESSION_OPTION_NORMALNormal compression. |
APPX_COMPRESSION_OPTION_MAXIMUMMaximum compression. |
APPX_COMPRESSION_OPTION_FASTFast compression. |
APPX_COMPRESSION_OPTION_SUPERFASTSuper-fast compression. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Header | appxpackaging.h |