0

Can anyone tell me how to put in my exe the progress with Total progress: X MB of Y MB File: Speed: Status: Elapsed time: Remaining time:

and the button "Hide"

Thank you.

user11955
  • 63
  • 1
  • 4

2 Answers2

0

Unfortunately this is not supported in Inno Setup.

But the sources are available (Inno is open source) so you can modify them and add this feature.

Slappy
  • 5,250
  • 1
  • 23
  • 29
0

Use CurInstallProgressChanged function.

You can see this post for some "inspiration": How to show percent done, elapsed time and estimated time progress?

Community
  • 1
  • 1
JPB
  • 31
  • 4