View Single Post
  #7  
Old 01-02-2013, 06:44
Andre Jesus's Avatar
Andre Jesus Andre Jesus is offline
Registered User
 
Join Date: Jun 2012
Location: Brazil
Posts: 70
Thanks: 11
Thanked 0 Times in 0 Posts
Andre Jesus is on a distinguished road
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.

Last edited by Andre Jesus; 01-02-2013 at 06:46.
Reply With Quote