
 ==============================================================

 BrandingURL.dll v0.2 by Flix UA
 [Based upon BrandingURL.dll v0.1 by Afrow UK]

  Last build: 8th October 2014

  An NSIS plugin to set branding text to a clickable hyperlink.
  ANSI and Unicode version.

 --------------------------------------------------------------

 Simply extract all files in the ZIP to NSIS\ directory or
 place the file BrandingURL.dll (ANSI) into your NSIS\Plugins\x86-ansi\ folder
  and
 place the file BrandingURL.dll (Unicode) into your NSIS\Plugins\x86-unicode\ folder

 See Examples\BrandingURL\ExampleMUI.nsi for example of use.

 ==============================================================
 The Functions:

  BrandingURL::Set /NOUNLOAD [color_r] [color_g] [color_b] [link_url]

   Set the branding text to a clickable hyperlink.

   [color_r]     : Red of hyperlink color.
   [color_g]     : Green of hyperlink color.
   [color_b]     : Blue of hyperlink color.
   [link_url]    : The web address to open in the default
                   web browser.

   Note: This should be called in .onGUIInit.
         /NOUNLOAD is required.
         Use empty "" values for r g b to use the default
         link color.

          -------------------------------------------

  BrandingURL::Unload

   Unloads the plugin DLL for deletion.

   Note: This should be called in .onGUIEnd.

 ==============================================================
 Change Log:

  v0.2 [8th October 2014]
   * Recompiled under Microsoft Visual Studio 2010.
   * Added Unicode version.


  v0.1 [7th June 2007]
   * Recompiled under Microsoft Visual C++ 6.

  v0.1 [21st April 2006]
   * First build.