Skip to content
⌘ NSIS Forum Archive

Quick question

6 posts

IYIaster#

Quick question

how do I get this box to go away. I don't want the scroll of all the files to be there.
Animaether#edited
near the top of your installer, use:
ShowInstDetails nevershow
alternatively, in function/sections, use:
SetDetailsView hide
IYIaster#
ShowInstDetails nevershow couldnt get to work (put at very top of installer) but the other one did thanks for the help guys!