Question

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:

  1. Custom Welcome Page with some options
  2. Progress Page
  3. 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?

Was it helpful?

Solution

You can use Inno Setup Form Designer by Marc Hoffmann, you can hide the Welcome page and instead show your own custom pages.

OTHER TIPS

  1. create your own custom page and skip the welcome page.

  2. read CodeDlg.iss in your Inno setup folder: Inno Setup 5\Examples\

  3. see [Run] section in the Inno help document.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top