Software⏱️ 4 min read📅 2026-06-15

How to Fix: How do I get rid of this Windows Installer error?

Windows Installer error fix, network resource unavailable, autostart objects, uninstaller issues.

Quick Answer: Try reinstalling Windows Installer or running a System File Checker scan to resolve the issue.

The Windows Installer error is an issue that affects users who have upgraded to newer versions of the installer, resulting in autostart objects loading and frequent dialog boxes appearing. This error occurs after upgrading from Windows Installer version 3.0 to 3.1 on Windows XP Pro SP2, followed by installing Service Pack 3 for XP (which includes Windows Installer 4.5). The error can be frustrating as it causes the system to freeze and prompts an unresponsive 'preparing to install' dialog box.

The problem is exacerbated when the user tries to uninstall or remove programs using the built-in uninstaller, only to find that it becomes stuck in a loop. In this guide, we will walk you through the steps to resolve this issue and get rid of the Windows Installer error.

💡 Why You Are Getting This Error

  • The primary cause of this error is likely due to the fact that Windows Installer version 4.5 includes changes to how it handles network resources. When the installer attempts to connect to a network resource, it may fail to find it or become stuck in an infinite loop if the resource is not available. This can happen even if the user has deleted the program files manually without using the uninstaller.
  • Another possible cause could be related to the fact that Windows Installer version 3.1 and 4.5 have different behavior when it comes to handling autostart objects. The upgrade from version 3.0 to 3.1 may have caused the autostart objects to become active, leading to the frequent dialog boxes appearing.

🛠️ Step-by-Step Verified Fixes

Disable Autostart Objects

  1. Step 1: Press the Windows key + R to open the Run dialog box.
  2. Step 2: Type 'msconfig' and press Enter to open the System Configuration utility.
  3. Step 3: Click on the 'Startup' tab and check the boxes next to any programs that you want to disable from starting automatically. Click 'Apply' and then 'OK'.
  4. Step 4: Restart your computer in normal mode.
  5. Step 5: Check if the Windows Installer error persists after disabling autostart objects.

Remove Corrupt System Files

  1. Step 1: Press the Windows key + R to open the Run dialog box.
  2. Step 2: Type 'cmd' and press Enter to open the Command Prompt as an administrator.
  3. Step 3: Run the command `sfc /scannow` to scan for and repair corrupt system files. This may take some time, so be patient.
  4. Step 4: If the error persists after running the above command, try running `chkdsk C:` (assuming you want to check the disk) and follow any prompts to complete the process.
  5. Step 5: Check if the Windows Installer error has been resolved.

💡 Conclusion

To resolve the Windows Installer error, first disable autostart objects by following the steps outlined in Method 1. If the issue persists, try removing corrupt system files using Method 2. Additionally, ensure that you have deleted any unnecessary program files and registry entries related to the affected programs. By following these steps, you should be able to resolve the Windows Installer error and get rid of this frustrating issue.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions