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

Uninstall should remove configuration #14

Closed
drowe67 opened this issue May 30, 2019 · 2 comments · Fixed by #182
Closed

Uninstall should remove configuration #14

drowe67 opened this issue May 30, 2019 · 2 comments · Fixed by #182

Comments

@drowe67
Copy link
Owner

drowe67 commented May 30, 2019

Registry entries on Windows, ~/.FreeDV on Linux

@hobbes1069
Copy link
Collaborator

When I have some time (haha) I can take a look and see if there's some option I can pass to the NSIS installer to remove registry entries but I don't think there's any practical way to remove configuration files on *nix...

@tmiw
Copy link
Collaborator

tmiw commented May 9, 2021

Would the following in CMakeLists.txt be sufficient, you guys think?

set(CPACK_NSIS_EXTRA_UNINSTALL_COMMANDS "reg delete HKEY_CURRENT_USER\SOFTWARE\CODEC2-Project\FreeDV /f")

Sources: CMake documentation and here.

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

Successfully merging a pull request may close this issue.

3 participants