PackageFormatVersionUpdate Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class PackageFormatVersionUpdate
public enum PackageFormatVersionUpdate
type PackageFormatVersionUpdate =
Public Enum PackageFormatVersionUpdate
- Inheritance
-
PackageFormatVersionUpdate
Fields
Name | Value | Description |
---|---|---|
None | 0 | This flag means the ManagedHelper is not created for package format updating |
Fmt7ToFmt8 | 1 | This is the flag for package format updating from 7 to 8 |
Fmt8ToFmt8 | 2 | This is the flag for package format updating from 8 to 8 (for tiny update such as 120 to 130) |