Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't Uninstall completely even it's BCUninstaller #73

Closed
wharjack opened this issue Jun 11, 2023 · 6 comments
Closed

Can't Uninstall completely even it's BCUninstaller #73

wharjack opened this issue Jun 11, 2023 · 6 comments
Labels

Comments

@wharjack
Copy link

image

@nitro9a
Copy link

nitro9a commented Feb 21, 2024

Having the same issue.

@corbindavenport
Copy link
Owner

I'll try to find time to fix this soon, in the meantime deleting the NexusTools folder from the %AppData% folder in the File Explorer works.

You can also run this command in a Command Prompt to clean up the Nexus Tools item in Add/Remove Programs:

reg delete "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall\NexusTools" /f

@nitro9a
Copy link

nitro9a commented Feb 21, 2024

Thanks. I found a registry key under uninstall for nexustools called noModify. I changed it to 0, but I still get the same errors. Was this intentional to prevent uninstalling or is that for something else? Also wondering why changing it to 0 does nothing.

@corbindavenport
Copy link
Owner

I have a fix for this in the dev channel now, the main issue is that Windows doesn't allow executables to delete themselves or their parent directory while they are running (unlike macOS and Linux). I'm not sure why I didn't catch that before, but the uninstaller now creates and runs a small batch script to delete the NexusTools folder after everything else is done.

The noModify key just changes the main button in the Add and Remove Programs Control panel from "Uninstall/Change" to "Uninstall". The Control Panel is deprecated and the Windows Settings app says "Uninstall" either way, so I removed that key. I also set the icon to the cmd.exe icon so it looks a bit less generic.

image

image

I need to fix a few other bugs and then I'll make a new release with these changes.

@corbindavenport
Copy link
Owner

This is live now :)

@nitro9a
Copy link

nitro9a commented Mar 13, 2024

Awesome, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants