How to create background image for
NSIS?
|
Graphical Installer is strongly tied with NSIS [and always will
be] so it respects these NSIS requirements.
It is VERY important to understand position of Inner dialog in main
Window. Next picture describes it's position window - notice
Window's frame:
To create good-looking background picture (690 x 496 pixels) you need to know that all controls will be placed inside Inner dialog area (450 x 228 pixels). Inner dialog is placed 210 pixels from left and 130 pixels from top, but as you can see the windows frame is not counted!
Dialogs are simplier objects: they contain only few components and they are designed for performing some action: browse for file/folder...
Special case of dialog is MessageBox - small window with few lines of text, icon and several buttons. They can be shown anytime during installation and they can control flow of install process.
Tip: How to create background image
with Custom Dimensions?
See this technical section how to run the BitmapCutter
application.