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:
The <Application ID> is different for each installation, so must be determined from the error log. That can be done as follows:
Log in as Administrator.
In Control Panel, double click Administrative Tools and then Event Viewer.
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.
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.
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:
The <Application ID> is different for each installation, so must be determined from the error log. That can be done as follows:
Log in as Administrator.
In Control Panel, double click Administrative Tools and then Event Viewer.
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.
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.