Error 1720Windows Installer

How to Fix Error 1720 (Windows Installer)

Quick Answer

Error 1720 indicates a problem with a Windows Installer package, specifically that a script required for installation could not be executed. This often points to issues with Windows Installer service, permissions, or corrupted installation files. The fastest fix often involves ensuring the Windows Installer service is running correctly and checking file permissions.

What Causes This Error

  • Corrupted or incomplete installation package.
  • Insufficient user permissions to execute scripts or access temporary directories.
  • Problems with the Windows Installer service (e.g., not running, corrupted).
  • Conflicting background processes or security software interfering with the installation.
  • Issues with temporary folders where installer scripts are extracted.
  • Damaged system files or registry entries related to Windows Installer.

Step-by-Step Fixes

1Verify Windows Installer Service Status

  1. Press the Windows key + R to open the Run dialog.
  2. Type "services.msc" and press Enter to open the Services window.
  3. Locate "Windows Installer" in the list of services.
  4. Check the 'Status' column. If it is not 'Running', right-click on 'Windows Installer' and select 'Start'.
  5. If it is already running, right-click and select 'Restart'.
  6. Attempt to run the installation again.

2Run Installer as Administrator

  1. Navigate to the location of the installer file (.msi or .exe).
  2. Right-click on the installer file.
  3. Select "Run as administrator" from the context menu.
  4. Follow the on-screen prompts to complete the installation.
  5. This grants the installer elevated permissions, potentially resolving Error 1720.

3Clear Temporary Files

  1. Press the Windows key + R to open the Run dialog.
  2. Type "%temp%" and press Enter to open the temporary files folder.
  3. Select all files and folders within this directory (Ctrl + A).
  4. Press the Delete key to remove them. Skip any files that cannot be deleted.
  5. Close the temporary files folder and attempt the installation again.

4Re-download or Obtain a New Installer Package

  1. If the installer was downloaded, delete the existing file.
  2. Download a fresh copy of the installer package from the official source or vendor website.
  3. If using a physical disk, ensure it is clean and free of scratches.
  4. Attempt the installation with the new package.
  5. Corrupted download files can often lead to scripting errors during installation.

5Disable Antivirus/Firewall Temporarily

  1. Locate your antivirus or firewall software icon in the system tray (bottom-right corner of the screen).
  2. Right-click the icon and look for options like "Disable protection," "Pause protection," or "Turn off firewall."
  3. Temporarily disable these protections for the duration of the installation.
  4. Attempt to run the installer again.
  5. Remember to re-enable your security software immediately after the installation is complete.

Advanced Fixes

Register Windows Installer Components

  1. Press the Windows key + R to open the Run dialog.
  2. Type "msiexec /unregister" and press Enter. A command prompt window may flash briefly.
  3. Press the Windows key + R again.
  4. Type "msiexec /regserver" and press Enter. Another command prompt window may flash.
  5. Restart your computer.
  6. Attempt the installation after the restart. This re-registers the core Windows Installer components.

Run System File Checker (SFC)

  1. Press the Windows key, type "cmd", right-click on "Command Prompt", and select "Run as administrator".
  2. In the Command Prompt window, type "sfc /scannow" and press Enter.
  3. Allow the scan to complete. This process checks for and repairs corrupted Windows system files.
  4. Once the scan is finished, restart your computer.
  5. Attempt the installation again. Corrupted system files can impact installer functionality.

Check and Adjust Folder Permissions

  1. Navigate to the 'C:\Windows\Installer' folder. If you cannot see it, ensure 'Show hidden files, folders, and drives' is enabled in Folder Options.
  2. Right-click on the 'Installer' folder, select 'Properties', then go to the 'Security' tab.
  3. Click 'Edit' and then 'Add'. Type 'Everyone' in the object names box and click 'Check Names', then 'OK'.
  4. Ensure 'Everyone' has 'Read & execute' and 'List folder contents' permissions. Apply changes.
  5. Repeat this process for your temporary folder (access via %temp% in Run dialog) ensuring your user account has full control.
  6. Attempt the installation again after adjusting permissions.

Frequently Asked Questions

What does 'Error 1720' specifically mean?

Error 1720 indicates that the Windows Installer encountered a problem executing a script that is critical for the installation process. This script could be embedded within the installer package or referenced by it, and its failure prevents the installation from completing.

Is Error 1720 always related to Windows Installer?

Yes, Error 1720 is a specific error code generated by the Windows Installer service. While the underlying cause can vary (permissions, corrupted files, service issues), the error itself directly points to a failure within the Windows Installer framework.

Can antivirus software cause Error 1720?

Yes, antivirus or firewall software can sometimes interfere with the execution of installer scripts, flagging them as potentially malicious or blocking their access to system resources. Temporarily disabling security software can help determine if it is the cause.

Do I need to restart my computer after applying these fixes?

While not always strictly necessary for every step, restarting your computer is often a good practice after making system-level changes, such as re-registering services or running system file checks. This ensures all changes are properly applied and system resources are refreshed.

Related Errors

A reference system for real error codes and troubleshooting guides. Clear, factual, step-by-step fixes for software, devices, and systems.

Browse

Categories

Company

© 2026 Error Fixer Hub. All rights reserved.

Information provided for educational purposes. Always back up your data before making system changes.

This website uses cookies to improve your experience and analyze traffic. By continuing to use this site, you agree to our Privacy Policy.