Reputation: 3055
Is it possible to change the image on the "Setup Needs the Next Disk" dialog and how to do it?
The image looks quite outdated with that floppy disk so I want to replace it.
I know how to insert/replace images on wizard pages (e.g. using TBitmapImage.Create(WizardForm)
) but I can't find any reference to that dialog.
Upvotes: 1
Views: 709
Reputation: 76693
That dialog loads this ancient image from the resource
and you'll get no reference
to that dialog, so the only option I can think of is modifying the DISKIMAGE
resource bitmap in the Setup.e32 binary template file with some resource editor tool.
Upvotes: 2