#841
|
||||
|
||||
no bro i need like this, but it not working.
procedure AboutButtonOnClick(Sender: TObject); begin If CurPageID=wpWelcome then begin MsgBox('Hello.', mbInformation, MB_OK); end; If CurPageID=wpSelectDir then begin MsgBox('Hello.', mbInformation, MB_OK); end; end; |
Sponsored Links |
#842
|
||||
|
||||
Quote:
Code:
[code] var PageID: integer; procedure CurPageChanged(CurPageID: integer); begin PageID:=CurPageID; end; procedure AboutButtonOnClick(Sender: TObject); begin case PageID of wpWelcome: MsgBox('wpWelcome', mbInformation, MB_OK); wpLicense: MsgBox('wpLicense', mbInformation, MB_OK); wpPassword: MsgBox('wpPassword', mbInformation, MB_OK); wpInfoBefore: MsgBox('wpInfoBefore', mbInformation, MB_OK); wpUserInfo: MsgBox('wpUserInfo', mbInformation, MB_OK); wpSelectDir: MsgBox('wpSelectDir', mbInformation, MB_OK); wpSelectComponents: MsgBox('wpSelectComponents', mbInformation, MB_OK); wpSelectProgramGroup: MsgBox('wpSelectProgramGroup', mbInformation, MB_OK); wpSelectTasks: MsgBox('wpSelectTasks', mbInformation, MB_OK); wpReady: MsgBox('wpReady', mbInformation, MB_OK); wpPreparing: MsgBox('wpPreparing', mbInformation, MB_OK); wpInstalling: MsgBox('wpInstalling', mbInformation, MB_OK); wpInfoAfter: MsgBox('wpInfoAfter', mbInformation, MB_OK); wpFinished: MsgBox('wpFinished', mbInformation, MB_OK); end; end; |
The Following 2 Users Say Thank You to altef_4 For This Useful Post: | ||
papas (02-09-2016), y_thelastknight (30-12-2013) |
#843
|
||||
|
||||
thanks works fine.
|
#844
|
||||
|
||||
how to make like this m8?
|
#845
|
||||
|
||||
Last edited by y_thelastknight; 03-01-2014 at 05:28. |
#846
|
|||
|
|||
How to add splash in yener90's script (CIU 1.0.0.6).Thank in advance
|
#847
|
||||
|
||||
put the splash.png file in setup.cab file..it works.
|
#848
|
|||
|
|||
Three little question,, help me please
![]() 1. When unninstall, how to delete the main folder of the installer? the folder is empty but still in program files.. i try with deltree in CurUninstallStepChanged, and with [UninstallDelete] and nothing works. 2. Same problem that the fist, but when cancel the installation. This is worst.. because when cancel, the main folder AND subdirectories still there. 3. The shit png in unninstall doest show.. i think i put in the incorrect line, but i'm a little lost.. My unninstall code is this: Quote:
Last edited by Logrim; 03-01-2014 at 07:51. |
#849
|
|||
|
|||
Anyone knows which is the name of this window in innosetup, and if its posible modify it?
![]() |
#850
|
||||
|
||||
Quote:
![]() Yup you can create a form for it and call it..you can edit the form however you want it. |
The Following User Says Thank You to y_thelastknight For This Useful Post: | ||
Logrim (04-01-2014) |
#851
|
||||
|
||||
the drive letter on the left and the bar won't show up m8. please help
Last edited by reiji777; 04-01-2014 at 11:23. |
#852
|
|||
|
|||
y_TheLastKnight please.. can you tell me with and example? thought i have resolved, but this morning i'm little silly
![]() |
#853
|
|||
|
|||
sorry to use google translation to translate
I need your service. I am trying to make an autorun and I would like to know: how to use the roundedcorner how to scroll a text to a point defined thank you Last edited by Darkangel5; 06-01-2014 at 08:54. |
#854
|
|||
|
|||
Quote:
use inno ansi |
The Following 2 Users Say Thank You to sentinelks For This Useful Post: | ||
reiji777 (06-01-2014), y_thelastknight (06-01-2014) |
#855
|
||||
|
||||
Quote:
![]() Last edited by y_thelastknight; 06-01-2014 at 07:21. |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |