Installation Error 1714

Known problems and workarounds

Moderators: bbadmin, helios

Post Reply
User avatar
bbadmin
Site Admin
Posts: 878
Joined: Mon Feb 17, 2003 8:54 pm
Contact:

Installation Error 1714

Post by bbadmin »

If, during the installation of TextPad, it fails with error 1714, it means that a previous install or uninstall left a corrupt key in your registry. A quick google will reveal that this is a Microsoft Installer (MSI) issue, rather than being specific to TextPad, but that's no consolation if you can't install TextPad.

The easy fix is described in this Microsoft Knowledge Base Article:

Windows Installer CleanUp Utility

If that doesn't help, you'll need to delete an entry in the registry under the following key:

HKLM\Software\Classes\Installer\Products\<Application ID>

The <Application ID> is different for each installation, so must be determined from the error log. That can be done as follows:
  1. Log in as Administrator.
  2. In Control Panel, double click Administrative Tools and then Event Viewer.
  3. In the tree view, select Application then look in the Source column of the list view for the most recent "MsiInstaller" entry, with a corresponding error in the Type column.
  4. Double click on that entry, and it should say that it failed to read the PackageCode, and give the location of the registry key causing the problem.
  5. Click Start/Run and type regedit.
  6. Browse to the given registry key and delete it.
  7. Close regedit and Event Viewer.
  8. Reinstall TextPad.
I hope this helps.

Keith MacDonald
Helios Software Solutions
cdreiser
Posts: 1
Joined: Sun Aug 30, 2009 1:33 pm

Re: Installation Error 1714

Post by cdreiser »

Thanks, deleting TextPad entries in the registry helped. Installation went well.

bbadmin wrote:If, during the installation of TextPad, it fails with error 1714, it means that a previous install or uninstall left a corrupt key in your registry. A quick google will reveal that this is a Microsoft Installer (MSI) issue, rather than being specific to TextPad, but that's no consolation if you can't install TextPad.

The easy fix is described in this Microsoft Knowledge Base Article:

Windows Installer CleanUp Utility

If that doesn't help, you'll need to delete an entry in the registry under the following key:

HKLM\Software\Classes\Installer\Products\<Application ID>

The <Application ID> is different for each installation, so must be determined from the error log. That can be done as follows:
  1. Log in as Administrator.
  2. In Control Panel, double click Administrative Tools and then Event Viewer.
  3. In the tree view, select Application then look in the Source column of the list view for the most recent "MsiInstaller" entry, with a corresponding error in the Type column.
  4. Double click on that entry, and it should say that it failed to read the PackageCode, and give the location of the registry key causing the problem.
  5. Click Start/Run and type regedit.
  6. Browse to the given registry key and delete it.
  7. Close regedit and Event Viewer.
  8. Reinstall TextPad.
I hope this helps.

Keith MacDonald
Helios Software Solutions
Post Reply