When i add custom mesage enter link description here do not show percent onli name. How to show percent.
This is my setings
[CustomMessages]
Done=Завршено
procedure CurInstallProgressChanged(CurProgress, MaxProgress: Integer);
var
CurTick: DWORD;
begin
CurTick := GetTickCount;
PercentLabel.Caption :=ExpandConstant('{cm:Done}');
Format('Done: %.2f %%', [(CurProgress * 100.0) / MaxProgress]);