[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:04:54 PDT 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=15109
Vladimir Panteleev <thecybershadow at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow at gmail.com
           Assignee|nobody at puremagic.com        |eco at gnuk.net
--- Comment #1 from Vladimir Panteleev <thecybershadow at gmail.com> ---
I think we can fix this by saving the path in the registry, by adding:
  InstallDirRegKey HKCU "Software\D" "InstallPath"
at the top and
  WriteRegStr HKCU "Software\D" "InstallPath" $INSTDIR
at the bottom (install Section).
--
    
    
More information about the Digitalmars-d-bugs
mailing list