如何在 InnoSetup 中更改 "next disk" 图像?

How to change the "next disk" image in InnoSetup?

是否可以更改 "Setup Needs the Next Disk" 对话框中的图像以及如何更改?

这张软盘的图像看起来很过时,所以我想更换它。
我知道如何 insert/replace 向导页面上的图像(例如使用 TBitmapImage.Create(WizardForm)),但我找不到对该对话框的任何引用。

那个对话框加载这个古老的图像 from the resource and you'll get no reference 到那个对话框,所以我能想到的唯一选择是用一些资源编辑器修改 Setup.e32 二进制模板文件中的 DISKIMAGE 资源位图工具。