[Issue 12075] Required disk space of Windows installer is 0kB

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Feb 4 14:27:03 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=12075


Brad Anderson <eco at gnuk.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eco at gnuk.net


--- Comment #1 from Brad Anderson <eco at gnuk.net> 2014-02-04 14:26:57 PST ---
The fix for this is to just use the option to embed the zip file in the
installer instead of using the download method.  The space required figure
number will still be somewhat off because we embed a zip file that we then
extract ourselves rather than letting NSIS take care of embedding and
compressing files.

Another option is to just get rid of the Required Disk Space line (SpaceTexts
in NSIS script can do it). I prefer this one since DMD isn't big enough that
the average user needs to care about how much disk space it takes up.

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


More information about the Digitalmars-d-bugs mailing list