![]() |
ISDone & Time Remaining
1 Attachment(s)
Hello, i have edited ISDone_Exemple.iss with the compressor i use, yes finally i have understand how it work lol... but for some reason, only elapsed time work, remaining shot nothinh and all elapsed also, someone can help me to correct that please?
Also, how do you define "arc archive as a component?" Code:
#ifdef Components |
@Midnights If your are using component then u have to run first and the records.inf for showing correct progress and remaining time and other reason is you are not value the ISARCEXTRACT means the second value should be any value, example
if not ISArcExtract ( 0, 100, ExpandConstant('{src}\data1.bin'), ExpandConstant('{app}'), '', false,(''), ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\temp-fileforums'), false) then break; |
For three archives :
if not ISArcExtract ( 0, 60, ExpandConstant('{src}\data1.arc'), ExpandConstant('{app}\'), '', false, '',ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break; if not ISArcExtract ( 0, 30, ExpandConstant('{src}\data2.arc'), ExpandConstant('{app}\'), '', false, '',ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break; if not ISArcExtract ( 0, 10, ExpandConstant('{src}\data3.arc'), ExpandConstant('{app}\'), '', false, '',ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break; i hope now u understand |
Why 60 30 10? also the timer not work with a single archive...
Ok for add line, but how make it selective and optionnal... as a component? |
Quote:
and for component see the ISDONE complete example src which is available in krinkels (search for profrager's ISDONE) |
Can you give me that? I can't register at krinkels because is russian...
|
Quote:
|
| All times are GMT -7. The time now is 01:50. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com