How can I customize the welcome page of an Inno Setup installer?
I want to create an installer similar to Skype's installer with only 3 pages:
- Custom Welcome Page with some options
- Progress Page
- Finish Page with "Run Program" option
But all the code samples I've seen only allow customizing the wizard after the welcome page.
Apparently Skype uses Inno Setup, so I know this is possible. But how?