SQL Search 2 fails to uninstall
Jonathon_R
Posts: 2 New member
in SQL Search
Hello,
I've recently upgraded one of our production PC's to SSMS 17.1 and I am having trouble getting SQL Search 2.4 to work with the program. I have tried uninstalling and reinstalling the SQL Search 2 program from Programs and Features and the program fails to uninstall, as after closing Programs and Features and reopening it, the SQL Search 2 program is still there. I have tried running the Windows Installer Cleanup Utility from Microsoft to try to remove SQL Search 2, but that failed as well. This PC is currently running Windows 10 Enterprise (version 1607). Please advise.
I've recently upgraded one of our production PC's to SSMS 17.1 and I am having trouble getting SQL Search 2.4 to work with the program. I have tried uninstalling and reinstalling the SQL Search 2 program from Programs and Features and the program fails to uninstall, as after closing Programs and Features and reopening it, the SQL Search 2 program is still there. I have tried running the Windows Installer Cleanup Utility from Microsoft to try to remove SQL Search 2, but that failed as well. This PC is currently running Windows 10 Enterprise (version 1607). Please advise.
Tagged:
Comments
I'm sorry to hear that you're experiencing this problem. Can you try uninstalling by running this powershell script and then sending me the resulting logfile? You may want to adjust the logfile path.
This won't fix the problem, but hopefully it will give us more information as to what is going wrong during the uninstall process.
Redgate Software
I am also having the same issue and when tried to remove the product using the power shell commands you posted I got some errors, so I decided to run the following command via a command prompt:
msiexec.exe /X {A73DE592-3BE2-4085-A410-F137A2B0B623} /L*VX "J:\Downloads\Red-Gate Tools\SQLSearch2_uninstall_log.txt"
Attached is the log file, hopefully you can figure out why the product is not being removed.
I am running Windows 10 64bits version 1703 (OS Build 15063.540)
- Running a system restore to back before I installed SQL Server Management Studio 17.1.
- Uninstalling SQL Search 2.
- Uninstalling SQL Server Management Studio 16.5.3.
- Installing SQL Server Management Studio 17.1
- Installing SQL Search 2.
After I took the above steps, the SQL Search plugin appeared in the new version of SSMS. However, I would not consider the steps above a real resolution but more of a workaround, since this involves a lot of backtracking and extra time spent on an issue that should not exist.Thanks for the feedback.
Looking at your steps, I believe that in my case, before installing SSMS 17.1 I did the following:
- Removed SSMS 16.5.3
- Installed SSMS 17.1
- Try to install SQL Search 2.
I believe that since SQL Search 2 was installed for SSMS 16.5.3, in my case removing SSMS 16.5.3 before uninstalling SQL Search 2 may be the reason why we are not able to uninstall SQL Search 2 to be reinstalled for SSMS 17.1.Unfortunately I cannot do a system restore as you did, so I will have to wait for Rob to come up with a force way to remove/reinstall SQL Search 2.
Thanks.
Redgate Software
The program is not functional.
- It will show in the "Apps & Features" as installed.
- There are some assemblies in the "C:\Program Files (x86)\Red Gate\SQL Search 2" folder
- When I try to re-install, it will not continue because it says that it is already installed.
The solution may be to manually uninstall it, so it will allow to be re-installed.I am trying to remove the corrupted installation using Microsoft FixIt tool from this link:
https://support.microsoft.com/en-us/help/17588/fix-problems-that-block-programs-from-being-installed-or-removed
I will post my finding if I am able to re-install SQL Search 2
After rebooting, I tried to install SQL Search again and then got this error:
At this point, I don't know what else to do to install this program.
Hope this work for others.
Redgate Software
- make sure SSMS 18 was installed
- uninstall SQL Toolbelt
- make sure SSMS 17 was installed
- install SQL Toolbelt
Posting this in case anyone else ends up in my weird situation and stumbles upon this thread.