Back

Addressing this SmartConnect Installation Error: “Another version of this product is already installed…”

Published: Feb 05, 2026
Post Author Written by Amit Chaudhari

During the installation of SmartConnect 21, the following error message appears, especially when you cannot find “eOne SmartConnect” under Control Panel > Add/Remove Programs to uninstall the existing version.

Causes

  • The “Uninstall” function is not functioning properly in Programs and Features.
  • Corrupt registry keys on 64-bit operating systems.
  • Corrupt registry keys control the updated data.
  • Prevent new programs from being installed.

Resolution:

You’ll need to locate any existing “eOne SmartConnect” references on the system, uninstall them using the steps below, and then try installing again with a new install.

Required: Log off all other users from the server/machine. Only you should remain logged in as admin.

  1. If you have the original SmartConnect installation files for the same version, open them and select Installer Files — this should give you the option to uninstall.
  2. Try uninstalling via Command Prompt or PowerShell using the command:
    product where name="SmartConnect" call uninstall
  3. Attempt to uninstall via Safe Mode.
  4. Repair the .NET Framework.
  5. Download the tool from the Microsoft site here: Microsoft .NET Framework Repair Tool
  6. If you run into the error “The SmartConnect Setup Wizard ended prematurely,” review this article for instructions on how to address it.

Here is the Download web link for the Microsoft troubleshooter.

  1. If you see the File Download box when you start downloading, select Run or Open.
  1. Click On >> Uninstalling
  1. Choose: Not Listed
  1. Find the product code for SmartConnect that is registered under registry.
$AppName = "*SmartConnect*"

Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* ,
HKLM:\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* |
Where-Object { $_.DisplayName -like $AppName } |
Select DisplayName, PSChildName

wmic product where “name like ‘%SmartConnect%'” get name,identifyingnumber

Note: Be sure to include the curly braces.

  1. Click On >> Yes, try uninstall
  1. Wait
  1. Finished.

Now you should be able to finish the installation of SmartConnect 21 without running into the “Another version of this product is already installed…” error.

Have a question? Please reach out to us at support@eonesolutions.com.

Feeling stuck? Get the support and guidance you need to help you power through any data challenge

We're on your integration team. Connect with our people and let us know how we can help you.