Quote:
Originally Posted by Razor12911
1) if isdone was not used, meaning if you rely on internal installation, i don't think that's possible.
2)
procedure InitializeUninstallProgressForm;
begin
with UninstallProgressForm.WizardSmallBitmapImage do
begin
left...
Width...
end;
end;
3) add labels, apply math, add a counter for the elapsed time x (100 - current progress), use a timer to update labels.
|
2) How define the bmp file? i wish that uninstaller shows the same that the installer. The installer show the bmp file with this size.
3) A simple example? with seconds and porcentage? it`s possible?
Thanks a lot!