Si, scusa...
procedure InitializeWizard();
begin
itd_init;
itd_addfile('http://www.sircamelettronica.it/immn/manual%20%28en%29.pdf',expandconstant('{tmp}\manual (en).pdf'));
itd_downloadafter(wpReady);
end;
procedure CurStepChanged(CurStep: TSetupStep);
begin
if CurStep=ssInstall then begin
filecopy(expandconstant('{tmp}\manual (en).pdf'),expandconstant('C:\Program Files\Interfaccia Moduli MN\manuali\manual (en).pdf'),false);
end;
end;
[Dirs]
Name:"{app}\Manuali";
Name:"{username}\Documents\IMMN"
Non ho messo tutti i download perchè mi pareva inutile