APPX_PACKAGE_EDITOR_UPDATE_PACKAGE_OPTION enumeration (appxpackaging.h)

Options to use when updating an app package.

Syntax

typedef enum APPX_PACKAGE_EDITOR_UPDATE_PACKAGE_OPTION {
  APPX_PACKAGE_EDITOR_UPDATE_PACKAGE_OPTION_APPEND_DELTA
} ;

Constants

 
APPX_PACKAGE_EDITOR_UPDATE_PACKAGE_OPTION_APPEND_DELTA
Appends the delta (difference) of the baseline package and the updated package.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Header appxpackaging.h

See also

UpdatePackage