Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- procedure InitializeWizard;
- begin
- if not Framework45IsNotInstalled then
- begin
- itd_init;
- itd_addfile('http://go.microsoft.com/fwlink/?LinkId=225702', ExpandConstant('{tmp}\dotNetFx45_Full_x86_x64.exe'));
- itd_downloadafter(10);
- end;
- end;
Advertisement
Add Comment
Please, Sign In to add comment