|
|
|
#1
|
|||
|
|||
|
Quote:
Code:
if not ISArcExtract ( 0, 100, ExpandConstant('{src}\data1.arc'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
PS.if you want automatic progress put all the values 0 in the percentage,it'll create records.inf file.after your first installation grab that file and add to your script,again compile it.it'll create smooth prgress. search for more info,Lot of questions asked before related to progress percentage...!
|
| The Following User Says Thank You to ffmla For This Useful Post: | ||
Balaji007 (29-04-2020) | ||
| Sponsored Links |
|
#2
|
|||
|
|||
|
Hi, is there a Russian translation?
|
| The Following User Says Thank You to Gummy Bear For This Useful Post: | ||
Behnam2018 (24-03-2024) | ||
|
#3
|
||||
|
||||
|
I do not know the codex script, post the setup in order to understand
__________________
if you understand read more |
|
#4
|
||||
|
||||
|
exit in full page
Code:
procedure CancelButtonClick(CurPageID: Integer; var Cancel, Confirm: Boolean); begin Confirm:=False; end; exit to selectdir Code:
Procedure CancelButtonClick(CurPageID: Integer; var Cancel, Confirm: Boolean); Begin if CurPageID = wpSelectDir then Confirm:=False; end; codex use fade type: Code:
[ CODE] const AW_FADE_OUT = $00090000; function AnimateWindow(hWnd: HWND; dwTime: DWORD; dwFlags: DWORD): Boolean; external 'AnimateWindow@user32 stdcall'; Procedure CancelButtonClick(CurPageID: Integer; var Cancel, Confirm: Boolean); Begin Confirm:=False; AnimateWindow(WizardForm.Handle,300,AW_FADE_OUT); end;
__________________
if you understand read more Last edited by rinaldo; 28-02-2016 at 13:12. |
| The Following User Says Thank You to rinaldo For This Useful Post: | ||
audiofeel (28-02-2016) | ||
|
#5
|
||||
|
||||
|
has nothing to do the custom form ... you have to control the structure and you'll see that it works ... I have no time for this script
__________________
if you understand read more |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Conversion Designer/Installer Creator | Razor12911 | Conversion Tutorials | 1613 | 03-10-2024 01:24 |
| altef_4's installer | altef_4 | Conversion Tutorials | 244 | 24-05-2024 22:20 |
| Game Installer Designer by altef_4 | altef_4 | Conversion Tutorials | 236 | 28-05-2021 02:54 |
| Crysis 3 DVD9 to 3xDVD5 Custom Installer | spawniectes | PC Games - CD/DVD Conversions | 79 | 31-08-2017 07:19 |
| Tutorial using CI 8.0.0 | yener90 | Conversion Tutorials | 424 | 21-10-2014 09:49 |