TLama

Untitled

May 6th, 2013
399
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.25 KB | None | 0 0
  1. procedure InitializeWizard;
  2. begin
  3.   if not Framework45IsNotInstalled then
  4.   begin
  5.     itd_init;
  6.     itd_addfile('http://go.microsoft.com/fwlink/?LinkId=225702', ExpandConstant('{tmp}\dotNetFx45_Full_x86_x64.exe'));
  7.     itd_downloadafter(10);
  8.   end;
  9. end;
Advertisement
Add Comment
Please, Sign In to add comment