NSIS/Contrib/Banner
2002-11-24 18:50:31 +00:00
..
Banner.c Banner - shows some text before installation starts 2002-11-24 18:50:31 +00:00
Banner.dsp Banner - shows some text before installation starts 2002-11-24 18:50:31 +00:00
Banner.dsw Banner - shows some text before installation starts 2002-11-24 18:50:31 +00:00
Example.nsi Banner - shows some text before installation starts 2002-11-24 18:50:31 +00:00
Readme.txt Banner - shows some text before installation starts 2002-11-24 18:50:31 +00:00

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)