![]() git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1830 212acab6-be3b-0410-9dea-997c60f758d6 |
||
---|---|---|
.. | ||
Banner.c | ||
Banner.dsp | ||
Banner.dsw | ||
Example.nsi | ||
Readme.txt |
Banner.dll shows a banner with customizable text. There are only two functions, show and destory. Show must be called with the /NOUNLOAD flag or else it won't work. Show takes one argument which is the text to show and destroy takes no arguments. Look at Example.nsi for an example. Created by Amir Szekely (aka KiCHiK)