Skip to main content

Windows Installer Error Codes

359rows
359rows with meaning
1lookups that use it
Livestatus

The numbered messages the Windows Installer writes while a package installs, repairs, patches or removes. Microsoft publishes no constant names for this space, so the name in each row is the one SparkLogs stamps on the event.

This table decodes 359 codes.

SparkLogs decodes these codes on every event that carries one, regardless of feed. The Windows Application event log feed reads these codes while curating an event.

How to read this

Codes are listed in numeric order. Windows publishes no constant for this space, so Name is the short label SparkLogs puts on the event, and it is what a question groups by. The last column is our one-line summary of what the code means in plain words.

Codes 1101 to 2746

CodeNameWhat it means
1101file_stream_open_faileda file stream named by the package could not be opened, with the underlying system error in the message
1301file_create_blocked_by_directorya file could not be created because a directory of that name already exists
1302source_media_requestedthe installation is waiting for the named source disk to be inserted
1303directory_access_deniedthe installer does not have the privileges to access a directory it needs
1304file_write_errorwriting a file failed
1305file_read_errorreading a file failed, with the underlying system error code in the message
1306file_in_usethe file being updated is open in another process
1307disk_full_for_filethere is not enough disk space left to install this file
1308source_file_absenta source file the package lists is not present
1309source_file_open_failedopening a source file failed, with the underlying system error code in the message
1310destination_file_create_failedcreating the destination file failed, with the underlying system error code in the message
1311source_cabinet_absentthe source cabinet file could not be located
1312directory_create_blocked_by_filea directory could not be created because a file of that name already exists
1313volume_unavailablethe volume the package targets is currently unavailable
1314path_unavailablethe path the package names is unavailable
1315folder_not_writablethe installer could not write to the folder it targets
1316source_file_network_read_errora network error interrupted reading the named file
1317directory_create_failedcreating a directory the installation needs failed
1318directory_create_network_errora network error interrupted creating a directory the installation needs
1319source_cabinet_network_open_errora network error interrupted opening the source cabinet file
1320path_too_longthe path the package names exceeds the length the system allows
1321file_modify_deniedthe installer does not have the privileges to modify a file it needs to replace
1322folder_path_segment_invalidpart of the folder path is empty or longer than the system allows
1323folder_path_reserved_wordthe folder path contains words that are not valid in a folder path
1324folder_path_invalid_characterthe folder path contains a character that is not valid in a folder path
1325short_file_name_invalidthe value given is not a valid short file name
1326file_security_read_failedreading the security settings of a file failed, with the underlying system error in the message
1327invalid_drivethe drive the package targets is not valid on this machine
1328patch_target_file_changedthe file the patch targets was updated by other means, so the patch can no longer modify it
1329cabinet_unsigneda required file could not be installed because its cabinet file is not digitally signed, which can also mean the cabinet is corrupt
1330cabinet_signature_invalida required file could not be installed because its cabinet file carries an invalid digital signature, which can also mean the cabinet is corrupt
1331file_copy_crc_errora file failed to copy correctly and the checksum did not match
1332file_move_crc_errora file failed to move correctly and the checksum did not match
1333file_patch_crc_errora file failed to patch correctly and the checksum did not match
1334file_absent_from_cabinetthe file cannot be installed because it is not present in the cabinet the package names, which can be a network, media or package fault
1335cabinet_corruptthe cabinet file the installation requires is corrupt and cannot be used
1336temp_file_create_faileda temporary file the installation needs could not be created, with the underlying system error code in the message
1401registry_key_create_faileda registry key could not be created, with the underlying system error in the message
1402registry_key_open_faileda registry key could not be opened, with the underlying system error in the message
1403registry_value_delete_faileda registry value could not be deleted, with the underlying system error in the message
1404registry_key_delete_faileda registry key could not be deleted, with the underlying system error in the message
1405registry_value_read_faileda registry value could not be read, with the underlying system error in the message
1406registry_value_write_faileda registry value could not be written, with the underlying system error in the message
1407registry_value_names_read_failedthe value names under a registry key could not be listed, with the underlying system error in the message
1408registry_subkey_names_read_failedthe sub key names under a registry key could not be listed, with the underlying system error in the message
1409registry_key_security_read_failedthe security information on a registry key could not be read, with the underlying system error in the message
1410registry_space_increase_failedthe available registry space could not be increased to the amount the application requires
1500another_install_in_progressanother installation is in progress and must finish before this one continues
1501secured_data_access_failedsecured data could not be accessed, which points at a Windows Installer configuration problem on the machine
1601out_of_disk_spacethe volume does not have the space the installation costed for it
1603file_held_by_processthe file being updated is held open by a named process, which is why a restart is often required
1604product_already_installedan already installed product prevented the installation of this one
1606location_unreachablea location the package names could not be accessed
1608no_compliant_product_foundno previously installed compliant product was found, so the compliance check the package requires did not pass
1609security_principal_unresolvedapplying security settings failed because the named user or group could not be resolved, which is often a domain controller reachability problem
1701product_id_invalidthe value supplied is not a valid product id
1702restart_required_to_resume_configurationconfiguring the product cannot finish until the system restarts, and the restart resumes the configuration
1703restart_required_for_changes_to_applythe configuration changes take effect only after a restart, offered while no other user is logged on
1704suspended_install_must_be_undonean install of another product is suspended and its changes must be undone before this one continues
1705previous_install_must_be_undonean earlier install of this product is still in progress and its changes must be undone before this one continues
1706no_valid_sourceno valid installation source could be found for the product
1707install_operation_succeededthe installation operation completed successfully, the generic outcome record
1708install_operation_failedthe installation operation failed, the generic outcome record with the cause elsewhere in the log
1710install_rollback_offeredthe installation offered to restore the computer to its previous state or to continue later
1711install_state_write_failedwriting installation information to disk failed, which is commonly a disk space problem
1712rollback_files_missingone or more files needed to restore the previous state could not be found, so rollback is not possible
1713required_product_install_failedthe product could not install one of the products it requires
1714older_version_removal_failedthe older version of the product could not be removed
1715product_installedthe named product was installed
1716product_configuredthe named product was configured
1717product_removedthe named product was removed
1718file_rejected_by_signature_policya file was rejected by digital signature policy
1719installer_service_inaccessiblethe Windows Installer service could not be accessed, so nothing could install until the service is registered and enabled
1720custom_action_script_errora script the package requires could not be run, with the script error, line and column in the message
1721custom_action_program_unrunnablea program the package requires could not be run, with the action and command in the message
1722custom_action_program_faileda program run as part of the setup did not finish as expected, with the action and command in the message
1723custom_action_dll_unrunnablea DLL the package requires could not be run, with the action, entry point and library in the message
1724removal_succeededthe product removal completed successfully
1725removal_failedthe product removal failed
1726advertisement_succeededthe product advertisement completed successfully
1727advertisement_failedthe product advertisement failed
1728configuration_succeededthe product configuration completed successfully
1729configuration_failedthe product configuration failed
1730removal_requires_administratorremoving the application requires an administrator, and the account running it is not one
1731source_package_out_of_syncthe source installation package is out of sync with the client package, so a valid copy of the package is needed
1732restart_required_other_users_logged_onthe install needs a restart to finish while other users are logged on, whose work the restart would interrupt
1801path_invalidthe path given is not valid
1802out_of_memorythe installation ran out of memory
1803drive_has_no_diskthere is no disk in the drive the installation is reading from
1805path_does_not_existthe path given does not exist
1806folder_read_deniedthe account has insufficient privileges to read the folder
1807destination_folder_undeterminedno valid destination folder for the install could be determined
1901source_database_read_errorreading from the source install database failed
1902restart_scheduled_file_renamea file in use will be renamed into place at the next restart, so the operation completes only after that restart
1903restart_scheduled_file_deletea file in use will be deleted at the next restart, so the operation completes only after that restart
1904module_registration_faileda module failed to register, with the HRESULT in the message
1905module_unregistration_faileda module failed to unregister, with the HRESULT in the message
1906package_cache_failedthe package could not be cached, with the underlying error in the message
1907font_registration_faileda font could not be registered, which is a permissions or font support problem
1908font_unregistration_faileda font could not be unregistered, which is usually a permissions problem
1909shortcut_create_faileda shortcut could not be created because the destination folder is missing or unreachable
1910shortcut_remove_faileda shortcut could not be removed because the shortcut file is missing or unreachable
1911type_library_registration_failedthe type library for a file could not be registered, which is a type library or DLL load failure
1912type_library_unregistration_failedthe type library for a file could not be unregistered, which is a type library or DLL load failure
1913ini_file_update_failedan ini file could not be updated because it is missing or unreachable
1914file_replace_on_restart_schedule_faileda file could not be scheduled to replace another at the next restart, which is a write permission problem on the target
1915odbc_driver_manager_remove_failedremoving the ODBC driver manager failed, with the ODBC error in the message
1916odbc_driver_manager_install_failedinstalling the ODBC driver manager failed, with the ODBC error in the message
1917odbc_driver_remove_failedremoving an ODBC driver failed, with the driver name and ODBC error in the message
1918odbc_driver_install_failedinstalling an ODBC driver failed, with the driver name and ODBC error in the message
1919odbc_data_source_configure_failedconfiguring an ODBC data source failed, with the data source name and ODBC error in the message
1920service_start_faileda service the package installs failed to start, which is often a privilege problem
1921service_stop_faileda service could not be stopped, which is often a privilege problem
1922service_delete_faileda service could not be deleted, which is often a privilege problem
1923service_install_faileda service could not be installed, which is often a privilege problem
1924environment_variable_update_failedan environment variable could not be updated, which is often a privilege problem
1925all_users_install_requires_administratorthe account has insufficient privileges to install for all users of the machine
1926file_security_set_failedthe security permissions on a file could not be set, with the underlying error in the message
1927com_plus_services_requiredthe installation requires COM+ Services, which are not installed
1928com_plus_application_install_failedthe installation failed to install the COM+ application
1929com_plus_application_remove_failedthe installation failed to remove the COM+ application
1930service_description_change_failedthe description of a service could not be changed
1931protected_system_file_update_skippeda system file was not updated because Windows protects it, with the package and OS protected versions in the message
1932protected_windows_file_update_faileda protected Windows file could not be updated, with the file protection error in the message
1933protected_windows_file_set_update_failedone or more protected Windows files could not be updated, with the list of files in the message
1934user_installs_disabled_by_policyper-user installations are disabled by policy on the machine
1935assembly_install_failedinstalling an assembly component failed, with the HRESULT and assembly name in the message
1936assembly_not_strongly_namedan assembly could not be installed because it is not strongly named or is signed with too short a key
1937assembly_signature_unverifiablean assembly could not be installed because its signature or catalog could not be verified or is invalid
1938assembly_modules_missingan assembly could not be installed because one or more of its modules could not be found
1939service_configure_faileda service could not be configured, which is a package or privilege problem
1940service_configure_unsupported_osa service could not be configured because the operating system predates service configuration support
1941lock_permissions_tables_conflictthe package carries both permission tables where only one is allowed, which is a package authoring fault
1942multiple_conditions_truetwo conditions on the same object both resolved true, which is usually a package authoring fault
1943sddl_string_unresolvablea security descriptor string in the package could not be resolved into a valid descriptor
1944service_security_set_failedthe security permissions on a service could not be set, with the underlying error in the message
1945readvertise_requires_local_systemre-advertising the product requires the calling process to run as the local system account
1946shortcut_property_set_faileda shortcut property could not be set, reported as a warning while the installation continues
2101shortcuts_unsupportedthe operating system does not support shortcuts
2102ini_action_invalidthe ini action the package requests is not valid
2103shell_folder_path_unresolvedthe path for a shell folder could not be resolved
2104ini_file_write_errorwriting an ini file failed, with the underlying system error in the message
2105shortcut_creation_failedcreating a shortcut failed, with the underlying system error in the message
2106shortcut_deletion_faileddeleting a shortcut failed, with the underlying system error in the message
2107type_library_register_errorregistering a type library failed, with the underlying error in the message
2108type_library_unregister_errorunregistering a type library failed, with the underlying error in the message
2109ini_action_section_missingthe ini action names no section
2110ini_action_key_missingthe ini action names no key
2111running_app_detection_perf_data_unavailabledetecting running applications failed because performance data could not be read
2112running_app_detection_perf_index_unavailabledetecting running applications failed because the performance index could not be read
2113running_app_detection_faileddetecting running applications failed
2200database_object_create_failedthe installer database object could not be created, with the open mode in the message
2201database_init_out_of_memoryinitializing the installer database failed for want of memory
2202database_access_out_of_memoryreading the installer database failed for want of memory
2203database_open_failedthe installer database file could not be opened, with the underlying system error in the message
2219installer_database_format_invalidthe file is not in a valid Windows Installer database format
2245storage_stat_failedreading the properties of a storage object failed, with the underlying error in the message
2246installer_transform_format_invalidthe file is not in a valid Windows Installer transform format
2247transform_stream_io_failurereading or writing a transform stream failed
2259database_table_update_failedupdating one or more installer database tables failed
2260storage_copy_failedcopying a storage object failed, with the underlying system error in the message
2261stream_remove_faileda stream could not be removed, with the underlying system error in the message
2262stream_absentthe named stream does not exist, with the underlying system error in the message
2263stream_open_faileda stream could not be opened, with the underlying system error in the message
2265storage_commit_failedcommitting a storage object failed, with the underlying system error in the message
2266storage_rollback_failedrolling back a storage object failed, with the underlying system error in the message
2267storage_delete_faileddeleting a storage object failed, with the underlying system error in the message
2276database_code_page_unsupportedthe code page the installer database uses is not supported by the system
2277database_table_save_failedsaving an installer database table failed
2281stream_rename_faileda stream could not be renamed, with the underlying system error in the message
2282stream_name_invalidthe stream name is not valid
2303volume_info_read_failedreading volume information failed, with the underlying system error in the message
2304disk_free_space_read_failedreading free disk space failed, with the volume and underlying system error in the message
2305patch_thread_wait_failedwaiting on the patch thread failed, with the underlying system error in the message
2306patch_thread_create_failedthe thread that applies the patch could not be created, with the underlying system error in the message
2307source_file_key_nullthe source file key name is missing
2308destination_file_name_nullthe destination file name is missing
2309patch_already_in_progressa patch was attempted on a file while a patch is already in progress on it
2310no_patch_in_progressa patch was continued while no patch is in progress
2315path_separator_missingthe path given is missing a separator
2318file_does_not_existthe named file does not exist
2319file_attribute_set_failedsetting an attribute on the named file failed, with the underlying system error in the message
2320file_not_writablethe named file is not writable
2321file_create_failedthe named file could not be created
2322user_canceledthe user canceled the operation
2323file_attribute_invalidthe file attribute given is not valid
2324file_open_failedthe named file could not be opened, with the underlying system error in the message
2325file_time_read_failedthe timestamp of the named file could not be read, with the underlying system error in the message
2327directory_remove_failedthe named directory could not be removed, with the underlying system error in the message
2328file_version_info_read_failedthe version information of the named file could not be read
2329file_delete_failedthe named file could not be deleted, with the underlying system error in the message
2330file_attributes_read_failedthe attributes of the named file could not be read, with the underlying system error in the message
2331library_load_or_entry_point_faileda library could not be loaded or its entry point could not be found
2334file_time_conversion_failedconverting the timestamp of the named file to local time failed, with the underlying system error in the message
2335path_not_parent_of_targetthe path given is not a parent of the path it must contain
2336temp_file_create_on_path_faileda temporary file could not be created on the named path, with the underlying system error in the message
2337file_close_failedthe named file could not be closed, with the underlying system error in the message
2338file_resource_update_failedthe resources in the named file could not be updated, with the underlying system error in the message
2339file_time_set_failedthe timestamp of the named file could not be set, with the underlying system error in the message
2340file_resource_missingthe resources in the named file could not be updated because the resource is missing
2341file_resource_too_largethe resources in the named file could not be updated because the resource is too large
2343path_emptythe path given is empty
2344imagehlp_dll_missingthe file could not be validated because the IMAGEHLP.DLL it needs was not found
2345file_checksum_absentthe named file carries no valid checksum value
2347user_ignoredthe user chose to ignore the condition and continue
2348cabinet_stream_read_errorreading from the cabinet stream failed
2350cabinet_extraction_server_errorthe cabinet extraction server reported an error
2351file_key_absent_from_cabinetthe file key the package names is not in the cabinet, so the installation cannot continue
2352cabinet_file_server_init_failedthe cabinet file server could not start, which points at a missing CABINET.DLL
2353not_a_cabinetthe file the installation reads is not a cabinet
2354cabinet_unsupportedthe cabinet cannot be handled by this installer
2355cabinet_data_corruptthe cabinet data is corrupt
2356cabinet_absent_from_streamno cabinet could be located in the named stream
2358file_in_use_check_faileddetermining whether the named file is in use failed, with the underlying system error in the message
2359target_file_create_failed_possibly_in_usethe target file could not be created, commonly because it is in use
2362folder_absentthe named folder was not found
2363subfolder_enumeration_failedthe subfolders of the named folder could not be listed
2365bind_image_exe_failedthe named executable could not be bound
2367user_abortedthe user aborted the operation
2368network_resource_info_unavailablenetwork resource information could not be read, with the network path, provider and provider error in the message
2370file_checksum_mismatchthe checksum in the file header does not match its computed value
2371patch_apply_failedapplying a patch to the named file failed, with the underlying system error in the message
2372patch_file_corruptthe patch file is corrupt or in an invalid format
2373patch_file_invalidthe named file is not a valid patch file
2374patch_destination_file_invalidthe named file is not a valid destination for the patch being applied
2375patch_error_unknownthe patch failed for a reason the installer does not name
2376cabinet_not_foundthe cabinet the installation needs was not found
2379file_open_for_read_failedopening the named file for reading failed, with the underlying system error in the message
2380file_open_for_write_failedopening the named file for writing failed, with the underlying system error in the message
2381directory_does_not_existthe named directory does not exist
2382drive_not_readythe named drive is not ready
2401registry_64bit_operation_on_32bit_osa 64-bit registry operation was attempted on a 32-bit operating system
2501rollback_script_enumerator_create_failedthe rollback script enumerator could not be created
2502install_finalize_without_installthe finalize step ran while no installation was in progress, which is a sequencing fault
2503run_script_without_installthe script step ran while no installation was marked in progress, which is a sequencing fault
2601property_value_invalidthe value assigned to the named property is not valid
2602media_table_entry_missinga table entry has no matching entry in the media table, which is a package authoring fault
2603table_name_duplicatedthe package declares the same table name twice
2604property_undefinedthe named property was never defined
2605server_not_foundthe server the package names could not be found
2606property_not_a_full_paththe value of the named property is not a valid full path
2607media_table_missing_or_emptythe media table is missing or empty, which file installation requires
2608security_descriptor_create_faileda security descriptor for an object could not be created, with the underlying error in the message
2609settings_migration_before_initproduct settings migration was attempted before initialization
2611compressed_file_without_cabinet_entrya file is marked compressed but its media entry names no cabinet, which is a package authoring fault
2612stream_absent_from_columnthe stream the named column references was not found
2613remove_existing_products_sequenced_wrongthe action that removes existing products is sequenced incorrectly, which is a package authoring fault
2614package_storage_inaccessiblethe storage object inside the installation package could not be accessed
2615module_unregistration_skipped_source_unresolvedunregistering a module was skipped because its source could not be resolved
2616companion_file_parent_missingthe parent of a companion file is missing
2617shared_component_absent_from_tablea shared component is not in the component table, which is a package authoring fault
2618isolated_component_absent_from_tablean isolated application component is not in the component table, which is a package authoring fault
2619isolated_components_in_different_featurestwo isolated components are not part of the same feature, which is a package authoring fault
2620isolated_component_key_file_absentthe key file of an isolated application component is not in the file table
2621shortcut_resource_info_incorrectthe resource DLL or resource id for a shortcut is set incorrectly
2701feature_tree_too_deepa feature exceeds the maximum feature tree depth of sixteen levels
2702feature_parent_missinga feature table record references a parent that does not exist
2703root_source_path_property_undefinedthe property naming the root source path is not defined
2704root_directory_property_undefinedthe root directory property is not defined
2705table_not_linkable_as_treean installer table could not be linked as a tree, which is a package authoring fault
2706source_paths_not_createdsource paths were not created because no path exists for an entry in the directory table
2707target_paths_not_createdtarget paths were not created because no path exists for an entry in the directory table
2708file_table_emptythe file table holds no entries
2709component_absent_from_tablethe component name the package requests is not in the component table
2710component_select_state_illegalthe select state requested for a component is not legal for it
2711feature_absent_from_tablethe feature name requested is not in the package feature table
2713non_nullable_column_nulla column that cannot be null holds no value, which is a package authoring fault
2714default_folder_name_invalidthe default folder name given is not valid
2715file_key_absent_from_tablethe file key the package requests is not in the file table
2716component_subname_generation_faileda random subcomponent name could not be generated, which happens when two component names share their first forty characters
2717custom_action_condition_bada custom action condition is bad or calling the custom action failed
2718package_name_missing_for_productno package name is recorded for the named product code
2719source_path_not_unc_or_drivethe source path is neither a UNC path nor a drive letter path
2720source_list_key_open_failedthe source list registry key could not be opened, with the underlying error in the message
2721custom_action_absent_from_binary_tablethe custom action is not in the binary table stream
2722custom_action_absent_from_file_tablethe custom action is not in the file table
2723custom_action_type_unsupportedthe custom action declares an unsupported type
2724media_volume_label_mismatchthe volume label on the media does not match the label the media table gives
2725database_tables_invalidthe installer database tables are invalid
2726action_not_foundthe named action was not found
2727directory_entry_absentthe directory entry the package references is not in its directory table
2728table_definition_errorthe definition of the named table is in error
2729install_engine_not_initializedthe install engine was used before it was initialized
2730database_value_bada value in the installer database is bad, with the table, primary key and column in the message
2731selection_manager_not_initializedan action needing the selection manager ran before the costing actions initialized it
2732directory_manager_not_initializedan action needing the directory manager ran before the costing actions initialized it
2733foreign_key_bada foreign key in the installer database is bad, with the column and table in the message
2734reinstall_mode_character_invalidthe reinstall mode string contains a character that is not valid
2735custom_action_unhandled_exceptiona custom action raised an unhandled exception and was stopped, which can be an access violation inside it
2736custom_action_temp_file_generation_failedthe temporary file a custom action needs could not be generated
2737custom_action_entry_inaccessiblea custom action could not be reached, with its entry point and library in the message
2738vbscript_runtime_unavailablea custom action needed the VBScript runtime and could not reach it
2739jscript_runtime_unavailablea custom action needed the JScript runtime and could not reach it
2740custom_action_script_runtime_errora custom action script raised an error, with the line and column in the message
2741product_configuration_information_corruptthe recorded configuration information for the product is corrupt
2742marshaling_to_server_failedmarshaling the call to the installer server failed
2743custom_action_execute_faileda custom action could not be executed, with its location and command in the message
2744custom_action_exe_failedan executable launched by a custom action failed, with its location and command line in the message
2745transform_language_mismatchthe transform does not apply to the package because it expects a different language
2746transform_product_mismatchthe transform does not apply to the package because it expects a different product

