Return Values for UiCreatePatchPackage
UiCreatePatchPackageEx (PATCHWIZ.DLL) may return the following values. The return value is ERROR_SUCCESS plus the values in this table.
Error Code | Description | Value | Decimal |
---|---|---|---|
ERROR_PCW_BASE | Base return value (0xC00E5101) | (0xC00E5101) | 3222163713 |
ERROR_PCW_PCP_DOESNT_EXIST | The patch creation properties file does not exist. | (ERROR_PCW_BASE + 0x00) | 3222163713 |
ERROR_PCW_PCP_BAD_FORMAT | The patch creation properties file format is invalid. | (ERROR_PCW_BASE + 0x01) | 3222163714 |
ERROR_PCW_CANT_CREATE_TEMP_FOLDER | Cannot create a temporary folder. | (ERROR_PCW_BASE + 0x02) | 3222163715 |
ERROR_PCW_MISSING_PATCH_PATH | The PatchOutputPath field in the Properties Table is missing. | (ERROR_PCW_BASE + 0x03) | 3222163716 |
ERROR_PCW_CANT_OVERWRITE_PATCH | Unable to overwrite a patch. | (ERROR_PCW_BASE + 0x04) | 3222163717 |
ERROR_PCW_CANT_CREATE_PATCH_FILE | Unable to create a patch file. | (ERROR_PCW_BASE + 0x05) | 3222163718 |
ERROR_PCW_MISSING_PATCH_GUID | The PatchGUID field in the Properties Table is missing. | (ERROR_PCW_BASE + 0x06) | 3222163719 |
ERROR_PCW_BAD_PATCH_GUID | The PatchGUID field in the Properties Table is invalid. | (ERROR_PCW_BASE + 0x07) | 3222163720 |
ERROR_PCW_BAD_GUIDS_TO_REPLACE | The ListOfPatchGUIDsToReplace field in the Properties Table is invalid. | (ERROR_PCW_BASE + 0x08) | 3222163721 |
ERROR_PCW_BAD_TARGET_PRODUCT_CODE_LIST | The ListOfTargetProductCodes field in the Properties Table is invalid. | (ERROR_PCW_BASE + 0x09) | 3222163722 |
ERROR_PCW_NO_UPGRADED_IMAGES_TO_PATCH | There are no images in the Upgraded field of the UpgradedImages Table to patch. | (ERROR_PCW_BASE + 0x0a) | 3222163723 |
Not used. | (ERROR_PCW_BASE + 0x0b) | 3222163724 | |
ERROR_PCW_BAD_API_PATCHING_SYMBOL_FLAGS | The ApiPatchingSymbolFlags field in the Properties Table is invalid. | (ERROR_PCW_BASE + 0x0c) | 3222163725 |
ERROR_PCW_OODS_COPYING_MSI | Out of disk space copying .msi file. | (ERROR_PCW_BASE + 0x0d) | 3222163726 |
ERROR_PCW_UPGRADED_IMAGE_NAME_TOO_LONG | The name in the Upgraded field of the UpgradedImages Table is too long. | (ERROR_PCW_BASE + 0x0e) | 3222163727 |
ERROR_PCW_BAD_UPGRADED_IMAGE_NAME | The name in the Upgraded field of the UpgradedImages Table is invalid. | (ERROR_PCW_BASE + 0x0f) | 3222163728 |
ERROR_PCW_DUP_UPGRADED_IMAGE_NAME | The names in the Upgraded field of the UpgradedImages Table are duplicated. | (ERROR_PCW_BASE + 0x10) | 3222163729 |
ERROR_PCW_UPGRADED_IMAGE_PATH_TOO_LONG | The path in the MsiPath field of the UpgradedImages Table is too long. | (ERROR_PCW_BASE + 0x11) | 3222163730 |
ERROR_PCW_UPGRADED_IMAGE_PATH_EMPTY | The path in the MsiPath field of the UpgradedImages Table is empty. | (ERROR_PCW_BASE + 0x12) | 3222163731 |
ERROR_PCW_UPGRADED_IMAGE_PATH_NOT_EXIST | The path in the MsiPath field of the UpgradedImages Table is nonexistent. | (ERROR_PCW_BASE + 0x13) | 3222163732 |
ERROR_PCW_UPGRADED_IMAGE_PATH_NOT_MSI | The path in the MsiPath field of the UpgradedImages Table is not to a .msi file. | (ERROR_PCW_BASE + 0x14) | 3222163733 |
ERROR_PCW_UPGRADED_IMAGE_COMPRESSED | A compressed upgraded image is referenced by the Upgraded field in the UpgradedImages Table. Upgraded images must be fully uncompressed. | (ERROR_PCW_BASE + 0x15) | 3222163734 |
ERROR_PCW_TARGET_IMAGE_NAME_TOO_LONG | The name in the Target field of the TargetImages Table is too long. | (ERROR_PCW_BASE + 0x16) | 3222163735 |
ERROR_PCW_BAD_TARGET_IMAGE_NAME | The name in the Target field of the TargetImages Table is invalid. | (ERROR_PCW_BASE + 0x17) | 3222163736 |
ERROR_PCW_DUP_TARGET_IMAGE_NAME | The name in the Target field of the TargetImages Table is duplicated. | (ERROR_PCW_BASE + 0x18) | 3222163737 |
ERROR_PCW_TARGET_IMAGE_PATH_TOO_LONG | The path in the MsiPath field of the TargetImages Table is too long. | (ERROR_PCW_BASE + 0x19) | 3222163738 |
ERROR_PCW_TARGET_IMAGE_PATH_EMPTY | The path in the MsiPath field of the TargetImages Table is empty. | (ERROR_PCW_BASE + 0x1a) | 3222163739 |
ERROR_PCW_TARGET_IMAGE_PATH_NOT_EXIST | The path in the MsiPath field of the TargetImages Table is nonexistent. | (ERROR_PCW_BASE + 0x1b) | 3222163740 |
ERROR_PCW_TARGET_IMAGE_PATH_NOT_MSI | The path in the MsiPath field of the TargetImages Table is not to a .msi file. | (ERROR_PCW_BASE + 0x1c) | 3222163741 |
ERROR_PCW_TARGET_IMAGE_COMPRESSED | A compressed target image is referenced by the Target field of the TargetImages Table. Target images must be fully uncompressed. | (ERROR_PCW_BASE + 0x1d) | 3222163742 |
ERROR_PCW_TARGET_BAD_PROD_VALIDATE | The value in the ProductValidateFlags field of the TargetImages Table is invalid. | (ERROR_PCW_BASE + 0x1e) | 3222163743 |
ERROR_PCW_TARGET_BAD_PROD_CODE_VAL | The product code for target referenced in the Target field of the TargetImages Table is invalid. | (ERROR_PCW_BASE + 0x1f) | 3222163744 |
ERROR_PCW_UPGRADED_MISSING_SRC_FILES | There are missing source files in the upgraded image referenced by the Upgraded field in the UpgradedImages Table. | (ERROR_PCW_BASE + 0x20) | 3222163745 |
ERROR_PCW_TARGET_MISSING_SRC_FILES | There are missing source files in the target image referenced by the Target field in the TargetImages Table. | (ERROR_PCW_BASE + 0x21) | 3222163746 |
ERROR_PCW_IMAGE_FAMILY_NAME_TOO_LONG | The name in the Family field of the ImageFamilies Table (PATCHWIZ.DLL) is too long. | (ERROR_PCW_BASE + 0x22) | 3222163747 |
ERROR_PCW_BAD_IMAGE_FAMILY_NAME | The name in the Family field of the ImageFamilies Table (PATCHWIZ.DLL) is invalid. | (ERROR_PCW_BASE + 0x23) | 3222163748 |
ERROR_PCW_DUP_IMAGE_FAMILY_NAME | The name in the Family field of the ImageFamilies Table (PATCHWIZ.DLL) is duplicated. | (ERROR_PCW_BASE + 0x24) | 3222163749 |
ERROR_PCW_BAD_IMAGE_FAMILY_SRC_PROP | The MediaSrcPropName field in the ImageFamilies Table (PATCHWIZ.DLL) is invalid. | (ERROR_PCW_BASE + 0x25) | 3222163750 |
ERROR_PCW_UFILEDATA_LONG_FILE_TABLE_KEY | The file table key in the FTK field of the UpgradedFiles_OptionalData Table is too long. | (ERROR_PCW_BASE + 0x26) | 3222163751 |
ERROR_PCW_UFILEDATA_BLANK_FILE_TABLE_KEY | The file table key in the FTK field of the UpgradedFiles_OptionalData Table is blank. | (ERROR_PCW_BASE + 0x27) | 3222163752 |
ERROR_PCW_UFILEDATA_MISSING_FILE_TABLE_KEY | The file table key in the FTK field of the UpgradedFiles_OptionalData Table is missing. | (ERROR_PCW_BASE + 0x28) | 3222163753 |
ERROR_PCW_EXTFILE_LONG_FILE_TABLE_KEY | The file table key in the FTK field of the ExternalFiles Table is too long. | (ERROR_PCW_BASE + 0x29) | 3222163754 |
ERROR_PCW_EXTFILE_BLANK_FILE_TABLE_KEY | The file table key in the FTK field of the ExternalFiles Table is blank. | (ERROR_PCW_BASE + 0x2a) | 3222163755 |
ERROR_PCW_EXTFILE_BAD_FAMILY_FIELD | The image family in the Family field of the ExternalFiles Table is invalid. | (ERROR_PCW_BASE + 0x2b) | 3222163756 |
ERROR_PCW_EXTFILE_LONG_PATH_TO_FILE | The path in the FilePath field of the ExternalFiles Table is too long. | (ERROR_PCW_BASE + 0x2c) | 3222163757 |
ERROR_PCW_EXTFILE_BLANK_PATH_TO_FILE | The path in the FilePath field of the ExternalFiles Table is blank. | (ERROR_PCW_BASE + 0x2d) | 3222163758 |
ERROR_PCW_EXTFILE_MISSING_FILE | The path in the FilePath field of the ExternalFiles Table is missing. | (ERROR_PCW_BASE + 0x2e) | 3222163759 |
ERROR_PCW_FILERANGE_LONG_FILE_TABLE_KEY | The file table key in the FTK field of the FamilyFileRanges Table is too long. | (ERROR_PCW_BASE + 0x2f) | 3222163760 |
ERROR_PCW_FILERANGE_BLANK_FILE_TABLE_KEY | The file table key in the FTK field of the FamilyFileRanges Table is blank. | (ERROR_PCW_BASE + 0x30) | 3222163761 |
ERROR_PCW_FILERANGE_MISSING_FILE_TABLE_KEY | The file table key in the FTK field of the FamilyFileRanges Table is missing. | (ERROR_PCW_BASE + 0x31) | 3222163762 |
ERROR_PCW_FILERANGE_LONG_PATH_TO_FILE | The path that is referenced by the FamilyFileRanges Table is too long. | (ERROR_PCW_BASE + 0x32) | 3222163763 |
ERROR_PCW_FILERANGE_MISSING_FILE | The file that is referenced by the FamilyFileRanges Table is missing. | (ERROR_PCW_BASE + 0x33) | 3222163764 |
ERROR_PCW_FILERANGE_INVALID_OFFSET | The range offset in the RetainOffsets field in the FamilyFileRanges Table is invalid. | (ERROR_PCW_BASE + 0x34) | 3222163765 |
ERROR_PCW_FILERANGE_INVALID_SIZE | The range length in the RetainLengths field in the FamilyFileRanges Table is invalid. | (ERROR_PCW_BASE + 0x35) | 3222163766 |
ERROR_PCW_FILERANGE_INVALID_RETAIN | The target retained in the FamilyFileRanges Table is invalid. | (ERROR_PCW_BASE + 0x36) | 3222163767 |
ERROR_PCW_BAD_MEDIA_SRC_PROP_NAME | The MediaSrcPropName field in the ImageFamilies Table (PATCHWIZ.DLL) is invalid. | (ERROR_PCW_BASE + 0x37) | 3222163768 |
ERROR_PCW_BAD_MEDIA_DISK_ID | The MediaDiskId field in the ImageFamilies Table (PATCHWIZ.DLL) is invalid. | (ERROR_PCW_BASE + 0x38) | 3222163769 |
ERROR_PCW_BAD_FILE_SEQUENCE_START | The FileSequenceStart field in the ImageFamilies Table (PATCHWIZ.DLL) is invalid. | (ERROR_PCW_BASE + 0x39) | 3222163770 |
ERROR_PCW_CANT_COPY_FILE_TO_TEMP_FOLDER | Unable to copy a file to temporary folder. | (ERROR_PCW_BASE + 0x3a) | 3222163771 |
ERROR_PCW_CANT_CREATE_ONE_PATCH_FILE | Unable to create one patch file. | (ERROR_PCW_BASE + 0x3b) | 3222163772 |
ERROR_PCW_BAD_IMAGE_FAMILY_DISKID | The MediaDiskId field in the ImageFamilies Table (PATCHWIZ.DLL) is invalid. | (ERROR_PCW_BASE + 0x3c) | 3222163773 |
ERROR_PCW_BAD_IMAGE_FAMILY_FILESEQSTART | The FileSequenceStart field in the ImageFamilies Table (PATCHWIZ.DLL) is invalid. | (ERROR_PCW_BASE + 0x3d) | 3222163774 |
ERROR_PCW_BAD_UPGRADED_IMAGE_FAMILY | The Family field in the UpgradedImages Table is invalid. | (ERROR_PCW_BASE + 0x3e) | 3222163775 |
ERROR_PCW_BAD_TARGET_IMAGE_UPGRADED | The Upgraded field in the TargetImages Table is invalid. | (ERROR_PCW_BASE + 0x3f) | 3222163776 |
ERROR_PCW_DUP_TARGET_IMAGE_PACKCODE | The target image package codes are duplicated. | (ERROR_PCW_BASE + 0x40) | 3222163777 |
ERROR_PCW_UFILEDATA_BAD_UPGRADED_FIELD | The Upgraded field in the UpgradedFiles_OptionalData Table (Patchwiz.dll) is invalid. | (ERROR_PCW_BASE + 0x41) | 3222163778 |
ERROR_PCW_MISMATCHED_PRODUCT_CODES | The product codes are mismatched. | (ERROR_PCW_BASE + 0x42) | 3222163779 |
ERROR_PCW_MISMATCHED_PRODUCT_VERSIONS | The product versions are mismatched. | (ERROR_PCW_BASE + 0x43) | 3222163780 |
ERROR_PCW_CANNOT_WRITE_DDF | Cannot write DDF. | (ERROR_PCW_BASE + 0x44) | 3222163781 |
ERROR_PCW_CANNOT_RUN_MAKECAB | Cannot make cabinet file. | (ERROR_PCW_BASE + 0x45) | 3222163782 |
ERROR_PCW_CANNOT_CREATE_STORAGE | Cannot create storage. | (ERROR_PCW_BASE + 0x46) | 3222163783 |
ERROR_PCW_CANNOT_CREATE_STREAM | Cannot create stream. | (ERROR_PCW_BASE + 0x47) | 3222163784 |
ERROR_PCW_CANNOT_WRITE_STREAM | Cannot write stream. | (ERROR_PCW_BASE + 0x48) | 3222163785 |
ERROR_PCW_CANNOT_READ_CABINET | Cannot read cabinet file. | (ERROR_PCW_BASE + 0x49) | 3222163786 |
ERROR_PCW_WRITE_SUMMARY_PROPERTIES | Error writing summary properties. | (ERROR_PCW_BASE + 0x4a) | 3222163787 |
ERROR_PCW_TFILEDATA_LONG_FILE_TABLE_KEY | The file table key in the FTK field of the TargetFiles_OptionalData Table is too long. | (ERROR_PCW_BASE + 0x4b) | 3222163788 |
ERROR_PCW_TFILEDATA_BLANK_FILE_TABLE_KEY | The file table key in the FTK field of the TargetFiles_OptionalData Table is blank. | (ERROR_PCW_BASE + 0x4c) | 3222163789 |
ERROR_PCW_TFILEDATA_MISSING_FILE_TABLE_KEY | The file table key in the FTK field of the TargetFiles_OptionalData Table is missing. | (ERROR_PCW_BASE + 0x4d) | 3222163790 |
ERROR_PCW_TFILEDATA_BAD_TARGET_FIELD | The target in the Target field of the TargetFiles_OptionalData Table is invalid. | (ERROR_PCW_BASE + 0x4e) | 3222163791 |
ERROR_PCW_UPGRADED_IMAGE_PATCH_PATH_TOO_LONG | The path in the PatchMsiPath field of the UpgradedImages Table is too long. | (ERROR_PCW_BASE + 0x4f) | 3222163792 |
ERROR_PCW_UPGRADED_IMAGE_PATCH_PATH_NOT_EXIST | The path in the PatchMsiPath field of the UpgradedImages Table is nonexistent. | (ERROR_PCW_BASE + 0x50) | 3222163793 |
ERROR_PCW_UPGRADED_IMAGE_PATCH_PATH_NOT_MSI | The path in the PatchMsiPath field of the UpgradedImages Table does not end with a .msi file. | (ERROR_PCW_BASE + 0x51) | 3222163794 |
ERROR_PCW_DUP_UPGRADED_IMAGE_PACKCODE | The upgraded image package code is duplicated. | (ERROR_PCW_BASE + 0x52) | 3222163795 |
ERROR_PCW_UFILEIGNORE_BAD_UPGRADED_FIELD | The Upgraded field in the UpgradedFilesToIgnore Table (Patchwiz.dll) is invalid. | (ERROR_PCW_BASE + 0x53) | 3222163796 |
ERROR_PCW_UFILEIGNORE_LONG_FILE_TABLE_KEY | The table key in the FTK field of the UpgradedFilesToIgnore Table (Patchwiz.dll) is too long. | (ERROR_PCW_BASE + 0x54) | 3222163797 |
ERROR_PCW_UFILEIGNORE_BLANK_FILE_TABLE_KEY | The file table key in the FTK field of the UpgradedFilesToIgnore Table (Patchwiz.dll) is blank. | (ERROR_PCW_BASE + 0x55) | 3222163798 |
ERROR_PCW_UFILEIGNORE_BAD_FILE_TABLE_KEY | The file table key in the FTK field of the UpgradedFilesToIgnore Table (Patchwiz.dll) is invalid. | (ERROR_PCW_BASE + 0x56) | 3222163799 |
ERROR_PCW_FAMILY_RANGE_NAME_TOO_LONG | The name in the Family field of the FamilyFileRanges Table (Patchwiz.dll) is too long. | (ERROR_PCW_BASE + 0x57) | 3222163800 |
ERROR_PCW_BAD_FAMILY_RANGE_NAME | The name in the Family field of the FamilyFileRanges Table (Patchwiz.dll) is invalid. | (ERROR_PCW_BASE + 0x58) | 3222163801 |
ERROR_PCW_FAMILY_RANGE_LONG_FILE_TABLE_KEY | The file table key in the FTK field of the FamilyFileRanges Table (Patchwiz.dll) is too long. | (ERROR_PCW_BASE + 0x59) | 3222163802 |
ERROR_PCW_FAMILY_RANGE_BLANK_FILE_TABLE_KEY | The file table key in the FTK field of the FamilyFileRanges Table (Patchwiz.dll) is blank. | (ERROR_PCW_BASE + 0x5a) | 3222163803 |
ERROR_PCW_FAMILY_RANGE_LONG_RETAIN_OFFSETS | The range offset in the RetainOffset field of the FamilyFileRanges Table (Patchwiz.dll) is too long. | (ERROR_PCW_BASE + 0x5b) | 3222163804 |
ERROR_PCW_FAMILY_RANGE_BLANK_RETAIN_OFFSETS | The range offset in the RetainOffset field of the FamilyFileRanges Table (Patchwiz.dll) is blank. | (ERROR_PCW_BASE + 0x5c) | 3222163805 |
ERROR_PCW_FAMILY_RANGE_BAD_RETAIN_OFFSETS | The range offset in the RetainOffset field of the FamilyFileRanges Table (Patchwiz.dll) is invalid. | (ERROR_PCW_BASE + 0x5d) | 3222163806 |
ERROR_PCW_FAMILY_RANGE_LONG_RETAIN_LENGTHS | The range length in the RetainLength field of the FamilyFileRanges Table (Patchwiz.dll) is too long. | (ERROR_PCW_BASE + 0x5e) | 3222163807 |
ERROR_PCW_FAMILY_RANGE_BLANK_RETAIN_LENGTHS | The range length in the RetainLength field of the FamilyFileRanges Table (Patchwiz.dll) is blank. | (ERROR_PCW_BASE + 0x5f) | 3222163808 |
ERROR_PCW_FAMILY_RANGE_BAD_RETAIN_LENGTHS | The range length in the RetainLength field of the FamilyFileRanges Table (Patchwiz.dll) is blank. | (ERROR_PCW_BASE + 0x60) | 3222163809 |
ERROR_PCW_FAMILY_RANGE_COUNT_MISMATCH | The counts in the RetainOffset and RetainLength fields of the FamilyFileRanges Table (Patchwiz.dll) are mismatched. | (ERROR_PCW_BASE + 0x61) | 3222163810 |
ERROR_PCW_EXTFILE_LONG_IGNORE_OFFSETS | The range offset in the IgnoreOffsets field of the ExternalFiles Table (Patchwiz.dll) is too long. | (ERROR_PCW_BASE + 0x62) | 3222163811 |
ERROR_PCW_EXTFILE_BAD_IGNORE_OFFSETS | The range offset in the IgnoreOffsets field of the ExternalFiles Table (Patchwiz.dll) is invalid. | (ERROR_PCW_BASE + 0x63) | 3222163812 |
ERROR_PCW_EXTFILE_LONG_IGNORE_LENGTHS | The range length in the IgnoreLengths field of the ExternalFiles Table (Patchwiz.dll) is too long. | (ERROR_PCW_BASE + 0x64) | 3222163813 |
ERROR_PCW_EXTFILE_BAD_IGNORE_LENGTHS | The range length in the IgnoreLengths field of the ExternalFiles Table (Patchwiz.dll) is invalid. | (ERROR_PCW_BASE + 0x65) | 3222163814 |
ERROR_PCW_EXTFILE_IGNORE_COUNT_MISMATCH | The count of range lengths in the IgnoreLengths field in the ExternalFiles Table (Patchwiz.dll) is mismatched . | (ERROR_PCW_BASE + 0x66) | 3222163815 |
ERROR_PCW_EXTFILE_LONG_RETAIN_OFFSETS | The range offset in the RetainOffsets field of the ExternalFiles Table (Patchwiz.dll) is too long. | (ERROR_PCW_BASE + 0x67) | 3222163816 |
ERROR_PCW_EXTFILE_BAD_RETAIN_OFFSETS | The range offset in the RetainOffsets field of the ExternalFiles Table (Patchwiz.dll) is invalid. | (ERROR_PCW_BASE + 0x68) | 3222163817 |
ERROR_PCW_EXTFILE_RETAIN_COUNT_MISMATCH | The count of range offsets in the RetainOffsets field in the ExternalFiles Table (Patchwiz.dll) is mismatched. | (ERROR_PCW_BASE + 0x69) | 3222163818 |
ERROR_PCW_TFILEDATA_LONG_IGNORE_OFFSETS | The range offset in the IgnoreOffset field of the TargetFiles_OptionalData Table (Patchwiz.dll) is too long. | (ERROR_PCW_BASE + 0x6a) | 3222163819 |
ERROR_PCW_TFILEDATA_BAD_IGNORE_OFFSETS | The range offset in the IgnoreOffset field of the TargetFiles_OptionalData Table (Patchwiz.dll) is invalid. | (ERROR_PCW_BASE + 0x6b) | 3222163820 |
ERROR_PCW_TFILEDATA_LONG_IGNORE_LENGTHS | The range length in the IgnoreLength field of the TargetFiles_OptionalData Table (Patchwiz.dll) is too long. | (ERROR_PCW_BASE + 0x6c) | 3222163821 |
ERROR_PCW_TFILEDATA_BAD_IGNORE_LENGTHS | The range length in the IgnoreLength field of the TargetFiles_OptionalData Table (Patchwiz.dll) is invalid. | (ERROR_PCW_BASE + 0x6d) | 3222163822 |
ERROR_PCW_TFILEDATA_IGNORE_COUNT_MISMATCH | The count in the ignored range offset or length of the TargetFiles_OptionalData Table (Patchwiz.dll) is errored. | (ERROR_PCW_BASE + 0x6e) | 3222163823 |
ERROR_PCW_TFILEDATA_LONG_RETAIN_OFFSETS | The range offset in the RetainOffsets field in TargetFiles_OptionalData Table (Patchwiz.dll) is too long. | (ERROR_PCW_BASE + 0x6f) | 3222163824 |
ERROR_PCW_TFILEDATA_BAD_RETAIN_OFFSETS | The range offset in the RetainOffsets field in the TargetFiles_OptionalData Table (Patchwiz.dll) is invalid. | (ERROR_PCW_BASE + 0x70) | 3222163825 |
ERROR_PCW_TFILEDATA_RETAIN_COUNT_MISMATCH | The count in the RetainOffsets field of the TargetFiles_OptionalData Table (Patchwiz.dll) is errored. | (ERROR_PCW_BASE + 0x71) | 3222163826 |
ERROR_PCW_CANT_GENERATE_TRANSFORM | Unable to generate transform. | (ERROR_PCW_BASE + 0x72) | 3222163827 |
ERROR_PCW_CANT_CREATE_SUMMARY_INFO | Unable to generate summary information. | (ERROR_PCW_BASE + 0x73) | 3222163828 |
ERROR_PCW_CANT_GENERATE_TRANSFORM_POUND | Unable to generate #-transform. | (ERROR_PCW_BASE + 0x74) | 3222163829 |
ERROR_PCW_CANT_CREATE_SUMMARY_INFO_POUND | Unable to create #-transform summary information. | (ERROR_PCW_BASE + 0x75) | 3222163830 |
ERROR_PCW_BAD_UPGRADED_IMAGE_PRODUCT_CODE | The ProductCode in the upgraded image is invalid. | (ERROR_PCW_BASE + 0x76) | 3222163831 |
ERROR_PCW_BAD_UPGRADED_IMAGE_PRODUCT_VERSION | The ProductVersion in the upgraded image is invalid. | (ERROR_PCW_BASE + 0x77) | 3222163832 |
ERROR_PCW_BAD_UPGRADED_IMAGE_UPGRADE_CODE | The UpgradeCode in the upgraded image is invalid. | (ERROR_PCW_BASE + 0x78) | 3222163833 |
ERROR_PCW_BAD_TARGET_IMAGE_PRODUCT_CODE | The ProductCode in the target is invalid. | (ERROR_PCW_BASE + 0x79) | 3222163834 |
ERROR_PCW_BAD_TARGET_IMAGE_PRODUCT_VERSION | The ProductVersion in the target is invalid. | (ERROR_PCW_BASE + 0x7a) | 3222163835 |
ERROR_PCW_BAD_TARGET_IMAGE_UPGRADE_CODE | The UpgradeCode in the target is invalid. | (ERROR_PCW_BASE + 0x7b) | 3222163836 |
ERROR_PCW_MATCHED_PRODUCT_VERSIONS | The product codes between the target and upgrade images changed, but the product versions remained the same. At least one of the three fields of ProductVersion must change for a major upgrade patch. | (ERROR_PCW_BASE + 0x7c) | 3222163837 |
ERROR_PCW_MATCHED_PRODUCT_VERSIONS | The product codes between the target and upgrade images changed, but the product versions remained the same. At least one of the three fields of ProductVersion must change for a major upgrade patch. | (ERROR_PCW_BASE + 0x7c) | 3222163837 |
ERROR_PCW_INVALID_PARAMETER | An invalid parameter value was specified by UiCreatePatchPackageEx. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x93) | 3222163860 |
ERROR_PCW_CREATEFILE_LOG_FAILED | UiCreatePatchPackageEx cannot create the log file. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x94) | 3222163861 |
ERROR_PCW_INVALID_LOG_LEVEL | An invalid logging level was specified by UiCreatePatchPackageEx. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x95) | 3222163862 |
ERROR_PCW_INVALID_UI_LEVEL | An invalid user interface level was specified by UiCreatePatchPackageEx. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x96) | 3222163863 |
ERROR_PCW_ERROR_WRITING_TO_LOG | UiCreatePatchPackageEx was unable to write to the log file. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x97) | 3222163864 |
ERROR_PCW_OUT_OF_MEMORY | UiCreatePatchPackageEx had insufficient memory to complete the operation. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x98) | 3222163865 |
ERROR_PCW_UNKNOWN_ERROR | UiCreatePatchPackageEx returned because of an unrecognized error. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x99) | 3222163866 |
ERROR_PCW_UNKNOWN_INFO | UiCreatePatchPackageEx returned an unrecognized informational message. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x9a) | 3222163867 |
ERROR_PCW_UNKNOWN_WARN | UiCreatePatchPackageEx returned an unrecognized warning. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x9b) | 3222163868 |
ERROR_PCW_OPEN_VIEW | UiCreatePatchPackageEx was unable to open a view. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x9c) | 3222163869 |
ERROR_PCW_EXECUTE_VIEW | UiCreatePatchPackageEx was unable to run a view. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x9d) | 3222163870 |
ERROR_PCW_VIEW_FETCH | UiCreatePatchPackageEx was unable to fetch a view. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x9e) | 3222163871 |
ERROR_PCW_FAILED_EXPAND_PATH | UiCreatePatchPackageEx was unable to resolve a path to a file. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x9f) | 3222163872 |
ERROR_PCW_INTERNAL_ERROR | UiCreatePatchPackageEx encountered an internal error. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x100) | 3222163969 |
ERROR_PCW_INVALID_PCP_PROPERTY | The patch creation properties file (.pcp file) contains an invalid property. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x101) | 3222163970 |
ERROR_PCW_INVALID_PCP_TARGETIMAGES | The TargetImages table or schema is invalid. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x102) | 3222163971 |
ERROR_PCW_LAX_VALIDATION_FLAGS | The validation specified by the ProductValidateFlags in the TargetImages table was insufficient to complete the operation. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x103) | 3222163972 |
ERROR_PCW_FAILED_CREATE_TRANSFORM | UiCreatePatchPackageEx was unable to create the patch transform. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x104) | 3222163973 |
ERROR_PCW_CANT_DELETE_TEMP_FOLDER | UiCreatePatchPackageEx was unable to remove the temporary folder. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x105) | 3222163974 |
ERROR_PCW_MISSING_DIRECTORY_TABLE | The Directory table is missing. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x106) | 3222163975 |
ERROR_PCW_INVALID_SUPERSEDENCE_VALUE | The value of the SEQUENCE_DATA_SUPERSEDENCE property in the Properties Table (Patchwiz.dll) was invalid. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x107) | 3222163976 |
ERROR_PCW_INVALID_PATCH_TYPE_SEQUENCING | The information in the MsiPatchSequence table is invalid. For information, see Sequencing Patches. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x108) | 3222163977 |
ERROR_PCW_CANT_READ_FILE | UiCreatePatchPackageEx was unable to complete the operation because a file could not be read. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x109) | 3222163978 |
ERROR_PCW_TARGET_WRONG_PRODUCT_VERSION_COMP | The AllowProductVersionMajorMismatches value in the Properties Table is invalid. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x10a) | 3222163979 |
ERROR_PCW_INVALID_PCP_UPGRADEDFILESTOIGNORE | The UpgradedFilesToIgnore (Patchwiz.dll) table or the schema is invalid. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x10b) | 3222163980 |
ERROR_PCW_INVALID_PCP_UPGRADEDIMAGES | The UpgradedImages (Patchwiz.dll) table or the schema is invalid. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x10c) | 3222163981 |
ERROR_PCW_INVALID_PCP_EXTERNALFILES | The ExternalFiles (Patchwiz.dll) table or the schema is invalid. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x10d) | 3222163982 |
ERROR_PCW_INVALID_PCP_IMAGEFAMILIES | The ImageFamilies (Patchwiz.dll) table or the schema is invalid. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x10e) | 3222163983 |
ERROR_PCW_INVALID_PCP_PATCHSEQUENCE | The PatchSequence (Patchwiz.dll) table or the schema is invalid. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x10f) | 3222163984 |
ERROR_PCW_INVALID_PCP_TARGETFILES_OPTIONALDATA | The TargetFiles_OptionalData (Patchwiz.dll) table or the schema is invalid. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x110) | 3222163985 |
ERROR_PCW_INVALID_PCP_UPGRADEDFILES_OPTIONALDATA | The UpgradedFile_OptionalData (Patchwiz.dll) table or the schema is invalid. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x111) | 3222163986 |
ERROR_PCW_MISSING_PATCHMETADATA | The PatchMetadata (Patchwiz.dll) table or the schema is invalid. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x112) | 3222163987 |
ERROR_PCW_IMAGE_PATH_NOT_EXIST | Unable to complete the operation because the value for the image path does not exist. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x113) | 3222163988 |
ERROR_PCW_INVALID_RANGE_ELEMENT | Unable to complete the operation because the value of the range element is invalid. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x114) | 3222163989 |
ERROR_PCW_INVALID_MAJOR_VERSION | Unable to complete the operation because a minor update must never change the major version field of the product version. Available beginning with Patchwiz.dll version 4.0. | (ERROR_PCW_BASE + 0x115) | 3222163990 |