#1
|
|||
|
|||
Inno setup problem
I have this script. How to change change this in the script?
From this: bandicam 2017-03-11 23-28-50-998.jpg bandicam 2017-03-11 23-29-10-467.jpg to bandicam 2017-03-11 23-47-24-026.jpg bandicam 2017-03-11 23-29-10-467.jpg (finish page is same) Plus it not showing "rolling back changes" when clicked cancel how to do that? From this: bandicam 2017-03-11 23-29-48-533.jpg to bandicam 2017-03-11 23-47-54-501.jpg Please help! Last edited by bairagyakushal4; 22-03-2017 at 02:21. |
Sponsored Links |
#2
|
||||
|
||||
if you do not explain your problem is difficult
TimeLabel ElapsedTimeLbl.Hide; or ElapsedTimeLbl.Caption:='Extraction Error'; ElapsedTimeLbl.Font.Color:=clred; RollingBack RollingBack.Show; no ElapsedTime Code:
if CurPageID=wpFinished then begin TimelBL.Hide; AllCancel; HideControls; ElapsedTimeLbl.Hide; end; Code:
if (CurStep=ssPostInstall) and ISDoneError then begin RollingBack.Show; ElapsedTimeLbl.Font.Color:=clred; ElapsedTimeLbl.Caption:='Extraction Error'; Exec(ExpandConstant('{uninstallexe}'), '/VERYSILENT','', sw_Hide, ewWaitUntilTerminated, ResultCode); Last edited by rinaldo; 11-03-2017 at 17:35. |
The Following User Says Thank You to rinaldo For This Useful Post: | ||
bairagyakushal4 (11-03-2017) |
#3
|
|||
|
|||
Thanks ...
Thanks very much it did fix the "rolling back changes" problem,thank u, but For the elapes time level I want to show the elapsed time level in installing page as well as finished page. As u can see finish page already have the elapsed time level so i want elapsed time level in intalling page. I tried but i can't able to show elaps in both pages.
Last edited by bairagyakushal4; 11-03-2017 at 22:30. |
#4
|
|||
|
|||
and thanks for posting the script, I really appreciate it.
|
#5
|
||||
|
||||
EXAMPLE
Code:
var A:Longint; A:=Round(dt) ElapsedTime.Caption:=ExpandConstant(' {cm:Elapsed} ')+LongintToStringTime(A); Last edited by rinaldo; 11-03-2017 at 23:18. |
#6
|
|||
|
|||
It showing error duplicate identifier "A".
What now? |
#7
|
||||
|
||||
|
The Following User Says Thank You to rinaldo For This Useful Post: | ||
bairagyakushal4 (12-03-2017) |
#8
|
|||
|
|||
Thanks
BIG Thanks for the help.That fix the problem.U r really a great guy.
But see this : bandicam 2017-03-12 15-20-08-793.jpg when there will be more than seceonds like hour and minutes then it will get croped & won't be able to see,so can u tell some fix? edited.jpg So i want Elapsed time will start from progress bar left & remening time end in progress bar right, Last edited by bairagyakushal4; 12-03-2017 at 03:19. |
#9
|
|||
|
|||
component
Another thing can u tell me to use component like english.bin & russian.bin only extract 1 according to task or component selected.
|
Tags |
innosetup, isdone |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 06:51 |
Binary Domain (DVD9 to 2xDVD5) - INNO SETUP) by REVO | REV0 | PC Games - CD/DVD Conversions | 41 | 12-12-2013 20:58 |
Darksiders II - 2xDVD5 (Inno Setup) | Fabioddq | PC Games - CD/DVD Conversions | 12 | 06-02-2013 13:49 |
StarCraft II : Wings Of Liberty (DVD9 to 2x DVD5) INNO SETUP | peterf1999 | PC Games - CD/DVD Conversions | 18 | 18-01-2013 20:41 |
Copy file with Inno Setup Script | emrahcey | Software | 1 | 02-07-2010 09:24 |