Bugs


=====================================
Graphical Installer for NSIS - Bugs
=====================================

This document describes known bugs and problems in Graphical Installer for NSIS (Nullsoft Install System).

For information about Graphical Installer for Inno Setup see appropriate documents in Graphical Installer for Inno Setup package.

-------------------------
Known bugs and problems:
-------------------------

- Sometimes ListView32 does not refresh properly on page InstFiles
- Some plugins do not redraw Label #1006 (page InstFiles) properly [this can be avoided by using GraphicalInstaller::SubclassLabel function]
- InstFiles stops redrawing when window is overlapped by another application's window

------------------
Warning messages:
------------------

During compilation of script you can see several warning messages like:
'Variable "GraphicalInstallerHwnd" not referenced or never set, wasting memory!'

This behavior is normal, Graphical Installer provides additional functionality which you probably did not use in your installer.
You do not need to worry about these warnings (unreferenced code is removed when script is compiled).