Software⏱️ 3 min read📅 2026-06-11

How to Fix: Error Deploying Google Chrome

Error deploying Google Chrome due to a problem with the Windows Installer package. Check the MSI log file for error details and contact support personnel or the package vendor.

Quick Answer: Check the MSI log file for error details, specifically the 'DoInstall' action, and contact support personnel or the package vendor for assistance.

Error Deploying Google Chrome: A Troubleshooting Guide

This guide is designed to help IT administrators troubleshoot and resolve issues when deploying Google Chrome using the msiexec command. The error code 1722 indicates a problem with the Windows Installer package, which may be caused by various factors such as missing dependencies, corrupted installation files, or incorrect configuration.

⚠️ Common Causes

  • Causes of Error 1722:
  • The primary cause of error 1722 is usually due to missing dependencies required for the Google Chrome installation. The installer package may be missing necessary libraries or DLLs that are required by the application. Additionally, corrupted installation files or incorrect configuration can also lead to this error.

🔧 Proven Troubleshooting Steps

Using the /norestart Option

  1. Step 1: Step 1: Add the /norestart Option
  2. Step 2: When running the msiexec command, add the /norestart option to prevent the installation from attempting to restart the computer. This can help resolve issues related to missing dependencies or corrupted files.
  3. Step 3: The updated command should look like this: msiexec /i /qn /norestart GoogleChromeStandaloneEnterprise.msi

Verifying Dependencies and Files

  1. Step 1: Step 1: Check for Missing Dependencies
  2. Step 2: Use the Windows built-in tool, Dependency Walker (depends.exe), to scan the installation files for missing dependencies. This can help identify any missing libraries or DLLs that need to be installed.
  3. Step 3: You can also use third-party tools like Ninite or Chocolatey to manage dependencies and ensure that all necessary files are installed.

💡 Conclusion

Resolving Error 1722: A Step-by-Step Approach

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions