Archive: Quick question


Quick question
how do I get this box to go away. I don't want the scroll of all the files to be there.
http://www.freebiescams.com/box.jpg


near the top of your installer, use:

ShowInstDetails nevershow

alternatively, in function/sections, use:
SetDetailsView hide

Actually, it's ShowInstDetails nevershow.

Stu


corrected - thanks for the heads-up


ShowInstDetails nevershow couldnt get to work (put at very top of installer) but the other one did thanks for the help guys!


MUI probably sets it so it should work if you place it after !include MUI2.nsh

Stu