Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Windows»[Fixed] There Is A Problem With This Windows Installer Package

[Fixed] There Is A Problem With This Windows Installer Package

AbhishekBy AbhishekApril 7, 2022
there-is-a-problem-with-this-windows-installer-package

You might have encountered the There is a problem with this windows installer package error while trying to install a program. You’ll likely also see some error codes such as 1720, 1721, or 1722.

When there is a problem with the Windows Installer MSI engine, it can’t install any software in your system. Sometimes there might be issues with the installer file as well. Running some troubleshooters will likely fix this issue. Or you might need to restart some internal features and services.

Table of Contents

  • What Causes the There Is a Problem With Windows Installer Package Error
  • How to Fix the There Is a Problem With Windows Installer Package Error
    • Before You Begin
    • Run Installer With Administrator Account
    • Registry Editor Tweak
    • Launch Troubleshooters
    • Install in Compatibility Mode
    • Re-register Windows Installer
    • Check Windows Installer Service
    • Update Windows Operating System
    • Repair or Uninstall Application
    • Run SFC and DISM
    • Temp Folder Permissions
    • Run Installer After Clean Boot
    • Scan for Malware
    • Reinstall Windows Installer
    • Restore Your System

What Causes the There Is a Problem With Windows Installer Package Error

Here are some of the possible causes for There is a problem with this Windows Installer package error:

  • Outdated or corrupt installer
  • Restriction due to absence of administrator permission
  • Installer incompatible with system architecture
  • Outdated Operating System
  • Your computer doesn’t meet the minimum requirements for the program

How to Fix the There Is a Problem With Windows Installer Package Error

There are some possible solutions you can apply to your system. Please try the methods mentioned below sequentially and check if the issue resolves after each.

Before You Begin

Before trying advanced solutions for this issue, there are a few things you can do.

  • Check if the installer file’s size matches the original download size.
  • Check if the file you downloaded is compatible with your system architecture (32-bit or 64-bit).
  • Re-download the installer again and run it.
  • Go to Task Manager (Ctrl + Shift + Esc) > Details tab and look for msiexec.exe. Right-click on it and select End Task. Then, run the installer.
  • Check if you have enough space on your C:\ Drive. Sometimes having less than a few MBs of space can cause programs to run incorrectly.
  • Restart your PC before running the installer again.

Run Installer With Administrator Account

Some installers might need an administrator account or elevated system privileges to install the software. In addition, many of the methods below also require you to log in as an administrator.

Here’s how you can gain admin privileges on your account:

  1. Open Settings (press Windows + I) and go to Accounts.
    accounts-settings
  2. Click on Family & other users.
  3. Click on your account and choose Change account type.
  4. Select Administrator from the drop-down list and click Ok.
    change-account-type
  5. Now go to the installer file, right-click on it and select Run as administrator.

You can also make another admin account and use it to log in before running the installer as an administrator.

Note: MSI installers don’t have the Run as administrator option. So, you’ll have to run it with the elevated command prompt. Please right-click on the installer, select Copy as path, and Enter the path in the elevated command prompt to do so.

Registry Editor Tweak

You can use this method to ensure that you run an installer as an administrator every time. It provides the same result as the above method. The only difference is you’ll have to apply the previous method every time you run a new installer, but you only need to do this process once.

Note: Changing registry configuration can break a computer. Please make a restore point to reset your system before executing this method to account for any more errors.

Here’s how you can tweak your registry to run all installers as an administrator automatically:

  1. Open the Run command, type regedit, and press Enter.
  2. Navigate to: Computer\HKEY_CLASSES_ROOT\Msi.Package\shell
  3. Right-click on shell and select New > Key.
  4. Set its name to runas and open this key.
  5. Double-click on (Default) and set the Value data as Install as &administrator.
    install-as-administrator
  6. Now, right-click on runas and select New > Key.
  7. Set its name to command and open this key.
  8. Then, double-click on (Default) and set its Value data to msiexec /i "%1".
    regedit-msiexec
  9. Restart your PC and run the installer to check if the issue resolves.

Launch Troubleshooters

Windows OS includes several troubleshooters to fix any errors in your system. Microsoft also provides additional troubleshooters, like the Program Install and Uninstall Troubleshooter. 

You can run this troubleshooter to check and resolve issues that may occur while installing an application:

  1. Download the Program Install and Uninstall Troubleshooter. 
  2. Launch the program and click Next.
  3. Select Installing.
  4. Choose the program you want to install from the list. If you can’t find it in the list, choose Not Listed, browse your PC to the installer and select it.
  5. Wait for the process to complete and try running the installer again.

