raspberrypi / pico-setup-windows

Apache License 2.0
252 stars 35 forks source link

Unable to uninstall Pico SDK #47

Closed Intechgreater closed 6 days ago

Intechgreater commented 1 month ago

I'd like to move/reinstall the entire SDK to a different directory that doesn't get backed up on OneDrive.

To uninstall, the instructions say to

Open the Apps and Features section in Windows Settings, then select Raspberry Pi Pico SDK . Click the Uninstall button and follow the prompts.

There's nothing with the term Pico in my Installed Apps, nor start Menu on Windows 11 Pro. However, I do see individual components CMake, doxygen, Git, etc. Otherwise, everything seemed to install successfully and I've been utilizing the SDK in Arduino IDE projects.

Windows 11 Pro Version 23H2 Build 22631.3880

ndabas commented 1 month ago

Do you think it's possible that you didn't actually use this installer to install the SDK? We don't support and don't configure anything in the Arduino IDE. So if you're using it there you probably installed it via a different method.

What folders do you have which you believe were actually installed by this installer?

Intechgreater commented 1 month ago

I followed this Tom's Hardware article that contains a link directly to releases in your Github repo and used pico-setup-windows-0.3.5-x64.exe since that seemed to be the correct one at the time. Later I looked around and noticed the Readme note on the main page saying that the project has moved to this Raspberry Pi repo which is why I ended up reporting the issue here. Having retraced my steps I realize I should have reported it on your repo instead, sorry.

These were created by the installer (except Outlook?)

image

Should I just uninstall each manually and then reinstall via pico-setup-windows-x64-standalone.exe from this repo?

ndabas commented 1 month ago

Ah, good to know that that article has an outdated link now, I'll see if I can put a note on that release to prevent users doing this in the future.

Anyway, at the time of the release, the installer used to just install everything separately (as recommended in the Pico SDK docs), so you can uninstall those pieces if you want to, although there is no harm if you let them hang around. Then just delete the directory it copied to your Documents, as documented in the ReadMe.txt that would be present in there:

Uninstall Just delete this directory. Any other software that you installed using Pico setup for Windows will have its own uninstaller.

Either way, yes, you can install via the latest release in this repo.