In the [Icons]
section I created 2 entries, the first will move any image to the DropWall
folder, the second will launch my app InsideWallpaper.exe
using the same image:
[Icons]
Name: "{sendto}\FFStyled (I) set InsideWallpaper image"; Filename: "{app}\DropWall";IconFilename: "{app}\FFDropWall.ico"; Tasks: sendtoicon
Name: "{sendto}\FFStyled (II) launch InsideWallpaper.exe"; Filename: "{app}\InsideWallpaper.exe";IconFilename: "{app}\FFDropWall.ico"; Tasks: sendtoicon
All is working fine but I would prefer to create a single sendto
entry any Idea ?