Hello.
I know to load image .jpg on installer, like example below:
Code:
InnerNotebook.Hide;
OuterNotebook.Hide;
h:=WizardForm.Handle;
ImgLoad(h,ExpandConstant('{tmp}\1.jpg'),0,0,WizardForm.ClientWidth,WizardForm.ClientHeight,True,True);
ImgApplyChanges(WizardForm.Handle);
But i donīt know to load image on unistaller.
How can i load image .jpg on the uninstaller screen?
Sorry my bad english.