Archive: hiding progressbar infomation


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


Hi!

This will help you:

http://nsis.sourceforge.net/Docs/Chapter4.html

and head for

4.9.14.14 SetDetailsPrint

Try using this:


SetDetailsPrint none

File mysecurefile.exe

SetDetailsPrint lastused


Cheers

Bruno

thanks a lot, working.