I'm using 'Publish' option in vs2008 and I'm pretty happy how it works.
Now I'd like to add 2 external *.exe files to installed package
I've noticed button 'Application Files...' at publish tab but it seems doesn't allow adding new files manualy.
I've played with this and found the way how to archive that:
1. add EXE files to project as external items
2. change their property 'build action' to content
Works well now
but I'm receiving warrning info:
Assembly 'file_name.exe' is incorrectly specified as a file.
C:\WINNT\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets PROJ_NAME
Any idea how to resolve this warning / add exe files to deployment other way?