i use a backgroundimage in my installer. for this i use bgimage and a bmp file. the installer compiles fine but when i start the installer i don't see a background image. i must put it down to the task bar and mus recall ist from there then i see the background. here is the line that calls bgimage:
how can i make it that the background is shown immediatly?
Function .onGUIInit
BgImage::setBg /NOUNLOAD /FILLSCREEN "$PLUGINSDIR\bgimage.bmp"
Delete $PLUGINSDIR\bgimage.bmp
FunctionEnd