How to package modules in dnn 5.0

Source: Internet
Author: User
Tags dnn

The format of the module registration file in dnn 5.0 has some changes. Some of the previous practices in 4.x may be problematic.

One of the most common problems is that you will find that the resource.zip file in the packaging File Created for dnn 4.xis not automatically decompressed during installation in dnn 5.0. In fact, in dnn 5.0, register the resource.zip file in the dnn file as follows:

     <  Component   Type  = "Resourcefile"  >          <  Resourcefiles  >                <  Basepath  > Desktopmodules \ modulename </  Basepath  >                <  Resourcefile >                    <  Name  > Resources.zip </  Name  >                 </  Resourcefile  >          </  Resourcefiles  >      </  Component  > 

In this way, multiple resource.zip packages can be supported in dnn 5.0.

For more information about how to modify the dnn file format of the new dnn 5.0 package, refer to here:

Http://www.erikvanballegoij.com/tabId/36/itemId/24/DotNetNuke-5-Extension-packaging.aspx

And Charles NURSE:

    1. The new extension installer manifest-Part 1, Introduction
    2. The new extension installer manifest-Part 2, component installers
    3. The new extension installer manifest-Part 3, the cleanup component

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.