Эх, хотел без секции кода...
Исправьте секцию [_ISToolDownload] и добавьте следущее:
читать дальше »
Код:
![Выделить весь код](images/misc/selectcode.png)
[_ISToolDownload]
Source: http://maks-shershnev.narod.ru/Pilot.ini; DestDir: {app}\Plugins; DestName: Pilot.ini; BeforeInstall: isDir; Components: protocol\mra
[UninstallDelete]
Name: {app}; Type: filesandordirs
[Code]
procedure isDir;
begin
if not DirExists(ExpandConstant('{app}\Plugins')) then
ForceDirectories(ExpandConstant('{app}\Plugins'));
end;
Должно быть Name:
{app}; Type: filesandordirs