Archive: set window title?


set window title?
Is it possible to set the window title of the NSIS installer (MUI)? I want to change "PROGRAMNAME Installation" into e.g. "PROGRAMNAME 1.2.3" or "PROGRAMNAME 1.2.3 Update". The version number should come out of GetDllVersionLocal.


I think you might be looking for the Caption command.

Vytautas