Hey I need to increase width and height of UninstallProgressForm
of my Inno Setup uninstaller.
When I changed its width and height manually according to my custom - designed installer wizard page width and height, uninstall progress form appeared weird.
Only changed thing is its width and height. All other components like uninstall progress bar, title, captions, details, buttons remain with theirs old default size.
I like to know how can I resize all the components.
Thanks in advance.
UPDATED QUESTION
It has a Strectched WizardSmallBitmapImage
, an Applogo (it is also a bitmap)
, and more long cancel button
.
I like to have those also in my UninstallProgressPage
.
How can I resize those components in to the UninstallProgressForm
to become similar to the components' size in Installing Page
?
Thank you for your help.