I am new to Dynamics CRM 2011 Development and Deployment.But recently, I need to upgrade changed web resource files (IE. Html,java script) only into the QA Environment.
The following is what I do this, currently.
- export an unmanaged solution for webresource files to be updated.
- use solution packager to extract the solution zip file into a working folder.
- make code changes to web resource files.
- pack the working folder into an unmanaged zip for deployment.
Would you please give me some suggestions about best practices to this.
- How to package web resource files into an import unmanaged zip file?Any other tools?
- Is there a vs template or do I need a vs solution to hold all the changes?
Thanks in advance.