I have a WiX installer project in VS 2010. I have a text document that I wont 
to include alongside the MSI file when the project is built. I added the file 
to the project, and set the file property "Copy to Output Directory" to always. 
When I build the project, the MSI is built, however, the text document is no 
where to be found.

I want the text file to be included in the output, but I don't want it included 
as an installed item in the MSI. Is there any way to do this? The method I 
mentioned above seems to work fine with Windows Application csproj projects. 
The only option I can think of is to use a post-build task and do a copy 
command, but that seems pretty nasty.

Thanks,
Mark Freedman

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to