|
|
|
#1
|
||||
|
||||
|
I tried to create new page between welcome page and select directory page but no new page is getting created in the installer.
procedure CurPageChanged(CurPageID: Integer); wpLicense: begin ButtonSetText(NextBtn,'Proceed'); ButtonSetText(BackBtn1,'Back'); end; function ShouldSkipPage(PageID: Integer): Boolean; begin if (PageID <> wpWelcome) and (PageID <> wpLicense) and (PageID <> wpSelectDir) and (PageID <> wpInstalling) and (PageID <> wpFinished) then Result:=True else Result:=False; if (ISDoneError = True) and (PageID = wpFinished) then Result:=True; end; |
| Sponsored Links |
|
#2
|
|||
|
|||
|
Quote:
In function ShouldSkipPage(PageID: Integer): Boolean; function you need to mention which page you want to hide. ie. You use wpLicense page,then remove it from hide function. Quote:
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Conversion Designer/Installer Creator | Razor12911 | Conversion Tutorials | 1613 | 03-10-2024 01:24 |
| Windows XP - Tricks | gargujjwal | Software | 3 | 25-05-2008 02:54 |
| Error Windows Installer: Command And Conquer 3 Kane Edition | glfsd | PC Games | 14 | 24-01-2008 06:00 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |