Assuming the path to the .exe is correct, I think the icon you would like to be displayed is not the first icon in the file resource. So you have to specify the correct "Icon Index". Or make sure the icon to be displayed is the first icon in the .exe resource (this requires a recompile of your .exe).

Hope this helps.

Friedrich