[Issue 15109] Always gets install dir wrong when uninstalling previous version

2018-05-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15109 Manu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 15109] Always gets install dir wrong when uninstalling previous version

2015-10-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15109 --- Comment #5 from Manu --- Maybe old installations had the registry populated with a bad path? --

[Issue 15109] Always gets install dir wrong when uninstalling previous version

2015-10-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15109 --- Comment #4 from Vladimir Panteleev --- According to git blame, it's been doing this since Brad's revamp on 2014-07-08. --

[Issue 15109] Always gets install dir wrong when uninstalling previous version

2015-10-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15109 --- Comment #3 from Manu --- I just updated to the latest DMD, and the latest installer seems to be working working. I think it may have been fixed after my last NG rant. ;) I'll confirm this on a second PC. --

[Issue 15109] Always gets install dir wrong when uninstalling previous version

2015-10-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15109 --- Comment #2 from Vladimir Panteleev --- Hm, looking at the code, it already does that! InstallDirRegKey HKCU "Software\${DName}" "InstallationFolder" ... WriteRegStr HKLM "SOFTWARE\${DName}" "InstallationFolder" "$INSTDIR" I guess it's not wor

[Issue 15109] Always gets install dir wrong when uninstalling previous version

2015-10-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15109 Vladimir Panteleev changed: What|Removed |Added CC||thecybersha...@gmail.com Assi