Entries Tagged as 'Fix PC Errors'

Windows Installer Error

Windows Installer errors can occur on any computer and at any point in time. You might be working on your computer at peace and suddenly you will find an error message saying: “1719/Windows Installer service could not be accessed. Contact your support personnel to verify that it is properly registered and enabled.”

All windows installer errors have a particular code, which starts from 1000 and goes on till 3002. The installer errors with codes that are between 1000 and 1999 are generally known as ship errors and they have to be authored to the windows installer errors table. The error codes which are from 2000 onwards are mostly internal errors and might not have an authored string. These installer errors can occur only when the installation package has been authored incorrectly.

The Symptoms

Even if you don’t get an error message stating installer errors you will still be able to figure out if there is an installer problem or not. Normally, you will get to see certain errors when you are trying to install/uninstall a particular application and the messages will be like:

“Windows Installer Service couldn’t be started”
“The Windows Installer Service could not be accessed”
“Could not start the Windows Installer service on Local Computer. Error 5: Access is denied.”
“Windows Installer cannot delete a system file protection catalog from the cache.”
“Windows Installer cannot retrieve a system file protection catalog from the cache.”

The Solution

There are different solutions for different installer errors but here are a few common ways of troubleshooting

Solution 1

First you need to unregister the windows installer and then re-register it. Here’s how you can do it:

  • Open the Start menu and click on Run
  • When a box opens, type msiexec /unreg, and press ENTER.
  • Go back to the start menu and click on Run
  • When a box opens, type msiexec /regserver and press ENTER

Solution 2

The second solution that you can apply for windows installer errors is upgrade to the next version of the windows installer. To get an upgrade, you can do the following:

  • Go to Microsoft Internet Explorer and find the Microsoft Web site or directly click on
    http://msdn.microsoft.com/downloads
  • When you see the left pane tree menu, click on Setup and System Administration and then on Setup
  • Next click on the Windows Installer and also click on the appropriate link for your operating system
  • Finally click on Download and get the new version

Solution 3

The third solution for installer errors is to use a windows installer clean-up program, which can help you to uninstall the failed program. You can find the windows installer cleanup utility at:
http://support.microsoft.com/default.aspx?scid=kb;en-us;290301

How to repair exe files

There are times when your computer might show an .exe fault or an error and you might not know how to repair it. These problems will happen occasionally because .exe is an executable application without which most of the crucial programs will not be able to run. There are different types of .exe errors and each error corresponds to a particular program. There are different ways by which you can repair exe files and one of them is by using a registry cleaner by RegCure.

[Read more →]

Windows Registry Errors: Fix them easily

The windows registry is a centralized database that stores all-important information regarding the programs and applications on your computer. The information stored in the registry is accessed by the Windows to enable it to run different applications. Some of the information it contains pertains to the user profile, applications stored in your PC, the different functions performed by the applications and the different types of documents created, application icons, the system hardware, sheet settings for each and every folder, the different ports in use and much more.

Understanding the Windows registry

The Windows registry consists of a registry hive, which is basically a group of values, keys, and sub-keys. Each of these keys contain backup for all the important data that might be accessed by the operating system. Here is an example of some of the registry hives:

[Read more →]

Repair Windows DLL Errors

Most people get to know about DLL files when they encounter DLL errors. DLL stands for dynamic link library and it is basically a collection of different programs that are called by EXE programs for execution purposes. The DLL files help the EXE files to communicate with a particular device like the printer. DLL files also contain important source codes that enable the operation of a particular function.

For example: if an exe file needs to make some free space on your HDD then it will call for a DLL file that will contain the necessary function that will enable such an operation. The DLL file in question will have all the necessary parameters and a specific function known as the call function.

[Read more →]