Вопрос [Alternative Disk request method] Without Forms.

ffmla

Участник
Hi guys,
Need some help in isdone extraction.
In the isdone extraction part,if no archive present near the setup.Setup simply show the label with "No archive found" message in wpinstallation page(No pop up window)
How to make this with simple label and(some browse button) while isdone extraction?.
EDIT:
i'll try some methods inside the ISDoneInit function,But not helped,
Код:
if not FileExists(ExpandConstant('{src}\Data.arc')) then begin
SuspendProc;
FilemissingLbl.show;
FileBrowseBtn.Show;
end;
But isdone ignore the commands.Or am did anything wrong?.
 
Сверху