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

How to Fix Error Code 1608 Error – Error Code 1608 during SQL Server install?

SQL Server installation error code 1608 fix

Quick Answer: Check the product version and try reinstalling with the correct version number.

Error Code 1608 during SQL Server installation is an error that occurs when the Microsoft Installer (MSI) fails to retrieve product information for a specific package. This error affects users who are installing SQL Server 2008 R2 and may cause frustration during the installation process.

This error can be particularly frustrating as it prevents the user from completing the installation, leading to wasted time and potential data loss if the installation is not completed correctly.

🔍 Why This Happens

  • The primary reason for this error is that the Product Code '{AEB9948B-4FF2-47C9-990E-47014492A0FE}' is not recognized by the MSI. This could be due to a corrupted installation package, a mismatch between the product code and the actual product being installed, or an issue with the installation media.
  • Alternatively, this error may also occur if there are duplicate Product Codes in the installation package, which can cause confusion for the MSI.

🛠️ Step-by-Step Verified Fixes

Repairing the Installation Package

  1. Step 1: Step 1: Open the Command Prompt as an administrator and navigate to the installation media's root directory. Enter the command 'msiexec /r .msi' to repair the package.
  2. Step 2: Step 2: Once the repair process is complete, restart the installer and try reinstalling SQL Server 2008 R2.
  3. Step 3: Step 3: If the error persists, you may need to re-download the installation package from Microsoft's official website and attempt the installation again.

Using the Windows Installer Cleanup Tool

  1. Step 1: Step 1: Download and install the Windows Installer Cleanup Tool (also known as 'msiexec /x' command) from Microsoft's official website.
  2. Step 2: Step 2: Run the cleanup tool and select the option to remove all packages that are not needed for the installation of SQL Server 2008 R2. This may help resolve any conflicts or issues with the Product Code.

💡 Conclusion

If you have tried both repair methods and still encounter Error Code 1608, it is recommended to contact Microsoft support for further assistance. They can provide additional guidance and potentially offer a solution specific to your installation scenario.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions