How do I customize the Inno Setup installer welcome page?
I want to create an installer similar to the Skype installer with just 3 pages:
- Custom welcome page with some options
- Progress Page
- End the page using the "Run program" option
But all the code examples that I saw only allow you to configure the wizard after the welcome page.
Skype seems to be using Inno Setup, so I know this is possible. But how?
user93202
source share