I have a base WSP and I would like to create an automated process to update one of the files that it contains (an XML file).
Is there anything in the Object Model that would allow me to do this? If not is there some way I could treat it as a CAB file and then modify the contents using standard .NET?
If I can't do either of the above, is it possible to recompile the project that creates the WSP through code and pass it a parameter that would implement the change?