PDA

View Full Version : Hide a file during copying....


Joel
8th January 2003, 19:22
Hi !

I make a lots of ocx for my app and I don“t want to be "visible" in the detail's window, during installing and uninstalling ... I read the Doc's but I don't find a command for that.

does any one know???

:cry:

kichik
8th January 2003, 19:33
Use SetDetailsView:
http://nsis.sf.net/Docs/Chapter3.html#3.7.14.11

Joel
8th January 2003, 21:09
Ok, I read the option to hide the Detail's window, but actually I want the end-user to see the files that installer is copying, but I don't want to see the ocx's installing or uninstalling in the detail's window...

kichik
9th January 2003, 11:33
I am sorry, my mistake. I meant SetDetailsPrint:
http://nsis.sourceforge.net/Docs/Chapter3.html#3.7.14.12.