Hello,
I created a form with the ISFD (Inno Setup Form Designer). Its all ok and implemented, except there is a problem.
The form has PICTURES, but i cant get them to be EMBEDDED inside the setup, but instead need to be extracted before the setup is run!
E.g
Is there a way to EMBED the picture inside INNO?Code:picDefault.Bitmap.LoadFromFile(ExpandConstant('{src}\Pics\Default.bmp'));






Reply With Quote