Codes 2747 to 3002

CodeNameWhat it means
2747transform_requires_lower_product_versionthe transform does not apply because it expects a product version below the one found
2748transform_requires_lower_or_equal_product_versionthe transform does not apply because it expects a product version at or below the one found
2749transform_requires_exact_product_versionthe transform does not apply because it expects an exact product version other than the one found
2750transform_requires_higher_or_equal_product_versionthe transform does not apply because it expects a product version at or above the one found
2751transform_requires_higher_product_versionthe transform does not apply because it expects a product version above the one found
2752transform_child_storage_open_failedthe transform stored inside the package could not be opened
2753file_not_marked_for_installationthe named file is not marked for installation
2754file_not_a_valid_patchthe named file is not a valid patch file
2755server_error_installing_packagethe installer server returned an unexpected error while installing the package, with that error in the message
2756directory_property_never_assigneda property used as a directory property was never assigned a value, which is a package authoring fault
2757transform_summary_info_create_failedthe summary information for the transform could not be created
2758transform_missing_msi_versionthe transform carries no Windows Installer version
2759transform_engine_version_incompatiblethe transform version is outside the range this installer engine supports
2760transform_upgrade_code_mismatchthe transform does not apply to the package because it expects a different upgrade code
2761transaction_begin_failed_mutexthe transaction could not begin because the global mutex is not properly initialized
2762script_record_without_transactiona script record could not be written because no transaction was started, which is an install sequence authoring fault
2763script_run_without_transactionthe script could not run because no transaction was started
2765assembly_name_missing_from_tablethe assembly name is missing from the assembly name table
2766msi_storage_file_invalidthe named file is not a valid installer storage file
2767no_more_dataan enumeration reached the end of its data
2768patch_transform_invalidthe transform inside the patch package is invalid
2769custom_action_leaked_handlesa custom action did not close the installer handles it opened, which usually means the execute sequence is authored incorrectly
2770cached_folder_not_in_cache_tablethe cached folder is not defined in the internal cache folder table
2771upgrade_feature_component_missinga feature being upgraded is missing a component
2772upgrade_feature_not_leafa new upgrade feature must be a leaf feature and is not
2869dialog_error_style_mismatcha dialog carries the error style bit but is not an error dialog, which is a package authoring fault
2896action_execution_failedthe named installer action failed while executing
2901operation_parameter_invalida parameter passed to the named operation is not valid
2902operation_out_of_sequencethe named operation was called out of sequence, which can mean a side-by-side component is missing a key path
2903file_missingthe named file is missing
2905script_file_record_read_faileda record could not be read from the script file
2906script_file_header_missingthe script file has no header
2907secure_security_descriptor_create_faileda secure security descriptor could not be created, with the underlying error in the message
2908component_registration_faileda component could not be registered
2909component_unregistration_failedthe named component could not be unregistered
2910user_security_id_undeterminedthe security id of the user could not be determined
2911folder_remove_failedthe named folder could not be removed
2912file_removal_on_restart_schedule_failedthe named file could not be scheduled for removal at the next restart
2920source_directory_unspecifiedno source directory is specified for the named file
2924script_version_unsupportedthe script version is outside the range this installer supports
2927shell_folder_id_invalidthe shell folder id given is not valid
2928source_limit_exceededthe maximum number of sources was exceeded and a source was skipped
2929publishing_root_undeterminedthe publishing root could not be determined, with the underlying error in the message
2932script_data_file_create_faileda file could not be created from script data, with the underlying error in the message
2933rollback_script_init_failedthe rollback script could not be initialized
2934transform_secure_failedthe transform could not be secured, with the underlying error in the message
2935transform_unsecure_failedthe transform could not be unsecured, with the underlying error in the message
2936transform_not_foundthe named transform could not be found
2937sfp_catalog_install_refuseda system file protection catalog cannot be installed by Windows Installer, with the catalog and error in the message
2938sfp_catalog_cache_read_faileda system file protection catalog could not be retrieved from the cache, with the catalog and error in the message
2939sfp_catalog_cache_delete_faileda system file protection catalog could not be deleted from the cache, with the catalog and error in the message
2940directory_manager_not_suppliedno directory manager was supplied for source resolution
2941file_crc_computation_failedthe checksum of the named file could not be computed
2942bind_image_not_executedthe bind image action was not run on the named file
2943sixty_four_bit_package_unsupportedthis version of Windows cannot deploy the 64-bit package the script belongs to
2944product_assignment_type_query_failedreading the assignment type of the product failed
2945complus_app_install_failed_with_errorinstalling a COM+ application failed, with the application and error in the message
3001patch_list_sequencing_invalidthe patches in the list carry sequencing information that is not consistent
3002patch_sequencing_invalidthe named patch carries invalid sequencing information

Ask about these codes

Connect your AI and ask in plain language, or open the same events in Explore.