Friends adding the menu icon in the start ready page
I do not know how to add the function UpdateReadyMemo
Could someone for an example of how to add
Example below as I use
IconCB := TNewCheckBox.Create(WizardForm);
with IconCB do begin
Parent := WizardForm.SelectTasksPage;
SetBounds(0,215,300,20);
Caption := ExpandConstant('{cm:CreateDesktopIcon}');
Checked:=True;
end;
imagem.jpg
Thank you