Archive: enable "Show details" during install?


enable "Show details" during install?
Hello, I have disabled the "Show details" button in my installer. However, when someone aborts the isntallation, I would like the "Show details" window to be displayed, so the user can witness the "abortion" process.

Is this possible? How?

I can't simply put ShowInstDetails "show" in my abort function, apparently...


Try a combination with SetDetailsView,

http://nsis.sourceforge.net/Docs/Cha...html#4.9.14.13


thanks, that worked great