So I have this deployment project that has an XML file that I distribute with my application. I can't get the installer to replace old versions of the file. How do I do this? I've tried it both as just a file in the deployment project and as a content output from the main project.

I'm using visual studio 2008.