I have finished my First StrataFrame project and now I am ready to deploy my application and have an issue with the message and localization files and I'm not sure how to handle this situation. (I am not using the DDT for deployment yet)My output path for the generated XML message files on my development machine is C:\temp. In my AppMain I have set my MessageXmlPath = C:\temp, which is fine for development, but not for deployment.
What's the best way to handle this situation?