A Comprehensive Guide To Fix Windows Installer Error

Windows-Installer-Error-1303

When you try to install a software application, the setup might abruptly close itself down with a Windows Installer error. If you happen to come across such a situation, here’s the workaround for you.

Before we begin, here is a list of some of the most commonly reported errors with the Windows Installer service.

  • Error 1303: The installer has insufficient privileges to access this directory
  • Error 1719: The Windows Installer service could not be accessed
  • Error 1720: There is a problem with this Windows installer package
  • Error 1500: Another installation is in progress
  • Could not start the Windows Installer service on local computer.
  • Windows Installer service could not be started
  • Windows cannot access the specified device, path, or file

Remember, even if your error is not mentioned above, you can safely continue the steps given below. This article includes a wide variety of solutions that might work with most of the Windows Installer issues.

Download the Diagnostic

There are certain situations when missing entries in your registry and registry corruption causes this problem. Try running a registry scan to identify if there are any such issues.

  1. Click the button below to download and install the Diagnostic
  2. Perform a Registry scan and fix any problems detected.
  3. Restart your computer.
Start-Download-Button

Estimated Download Time: 10 Seconds


Reboot Your Machine

If you’re getting Windows Installer Error 1500: Another installation is in progress, quit the installation wizard and wait till another installation is completed and then restart your machine.

Reboot-your-Machine

If the problem persists, Windows Installer entries in the Registry might contain obsolete references to an installation which has already finished. Remove those Registry references by deleting the InProgress data.

Reregister Windows Installer Files

Windows Installer fails to install a software application when Windows Installer package components are not properly registered in the System Registry database. Simply un-registering and re-registering it might fix your problem.

Fix-Windows-Installer-Error

For Windows 10/ 8,1/ 8:

1. Type Command Prompt in the Search Box.

2. Right-click the Command Prompt from the Search Results that appear on your screen, and choose Run as Administrator.

3. Execute the following commands one by one:

  • %windir%\system32\msiexec.exe /unregister
  • %windir%\system32\msiexec.exe /register
  • %windir%\syswow64\msiexec.exe /unregister
  • %windir%\syswow64\msiexec.exe /register

4. After you’ve finished executing these commands, restart your computer to complete the procedure.

For Windows 7/ Vista:

  1. Click the Start button on your Taskbar.
  2. Click All Programs | Accessories.
  3. Right-click Command Prompt, select Run as administrator.
  4. Execute the commands given in Step # 3 above under Windows 10/ 8.1/ 8 section.
  5. Restart your PC.

Clean Boot your PC

The Windows Installer program might have failed to access some of the important system components due to conflicts with third-party applications or services. Using the Clean Boot method, ensure only critical Windows services start at the system boot interval.

Task-Manager

For Windows 10/ 8.1/ 8:

  1. Right-click the Taskbar, select Task Manager if you’re using Windows 10, or Start Task Manager if you’re using Windows 8.1/ 8.
  2. Click the Startup tab.
  3. Turn off all Non-Microsoft startup items. (Right-click > Disable)
  4. Restart your computer.

For Windows 7/ Vista:

  1. Press Windows Key R simultaneously, and hit ENTER.
  2. Type MSCONFIG.
  3. Press ENTER, or click OK.
  4. Uncheck all the Non-Microsoft items that appear on your computer screen.
  5. Click OK, and restart the PC when asked to confirm.

Temporarily Disable UAC

User Account Control, commonly abbreviated as UAC, is a security measure that prevents the execution of malicious code that can potentially harm your computer. It asks for user confirmation whenever an application tries to run code that can affect the way your computer works.

User-Account-Control-Notifications

For Windows 10:

1. Press Windows Key + X; choose Control Panel from the menu options.

2. Open the following:

  • User Accounts | User Accounts

3. Click on Change User Account Control settings.

4. In the subsequent dialog that comes, move the Slider to the extreme bottom.

5. Click OK to save your changes and reboot.

For Windows 8.1/ 8:

