3

コードセクションにフォルダを作成するにはどうすればよいですか? inno download のサンプルスクリプトを使用します。

[Code]
//HERE I NEED TO CREATE FOLDER "Downloaded"

procedure InitializeWizard();
begin
 itd_init;
 itd_addfile('http://link.net/soft/file.exe',expandconstant('{sd}\Downloaded\file.exe'));
 itd_downloadafter(wpReady);
end;
4

1 に答える 1

2

[Dirs]セクションを使用してフォルダーを作成しない理由:

Name: {app}\Downloaded
于 2020-07-13T11:16:21.827 に答える