Skip to content
⌘ NSIS Forum Archive

ShowInstDetails

3 posts

Cerf#

ShowInstDetails

Hello there,

Is there a way to hide the progress label in the instfiles page?

I searched the forums and tried
ShowInstDetails hide
ShowInstDetails nevevershow

but still shows the files being copied. I can show the progressbar but I need to hide the files copied.

Can anyone help me on this one,

Thanks in advance!

Cërf.
Comperio#
I think SetDetailsPrint is what you are looking for. Look it up in the help files for its usage.
Cerf#
Absolutely Right

SetDetailsPrint none
File "your secret files"
SetDetailsPrint both

Just to let anyone know about the command usage and make this post better for others.

Thanks Comperio,

Works like a charm!

Cërf.