how to package install version of dotnetnuke from source of it
calendar, dotnetnuke
Solution
Answer depends on what you have changed, but the simplest way is to deliver patch that should be installed after normal dnn installation. For example, if you have only changed dll, you can ask to follow normal dnn setup instructions and finally relpace dll. If it's more than on file, you can review how dnn upgrade package is built. It follows same folder structure and places only changed files. So if you have couple of dlls changed in bin, the will be placed in bin folder, and if you have changed some ascx file it should be placed in same path by creating same folder hierarchy.
You can also create a package that can be installed to deploy your changes but for smaller set of files it will be complecated.
Let me know if you need more help.
Problem
I changed source of DotNetnuke (a little!) and I want to package an install version of my new DotNetNuke. How Can I do this? p.s: I know It's not recommended to change the source but I have no another option (Telerik calendar do not support my date format and I have to replace it with another calendar !) Thanks in advance