1. Press Windows Key + X, select Control Panel.
2. Click User Accounts and Family Safety | User Accounts.
3. Click on Change User Account Control settings.
4. Move the slider to the far bottom to select Never Notify.
5. Click OK.
6. Restart your PC.

For Windows 7:

  1. Click Start.
  2. Type Change user account control settings.
  3. Open it from the Search Results.
  4. Move the Slider to the extreme bottom, and click OK.

For Windows Vista:

1. Click Start, select Control Panel.

2. Type UAC in the Search Box.

3. Open Turn User Account Control (UAC) on or off

4. Uncheck the following checkbox:

  • Use User Account Control (UAC) to help protect your computer

5. Click OK.

6. Now, restart your system.

Restart Office Source Engine

The Office Source Engine service must be running on your computer in order to install a software application with Windows Installer. Use the Services tool to determine if the service is already stopped, and re-start it again.

Office-Source-Engine-Service

For Windows 10/ 8.1/ 8/ 7/ Vista:

  1. Press the Windows Key + R.
  2. Type services.msc and click OK.
  3. In the Services tool that opens up, scroll down to locate the Office Source Engine service. If no service is found with this name, check for Office 64 Source Engine.
  4. Right-click the service, and choose Properties.
  5. Click the General tabStart.
  6. Set the Startup Type: Automatic.
  7. Click Apply, and then OK.

Check Folder Permissions

If the Windows Installer encounters a problem accessing a specific file or folder, you might want to check it’s security settings and provide sufficient administrative privileges.

Edit-Folder-Security-Settings

For Windows 10/ 8.1/ 8/ 7/ Vista:
1. Double-click This PC if you’re using Windows 10/ 8.1/ 8, or My Computer icon if you’re using earlier versions.
2. Open the directory that contains a file or folder that Windows Installer cannot access. You can find it in the Error Description itself.
3. Right-click the file or folder in question, and choose Properties.
4. Click the Security tab > Edit.
5. Check-up following items (under Allow column):

  • Full control
  • Modify
  • Read & Execute
  • Read
  • Write

6. Click OK twice.

Reset Windows Installer Registry Settings

Some of the programs installed on your machine could have modified the System Registry in an incorrect manner. Restore the default Registry configurations as outlined in Method 1 of this Microsoft Support documentation.

Restart Windows Installer Service

If you’re getting Could not start the Windows Installer service on local computer error, you may want to manually re-start the Windows Installer service again.

For Windows 10/ 8.1/ 8/ 7/ Vista:

  1. Open up the Services tool again.
  2. Right-click the Windows Installer service, select Properties.
  3. Click Start, if it’s already stopped.
  4. Set the Startup TypeAutomatic, and then click OK.

Delete Setup Extracted Contents

Windows Installer extracts installation files to a temporary location during the setup procedure. Files left-over after the previous installation may cause Windows Installer to function incorrectly.

Delete-Temp-Folder-Contents

For Windows 10/ 8.1/ 8/ 7/ Vista:
1. Double-click This PC or My Computer icon depending on your Windows version.
2. Open the following folder:

  • C:\Windows\Temp\

3. Press Ctrl A to select all files.

4. Delete all the files and sub-folders.

Reinstall Windows Installer

Reinstalling Windows Installer should automatically repair issues with its installation files, Registry entries and problems that prevent new programs from being installed. Here’s how:

MSIServer-Registry-Entry

For Windows 10/ 8.1/ 8/ 7/ Vista:

  1. Press Windows Key + R.
  2. Type RegEdit, click OK.
  3. Locate the following sub-key:
    • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\
  4. Right-click the msiserver sub-key, and choose Delete.
  5. When you’re prompted to confirm, click Yes.
  6. Fire up File Explorer, and open C:\Windows\System32
  7. Delete the file named msiexec.exe
  8. Visit Microsoft Download Center to download the latest version straight away.

Has Windows Installer Error Not Fixed Yet?

If the problem continues to appear, you might want to try error-specific solutions. Let us know in comments.

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply