September 17, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3319

           Summary: DInstaller overwrites the %PATH% variable
           Product: D
           Version: unspecified
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: installer
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: bugzilla@digitalmars.com


--- Comment #0 from Walter Bright <bugzilla@digitalmars.com> 2009-09-16 17:19:49 PDT ---
I tried the distaller (http://ftp.digitalmars.com/dinstaller.exe) some days ago and found out that, after the installation, all my former entries in the %PATH% variable where gone. Only the new paths to the two directories within C:\D\... where configured.

Someone should change the dinstaller so that the DMD path entries will be appended to the existing ones instead of overwriting them.

Thanks & regards
notna

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
August 11, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3319


Ary Borenszweig <ary@esperanto.org.ar> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ary@esperanto.org.ar


--- Comment #1 from Ary Borenszweig <ary@esperanto.org.ar> 2010-08-11 06:11:00 PDT ---
This might help:

http://forums.winamp.com/showthread.php?postid=2496643

(since the installer is written in NSIS...)

But I'm still not sure what the fix could be... maybe checking for the value before and after changing it, as it suggests...

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------