Inno Setup - How to show percent done, elapsed time and estimated time progress at uninstaller?
问题 I am trying to use this code: How to show percent done, elapsed time and estimated time progress? But I have problems, because i use this code to the installer too. 回答1: Merging these two piece of code together: Inno Setup uninstall progress bar change event How to show percent done, elapsed time and estimated time progress? [Code] function SetTimer(hWnd: longword; nIDEvent, uElapse: LongWord; lpTimerFunc: LongWord): LongWord; external 'SetTimer@user32.dll stdcall'; function GetTickCount: