|
#1
|
||||
|
||||
|
Help Inno Setup+ISDone progress bar percentage
Friends help my installer never of 100.00% at the end of installation
Always ends in 99.9% or 99.8% or 89.9% etc ... But never ends at 100.00% OBS: already tried with Progressbar.iss my installer and my way of compressing |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
I hope you understand my bad English
|
| The Following 3 Users Say Thank You to _EZEKiEL_ For This Useful Post: | ||
|
#3
|
||||
|
||||
|
Thanks Ezekiel but is to fix this
|
|
#4
|
||||
|
||||
|
Try this, although it is not tested.
Enhanced Edition of Inno Setup is required for compilation |
|
#5
|
||||
|
||||
|
Thank Razor12911 unable to Enhanced Edition
Inno Setup version 5.5.1 ee1 (a) Ansi end of the installation in 99.6% Inno Setup version 5.5.5 (u) Unicode error Identifier TTimer |
|
#7
|
||||
|
||||
|
I will wait for it not finish the installation in 100.0% bothers
Thank you again |
|
#8
|
||||
|
||||
|
Just cheat bro, why don't you write 100.00% yourself as a constant after ISDone process.
|
|
#9
|
||||
|
||||
|
how to do this to test you can for example
|
|
#10
|
||||
|
||||
|
After ISDoneStop; (somewhere in CurStepChanged)
write LabelPct...Caption:='100.00%'; I don't know the name of the label just complete it. |
|
#11
|
||||
|
||||
|
Quote:
function ProgressCallback (OveralPct, CurrentPct: integer; CurrentFile, TimeStr1, TimeStr2, TimeStr3: PAnsiChar): longword; begin if OveralPct <= 1000 Then ISDoneProgressBar1.Position: = OveralPct; After ISDoneStop; (somewhere in CurStepChanged) write LabelPct1.Caption: = '100.00%'; |
|
#12
|
||||
|
||||
|
Not there bro.
Put LabelPct1.Caption:='100.00%' right after ISDoneStop; you can find ISDoneStop somewhere under CurStepChanged procedure BTW why do you have "if OverallPct <= 1000 then" just remove that line. Last edited by Razor12911; 22-11-2014 at 14:03. |
|
#13
|
||||
|
||||
|
Thank Razor12911 you for your patience and effort to help me but I could not
solve. |
|
#14
|
||||
|
||||
|
Ok, I will do it for you, not today though, I got biology exam tomorrow, I gotta stay fresh for it.
|
|
#15
|
||||
|
||||
|
Ok waiting
|
![]() |
| Thread Tools | Search this Thread |
| 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 05:51 |
| Inno Setup: Additional Libraries | altef_4 | Conversion Tutorials | 50 | 21-10-2020 09:59 |
| Useful Dll for Inno Setup users | peterf1999 | Conversion Tutorials | 88 | 01-12-2017 16:00 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Inno Setup - Progress Bar, Help Needed | silentnight512 | PC Games - CD/DVD Conversions | 4 | 28-12-2013 14:15 |