ffmla
Участник
ill use the following code for fixed path .ico files
But for making like path IconFile = {app}\icon.ico in ini create error
below code not working
Any help..
Код:
procedure CreateIni ();
begin
SaveStringsToFile (ExpandConstant (' {app} \Desktop.ini '), [' [. ShellClassInfo] ', ' IconFile = icon.ico ', ' IconIndex = 0 '], False);
end;
below code not working
Код:
procedure CreateIni ();
begin
SaveStringsToFile (ExpandConstant (' {app} \Desktop.ini '), [' [. ShellClassInfo] ', ' IconFile ={app}\ icon.ico ', ' IconIndex = 0 '], False);
end;