[Issue 15375] New: replace nsis installer by .msi installer

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Nov 22 16:01:59 PST 2015


https://issues.dlang.org/show_bug.cgi?id=15375

          Issue ID: 15375
           Summary: replace nsis installer by .msi installer
           Product: D
           Version: D2
          Hardware: All
                OS: Windows
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: installer
          Assignee: nobody at puremagic.com
          Reporter: code at dawg.eu

The NSIS installer system is quite dated, requires to write hard to maintain
(asm like) scripts, necessary plugins are no longer maintained (and only
available as binaries [¹]), and .msi installer are supposed to be better
integrated with Windows [²].

[¹]: https://dlang.dawg.eu/downloads/others/
[²]: https://en.wikipedia.org/wiki/Windows_Installer

Regarding different msi installers, we got a recommendation for Inno Setup.
http://forum.dlang.org/post/gjdwctcoakpfxzyjdgzw@forum.dlang.org
http://www.jrsoftware.org/isinfo.php

--


More information about the Digitalmars-d-bugs mailing list