I am trying to upgrade my installer by using the "Image in installer window background":
I've encountered a problem with using it with the inetc plugin - I'm using the inetc plugin to download files in MUI_PAGE_INSTFILES.
For some reason the inetc progress bar is not showing. Once I'm disabling the "create bitmap control" - the progress bar is back to normal:
System::Call `user32::CreateWindowEx(i 0, t "STATIC", t "", i ${SS_BITMAP}|${WS_CHILD}|${WS_VISIBLE}, i 0, i 0, i R1, i R2, i $HWNDPARENT, i ${IDC_BITMAP}, i R3, i 0) i.R1` I've tried sending different flags but to no avail.I also tried to create the bitmap control in the ui exe - same result.
Any help will be appreciated!
Thanks,
Ron.