Tommi Prami 131 Posted July 1, 2024 (edited) Registry need cleanup I think... Could not find it tough. I'll let you know if I find where this is coming from. Had typo while searching, found from expected place at the registry. This also caught my eye. Should this registration also be gone at the uninstall Edited July 1, 2024 by Tommi Prami More info Share this post Link to post
Uwe Raabe 2065 Posted July 1, 2024 This usually happens when MMX has been installed for all users, i.e. as an admin. That will use HKLM for the Experts entry, which will be copied to HKCU when a user starts Delphi. As the installer didn't add these registry entries, it refuses to remove them when uninstalling (this is standard behavior of InnoSetup). Actually, these kind of quirks are the reason why Install for me only is recommended. If you are the only user at the system it doesn't matter at all and if you are not, each user will have its own copy of MMX installed (they can even have different versions). I always try to clean up as neatly as possible when uninstalling, but I didn't find a reliable way to do that without jumping through hoops with the registry and several user folders. 3 Share this post Link to post
Tommi Prami 131 Posted July 1, 2024 2 hours ago, Uwe Raabe said: Actually, these kind of quirks are the reason why Install for me only is recommended. Noted!. That is totally reasonable, if it takes too much time and/or effort. That is such a small problem, that no need to worry, I think. -Tee- Share this post Link to post
Uwe Raabe 2065 Posted July 1, 2024 While I have the same problem when using alternative registry keys (instead of BDS), I thought of creating a separate management tool, but as ever so often spare time is limited and valuable. 1 Share this post Link to post
Mebo 0 Posted Saturday at 11:08 PM (edited) Any idea how to clean registry? Edited Sunday at 10:20 AM by Mebo Share this post Link to post
Mebo 0 Posted Sunday at 10:24 AM Ok, had to reinstall (personal) and then uninstall, now it seams to be clean. Anyhow, I uninstalled MMX because I have problems with Ctrl-Key (often not working within Delphi) on Parallels/Windows. Also tried some other options but problem still there...:-( Share this post Link to post