К сожалению не помогло
Эх, хотел без секции кода...
Исправьте секцию [_ISToolDownload] и добавьте следущее:
Код:
Код: Выделить всё
[_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;Цитата alex2010:
по пробуй так:
Должно быть Name: {app}; Type: filesandordirs

