English 中文(简体)
Inno Setup custom welcome page
原标题:
  • 时间:2009-12-03 06:01:16
  •  标签:
  • inno-setup

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?

最佳回答

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

问题回答
  1. create your own custom page and skip the welcome page.

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

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





相关问题
Changing AppID and AppName based on user input

I want to install the same application multiple times on the same system, for example for two user using two different web services (each one has their own). In in my setup script I want to change ...

InnoSetup: Getting AppName in [Code] section

I m creating an installer using InnoSetup, and writing some custom handlers in a [Code] section. In one of the handlers, I would like to be able to retrieve the value of the AppName (or, potentially, ...

Building Installation Disk for My Delphi 2010 Application

Can someone please give me a step by step on how to build an installation disk for my Delphi 2010 application? I have tried both InstallAware Express Edition which comes with Delphi 2010 but keeps on ...

Inno Setup custom welcome page

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 ...

Why would an ocx control not register properly?

I am writing an app that needs to use a third party ocx control. In my Inno Setup script I include the line: Source: C:aPathaControl.ocx; DestDir: {app}; Flags: restartreplace sharedfile regserver ...

Modifying the color scheme for an Inno Setup Installer

I ve been playing around with Inno Setup 5.3.6; trying to customize the installers colors. Mainly the banner that appears at the head of the installer. But as of yet i have no luck finding a way of ...

How do you distribute an HTML/Javascript web app?

I ve built a web page using HTML and Javascript that acts like a desktop app. I d like to distribute it to users in the methods they are most familiar with. For Windows users, I think this is an ...

热门标签