Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Products › Development › Forge › Provider - Authentication › LiveID Provider Register  |  

 

 

  Quick Links  
 


  Team Leadership  

Mike Horton
(Team Lead)

 

 Charles Nurse
(Core Team Sponsor)

 


  Team Members  

 Daniel Bartholomew
(CardSpace)

Mike Horton
(Active Directory)

Ian Sampson
(Active Directory)

  Charles Nurse
(LiveID, OpenID)

We're recruiting!  Can you handle support for the LiveID or OpenID provider?

 


  DotNetNuke Projects  
The DotNetNuke Projects are a special category of platform extensions which are developed by volunteers to conform to the high professional standards mandated by DotNetNuke Corporation. The DotNetNuke Projects are distributed as a standard part of the DotNetNuke core application release offerings.

 


Maximum ASP
  Ads  
Engage Software - Training Partner for DotNetNuke
 


  Sponsors  

Meet Our Sponsors

The Official Microsoft ASP.NET Website
Portal Webhosting - Hosting For Developers
Red-Gate Software
MaximumASP
SourceGear - Tools for Developers
.: CounterSoft :.
 


Authentication Provider :: LiveID

The LiveID provider allows users to authenticate to the website with their LiveID username and password.

 


Team Member Blog
May 29

Posted by: Charles Nurse
5/29/2008

In my previous blog (Part 1) of this series of Blogs about "Understanding the manifest" used in the new Extension Installer, I introduced the overal design of the new Installer manifest.  In this blog I will delve more deeply into the "components" area of the manifest.

As with my first blog lets look at an example.  As we are focussing in ths blog on the "components" are of the manifest, lets look at the components node in detail.

Ths example is for a simple "HelloWorld" module.  You will notice that we have 3 components.  Most package types will include a component that is specfic for that type.  Thus Module packages contain a Module component, Skin packages will contain a Skin component.   So this HelloWorld module contains 3 components - a Module component, an Assembly component and a File component.

Module developers will see some similarity here to the legacy Module manifest.  The main difference here, is that the assemblies and files are moved into their own component.  This allows us to use the same FileInstaller for all extension types - not just modules  So lets review the 3 components.

Module Component

The module component is used to define the module registration information.  It starts with a "desktopModule" node.  If you look carefully at the structure of the "desktopModule" node - you will notice that there is essentially a 1:1 mapping with the properties of the DesktopModuleInfo class (and its child objects). 

This is intentional - the Module Component Installer reads the xml from the manifest - and uses Xml Serialization to deserialize the xml into a DesktopModuleInfo instance which is then persisted to the database.  Conversely, when creating the package using the built "Package Creation Wizard" the module component manifest is created by serializing the DesktopModuleInfo instance. 

(Note: For accuracy it uses the IXmlSerializable interface - the XmlSerializer class itself is not very performant due to all the reflection it has to use)

File Component

This section of the manifest is very similar in structure to the "files" element of the legacy Module manifest, with one major addition - the new "basePath" child element.  In the module manifest the files element was processed based on the assumption that all the files should be copied to the "DesktopModules\FolderName" folder.  As this component is now used by mutiple package types, we need to identify the base location for the files.  This also allows developers of multiple extensions to load files into a common area for use by all of the extensions, as they can include more than one File component in the manifest - each with a different basePath.

Assembly Component

In the legacy Module manifest an assembly was included in the "files" element.  The installer made an assumption that a file with a ".dll" extension was an assembly and copy it into the \bin folder.

The Assembly component handles assemblies explictly.  As the AssemblyInstaller class inherits from the FileInstaller class, its manifest structure is similar to the File Components manifest structure.

I used this Hello World example as it is quite straightforward and does not really introduce any new concepts - modules already managed "Module Registration" and copying of files and assemblies.  In my next blog we will look at some of the other component installers.

 

Tags:

Re: The new Extension Installer - Understanding the manifest - Pt 2.

yeah, look forward to the next blog to show us how to develope skin/language package( or component)! Thanks a lot for you great guy!

By sunwangji on   5/29/2008

Re: The new Extension Installer - Understanding the manifest - Pt 2.

When installing a module using a pre 5.0 manifest in DNN 5.0 (Beta 5), we get a screen with no information for release notes and a "this module contains no license" message on the following screen. Would it be conceivable to skip these steps for non 5.0 manifests?

Also, we would like to provide the release notes and licensing information for DNN 5.0 installs, but still maintain compatibility with 4.x versions of DNN. We would like to provide a 5.0 manifest for DNN 5.0, and a 3.0 module manifest for 4.x versions of DNN, but without having to create 2 install packages. Would it be conceivable for the installer to check for a .dnn5 file first, then check for a .dnn file if no .dnn5 file is found? This way we could ship one package for all versions of DNN, while getting the benefits for the new manifest/installer.

Finally, if there is a more suitable place to discuss these issues, please let us know.

Thanks

By adequation on   6/11/2008
 


Data Springs Inc. - Module Development
Data Springs is a leader in the DNN community offering high quality modules, custom module development, enhancements to the DNN core product and overall DNN support.
www.datasprings.com
XCESS expertise center b.v.
Custom made modules and complete solutions for the DNN framework. Maatwerk modules en complete webtoepassingen gebaseerd op het DNN framework.
www.xcess.nl
EMAS Pro
Strategic Enrollment Management Software for Higher Education Recruitment, Retention and Financial Aid
www.emaspro.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP