How to include native DLLs into the installation package?

When I use Whidbey Beta2 to publish projects, I could not add more DLLs in "Application Files..." dialog. How can I add native DLLs in ClickOnce deployment?

Thanks!

[166 byte] By [LeiJiang] at [2008-1-28]
# 1
In general you can add files as follows

1. Add the file to solution explorer.
2. In the properties page for the file set its build action to None.'
3. In the properties page Copy to Optput Directory - select Copy Always or newer.
4. Build the project.
5. In the Publish page, select Application files button.
6. Check Show All Files check box.
7. You file should show up in the grid.
8. Change the Publish status for the file to Include.

Thanks,
Sameer

SameerMurudkar at 2007-9-8 > top of Msdn Tech,Windows Forms,ClickOnce and Setup & Deployment Projects...
# 2
How would I add additional files - such as Crystal Reports .rpt file to the solution?

Regards,

Alan

ajb2528 at 2007-9-8 > top of Msdn Tech,Windows Forms,ClickOnce and Setup & Deployment Projects...