Hello!
can not be logo.bmp logo.png from replaced? (off switch?)
how to add logo.png?
now:
Quote:
ExtractTemporaryFile ('logo.bmp');
WizardForm.WizardBitmapImage2.Width := ScaleX(230);
WizardForm.WizardBitmapImage2.Height := ScaleX(55);
WizardForm.WizardBitmapImage2.Top:=340;
WizardForm.WizardBitmapImage2.Left:=5;
WizardForm.WizardBitmapImage2.Bitmap.LoadFromFile( ExpandConstant('{tmp}\logo.bmp'));
WizardForm.WizardBitmapImage2.Parent:=WizardForm;
|