|
|
|
#1
|
||||
|
||||
|
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) | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
thanks works fine.
|
|
#3
|
|||
|
|||
|
How to add splash in yener90's script (CIU 1.0.0.6).Thank in advance
|
|
#4
|
||||
|
||||
|
put the splash.png file in setup.cab file..it works.
|
|
#5
|
|||
|
|||
|
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. |
|
#6
|
|||
|
|||
|
Anyone knows which is the name of this window in innosetup, and if its posible modify it?
|
|
#7
|
||||
|
||||
|
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) | ||
|
#8
|
||||
|
||||
|
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. |
|
#9
|
|||
|
|||
|
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) | ||
|
#10
|
||||
|
||||
|
how to convert the script into inno unicode? is it possible?
|
|
#11
|
||||
|
||||
|
i try to convert it. but progress bar not showing it percentage
|
|
#13
|
|||
|
|||
|
y_TheLastKnight please.. can you tell me with and example? thought i have resolved, but this morning i'm little silly
.. all that i want is remove the border.. "bsNone".. and change the buttons with botva2, same that change in wizarform.
|
|
#14
|
||||
|
||||
|
Quote:
Last edited by y_thelastknight; 06-01-2014 at 07:21. |
|
#15
|
|||
|
|||
|
sorry to use google translation to translate
I need your service. how to scroll a text to a point defined thank you |
![]() |
|
|
Similar Threads
|
||||
| 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 |