You can also run the Program Compatibility Troubleshooter. Right-click on your installer and select Troubleshoot compatibility to do so. 

Or you can go to Settings > Update & Security > Troubleshooter > Additional troubleshooters > Program Compatibility Troubleshooter > Run the troubleshooter to launch this utility.

Install in Compatibility Mode

Old programs may not be compatible with newer operating systems. You likely need to run your installer in compatibility mode if it installs some old software. Follow the steps below to do so:

  1. Right-click on the installer and select Properties.
  2. Go to the Compatibility tab.
  3. Check on Run this program in compatibility mode for: and Run this program as an administrator.
    run-in-compatibility-mode
  4. Then, select the compatible Windows version from the drop-down list. Please find out this information on the installer’s website.
  5. Click Apply and Ok to apply the changes. Then launch the installer.

Re-register Windows Installer

This error can also occur if your system hasn’t registered the Windows Installer Service properly.

It is very easy to solve, and you only need to re-register this utility. Follow these steps to do so:

  1. Open Run Command (Windows + R). 
  2. Type regedit and press Enter to open the Registry Editor.
  3. Navigate to: Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSIServer
  4. Locate the Imagepath and make sure its value contains the correct path for msiexec.exe. In general, the proper path is C:\Windows\System32.
  5. Double-click on Imagepath and change the value data to C:\Windows\System32\msiexec.exe /V.
  6. Then, search for Command Prompt on the search bar. Right-click on it and select Run as administrator.
  7. Enter the following commands and press Enter after each to unregister and re-register the Windows Installer msiexec.exe file:
    msiexec /unregister 
    msiexec /regserver

Check Windows Installer Service

You can also check if the Windows Installer service is running correctly. If it’s not, a few minor changes will fix the issue. Please follow the instructions below:

  1. Enter msconfig in the Run Command. It will direct you to the System Configuration.
  2. Go to the Services tab and search for Windows Installer.
  3. Make sure the box next to it is checked and press Ok.
    windows-installer-msconfig
  4. Now, enter services.msc in the Run command to open Services.
  5. Look for Windows Installer and check its Startup Type. 
  6. If it shows Disabled, double-click on it and set the Startup type drop-down list to Manual. 
  7. Also, click on Start if the Service status indicates Stopped. Then, click Ok.
  8. Restart your computer and check if the issue persists.

Update Windows Operating System

Windows Updates may solve many unresolved issues in previous Windows versions. It is better to keep your system fully updated for its smooth operation. We also recommend installing the latest Feature and Security updates for your system.

Follow the instructions below to update your OS:

  1. Go to Settings > Update & Security.
  2. Click on Install now if the system update is available.
    windows system updates install now
  3. Also, ensure that you check for Feature or Security updates and install them by clicking Download and install.

Repair or Uninstall Application

Sometimes previously installed applications may also cause problems while running the installer to update or reinstall it.

You can try repairing the application or uninstalling it altogether before launching the installer to fix this issue. Please follow the directions below:

  1. Enter control in the Run Command to open the Control Panel.
  2. Locate Programs in the category view and click on Uninstall a program under it.
  3. Look for your application and right-click on it. 
  4. To repair the program, choose Repair or Uninstall/Change > Repair.
  5. To uninstall the application, select Uninstall or Uninstall/Change > Uninstall.
    Uninstall-MS-Office
  6. Confirm with Yes and follow the on-screen instructions.
  7. Then, update/reinstall the app again by launching the installer.

Run SFC and DISM

You can run these system file repair tools if your system experiences any system errors. They might fix the issue in many cases. But even if you can’t fix this issue, it’s still a good idea to run these utilities.

Follow the directions below to use these features through the elevated Command Prompt:

  1. Run the Command Prompt as an Administrator.
  2. Type the commands below and press enter after each to execute them:
    dism /online /cleanup-image /restorehealth
    sfc /scannow

Restart your PC if they find and repair any error. Then, check if this issue remains.

Temp Folder Permissions

The Windows Installer uses the Temp folder to save any temporary files required for installing the software. If somehow you don’t have ownership of or full control over this folder, your installer may experience some errors while installing the program. 

You can easily fix this issue by changing its permission settings. Here’s how you can do so:

  1. Enter %localappdata% on the Run command.
  2. Here, search for and right-click on Temp and select Properties.
  3. Go to the Security tab and click on Edit.
  4. Select Add and type Everyone under Enter the object names to select.
  5. Click Check Names and Ok.
  6. Check on the Allow boxes for all permissions for Everyone.
  7. Click Apply and Ok.

Run Installer After Clean Boot

You might be able to install the software without encountering this error on a clean boot. A Clean Boot allows starting Windows with minimum drivers and programs. This will likely bypass any issues caused by third-party interference.

Follow the instructions below to perform a clean boot:

  1. Enter msconfig in the Run tool to open the System Configuration utility.
  2. Go to the Services tab and check Hide all Microsoft services. 
  3. Select Disable all to disable all the non-Microsoft services.
    Disable-services-system-configuration
  4. Go to the Startup tab and select Open Task Manager.
  5. Select each program in the Startup tab and choose Disable.
  6. Close the Task Manager.
  7. Return to System Configuration.
  8. Click on Apply and Ok to apply the changes.

Run the installer after a clean boot and check if you can install the program this time.

Scan for Malware

Some malware threats can infect the installer files or the Windows Installer. We recommend you turn on real-time protection on your Virus and threat protection or other antivirus programs to prevent such an issue. It’s best to enable cloud-based protection on your antivirus applications as well.

Please scan your computer for malware and other threats if you encounter this error. Follow these steps to do so with the Virus & Threat Protection:

  1. Click on the Windows Security icon (Shield icon) from the notification tray.
  2. Click the Triple-line options icon and select Virus & threat protection.
    virus-and-threat-protection
  3. Locate Current threats and click Scan options under it.
  4. Now, check Full scan and click Scan now.
    full-scan
  5. Patiently wait for the scanning to finish. You can use any other applications in the meantime.

Reinstall Windows Installer

Sometimes the Windows Installer may get corrupted. In such cases, you can remove it from your system and reinstall it again to fix this issue. Here’s how you can do so:

  1. Head over to C:\Windows\System32.
  2. Look for and first back up, then delete the following files:
    msi.dll
    msiexex.exe
    msihnd.dll

    uninstall-windows-installer
  3. Restart your PC.
  4. Download and install the latest Window Installer Redistributable from the official Microsoft website.
Note: Microsoft doesn’t distribute Windows Installer 5.0. The latest redistributable you’ll find will be version 4.5.

Restore Your System

You can try restoring your system to a previously created restore point if the previous methods are ineffective. It will remove any error encountered after the restore point. Follow these steps to restore your system:

  1. Enter systempropertiesprotection in the Run command. It will direct you to the System Protection tab in System Properties.
  2. Click on System Restore.
    system restore
  3. Select a restore point and follow the on-screen instructions.
  4. You will also see an option to check for affected programs. Make sure to select the option if you want to know which programs you’ll need to reinstall.
fix
Abhishek

I'm an electronics engineer, avid writer, and tech-enthusiast specializing in troubleshooting computer-related issues. I enjoy reading both fiction and non-fiction in diverse genres. Apart from that, I also have a habit of trying out most new games but never completing them.

Related Posts

pci-device-driver-missing

PCI Device Driver Missing? Here is How to Fix It

August 2, 2022
photo-viewer-not-enough-memory

Photo Viewer Not Enough Memory? Here’s How to Fix It

August 2, 2022
file-system-error--805305975

How to Fix File System Error (-805305975)

August 2, 2022
How to View Crash Logs in Windows

How to View Crash Logs in Windows

August 2, 2022
the-operating-system-is-not-presently-configured-to-run-this-application

Fix: the Operating System is Not Presently Configured to Run This Application

August 2, 2022
this-operation-has-been-cancelled-due-to-restrictions-in-effect-on-this-computer

Fix: “This Operation Has Been Cancelled Due to Restrictions in Effect on this Computer” Error

August 1, 2022
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
MBR vs GPT SSD

MBR Vs GPT – Which One Is Better For Your SSD

August 2, 2022
best-mobile-games-of-all-time

30 Best Mobile Games of All Time

August 2, 2022
best-fighting-anime

30 Best Fighting Anime Games of All Time

August 2, 2022
You may also like
pci-device-driver-missing

PCI Device Driver Missing? Here is How to Fix It

August 2, 2022
how to fit two monitors on a small desk

How to Fit Two Monitors on a Small Desk?

August 2, 2022
Macbook Fan So Loud

Why is My Macbook Fan So Loud? How to Fix It

August 2, 2022
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

October 25, 2021
Facebook Twitter Pinterest
  • Home
  • About Us
  • Privacy Policy
  • Affiliate Disclosure
© 2022 TechNewsToday.

Type above and press Enter to search. Press Esc to cancel.