[phobos] [D-Programming-Language/installer] d7efe7: Windows installer: Warn before nuking the entire D...

GitHub via phobos phobos at puremagic.com
Tue Mar 17 02:28:33 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/installer
  Commit: d7efe7a944e8cfe752f595d2e9ad87259065d44f
      https://github.com/D-Programming-Language/installer/commit/d7efe7a944e8cfe752f595d2e9ad87259065d44f
  Author: Vladimir Panteleev <vladimir at thecybershadow.net>
  Date:   2015-03-15 (Sun, 15 Mar 2015)

  Changed paths:
    M windows/d1-installer.nsi
    M windows/d2-installer.nsi

  Log Message:
  -----------
  Windows installer: Warn before nuking the entire D installation

Currently, the uninstaller will nuke the entire D installation directory,
including any potential user files or files edited by the user.

Ideally we should only delete the files that we have installed,
if they have not been modified.

For now, at least, warn users that we are going to delete everything.


  Commit: 7fa531bcaf7352f46af734d7804ab399e7c371b8
      https://github.com/D-Programming-Language/installer/commit/7fa531bcaf7352f46af734d7804ab399e7c371b8
  Author: Martin Nowak <code at dawg.eu>
  Date:   2015-03-17 (Tue, 17 Mar 2015)

  Changed paths:
    M windows/d1-installer.nsi
    M windows/d2-installer.nsi

  Log Message:
  -----------
  Merge pull request #121 from CyberShadow/pull-20150315-164929-wininst-warn-on-rmdir

Windows installer: Warn before nuking the entire D installation


Compare: https://github.com/D-Programming-Language/installer/compare/3bbb389d56e3...7fa531bcaf73


More information about the phobos mailing list