I want to create a new About button at the bottom left corner of all the pages like wpWelcome
, wpSelectTasks
, wpInstalling
etc;
that will show some message if it is clicked. Message should close if user presses "OK". The button should show the full word "About" not like "Abou..."
I have checked CodeClasses.iss
file in Inno Setup, but I could not understand which piece of code I should copy, which should not.
I have already seen these two post:
But they are not what I exactly want.
So please anyone help.
Here is a simplified, inlined version of the minimum code necessary to do what you've asked for: