[Issue 15109] Always gets install dir wrong when uninstalling previous version
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Thu Oct 15 11:06:14 PDT 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=15109
--- Comment #2 from Vladimir Panteleev <thecybershadow at gmail.com> ---
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 working for some reason?
--
    
    
More information about the Digitalmars-d-bugs
mailing list