Skip to content
⌘ NSIS Forum Archive

SpaceTexts and custom message

4 posts

cchian#

SpaceTexts and custom message

Is there a way to have NSIS 1.98 show a fixed space requirement? I tried using SpaceTexts, but the actual size NSIS calculates still shows up after whatever text I added. I just want it to always show something like "Space Required: 40KB". Currently it shows 433KB as space required.
Sunjammer#
LOL ... please tell me that was by design? (can this be documented somewhere if it isn't already pretty please) .. and yes KiCHiK I should do it myself but I'm busy as u know :P
kichik#
If you want to learn about the design ask Justin 😁
All I know is that the atoi function that NSIS uses can process and return negative numbers. I will add it to the AddSize piece in the docs.