I've made a lot of solutions (wsp) for SharePoint 2007 and I have almost automated all installation steps needed, but there is one thing I cannot automate.
How can I make a solution that places resources (resx) files in the App_GlobalResources folder of the virtual application?
Thanks in advance.
You'll need to write a Feature Receiver that copies the files, because there's no way to deploy them directly through SharePoint configuration files.
I found this blog post useful when I had to do this: SharePoint Resources, Types, Use and Deployment