Skip to content
⌘ NSIS Forum Archive

hiding progressbar infomation

3 posts

yairko#

hiding progressbar infomation

hello,

i have a working installation but now, for security reasons, i want to hide the file names that i install.
dont want the progressbar text to show them.

any ideas how to do that ?

regards
bholliger#
Hi!

This will help you:



and head for

4.9.14.14 SetDetailsPrint

Try using this:


SetDetailsPrint none

File mysecurefile.exe

SetDetailsPrint lastused
Cheers

Bruno