function NextButtonClick (...)
begin
if CurPageID = TestPage.ID then begin
if(choose the "uninstall" Radio) ?...? ????????????? {{uninstallexe} doesnot work here}
...
end else begin Result := true end
end;
begin
if CurPageID = TestPage.ID then begin
if(choose the "uninstall" Radio) ?...? ????????????? {{uninstallexe} doesnot work here}
...
end else begin Result := true end
end;
Comment