You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In windows 10 when I tried to uninstall the app never fully uninstalls and remains in the "Apps & Features" dialog box of windows 10. The SW is "Pothos SDR environment (vc16-x64)" on windows 10. After uninstall this still shows in the settings -> Apps & features
once selecting uninstall the dialog box shows : Windows cannot find'C:\Projeram files\PothosSDR\Uninstall.exe' Make sure you typed the name correctly, and then try again.
The folder does not exist. but the OS still thinks it is installed.
The text was updated successfully, but these errors were encountered:
The cause of this is an orphaned registry entry at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PothosSDR.
If the folder C:\Program Files\PothosSDR is successfully deleted after uninstalling, then deleting the PothosSDR folder in the registry using regedit should be no problem. (disclaimer: don't normally mess with your registry)
After doing a search for PothosSDR in the registry it found this:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\PothosSDR
after deleting the reg entry and substrings PothosSDR does look to be removed from the windows "Apps & features" dialog box
In windows 10 when I tried to uninstall the app never fully uninstalls and remains in the "Apps & Features" dialog box of windows 10. The SW is "Pothos SDR environment (vc16-x64)" on windows 10. After uninstall this still shows in the settings -> Apps & features
![image](https://user-images.githubusercontent.com/5838886/160491389-8104da44-cc3b-471f-9552-c5c7a88a709c.png)
once selecting uninstall the dialog box shows : Windows cannot find'C:\Projeram files\PothosSDR\Uninstall.exe' Make sure you typed the name correctly, and then try again.
The folder does not exist. but the OS still thinks it is installed.
The text was updated successfully, but these errors were encountered: