答案 0 :(得分:1)
实施CancelButtonClick
event function。
[Code]
procedure CancelButtonClick(CurPageID: Integer; var Cancel, Confirm: Boolean);
begin
MsgBox('Cancel button was clicked', mbInformation, MB_OK);
end;
设置Cancel
和Confirm
输出参数,以便根据需要继续进行Inno设置。