Products

Solutions

Resources

Partners

Community

About

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

The Community Blog is a personal opinion of community members and by no means the official standpoint of DNN Corp or DNN Platform. This is a place to express personal thoughts about DNNPlatform, the community and its ecosystem. Do you have useful information that you would like to share with the DNN Community in a featured article or blog? If so, please contact .

The use of the Community Blog is covered by our Community Blog Guidelines - please read before commenting or posting.


Creating a PA with a DNN 5 manifest but that installs on DNN 4 as well

Ah, now that was a non-trivial task. I think I requested about half a year ago that we should be able to leverage the DNN 5 manifest enhancements without sacrificing the ability to target DNN 4. The first step was for DNN to allow multiple manifests to exist in a PA (= Private Assembly = the zip file that you distribute as your module). In DNN 4 if you have multiple .dnn files the installer immediately throws you out. So the solution was to be able to have a new extension for the DNN 5 manifest: .dnn5. I was really pleased that was picked up and implemented. So far so good. Now we can add a .dnn5 which DNN 5 will pick up and the .dnn which DNN 4 (and early versions of DNN 5 until this was supported).

Cool. 2 manifests. Now packing and getting the manifests right. If you’re like me you adore the resources.zip concept. My approach is this: the PA is built up out of a bunch of files. One resources zip which is unpacked in the module directory and all other files play some essential part in the installing of the module. I.e. ascxs, images and so forth go in the resources zip. But dlls (that go to the bin folder), scripts, cleanup files, etc, all go to the root of the PA. This works like a charm in DNN 4. You have minimal worries about file management in your manifest as you minimize the files you need to list under the “files” element. This is a hobby horse of mine: keep this to a minimum: number of files times the management detail of them. Since files that do something for the installer are more essential they require more careful management. Other files (like images in your module folder) are just less critical. This is why I feel strongly about the resources file. It allows me to package all the files that need no specific manifest management overhead.

Now that I’ve laid out how I like to package you can see how the DNN 5 model diverges from this. In the new installer the idea was that you create a complete file hierarchy in your PA and that the manifest names all files to copy. One relief is that the resources file was preserved in the installer so you can actually follow the model I laid out above. Where I had a hard time was getting the installer to accept that I had all important files in the root of the PA (which DNN 4 requires) and not in a pre-structured way the DNN 5 design would rather have. Specifically: DNN 5 expects that your dlls are in a bin folder in the PA. DNN 4 will break if they are in a subfolder, however. I had gone through Charles’ posts on the new manifest multiple times but I could not get it to work on DNN 4 and 5. However I tried either the installer would complain it could not find the file in tempfolder/bin/mydll.dll or it would copy the dll to the root of the DNN installation. Aargh. I did finally crack it after consultation with Charles. The file installer happens to support an element called sourceFileName which allows you to specify where the installer should get the file from.

Now to wrap it all up this is what you do.

1. Zip whatever you want to distribute in your module folder to a file called resources.zip for instance.

2. Copy this zip, plus scripts, dlls, cleanup files, etc to a folder for your final package

3. Create the DNN 4 manifest with the extension .dnn. The manifest will resemble this:

image

4. Create your DNN 5 manifest with the extension .dnn5. This starts as follows:

image

Scripts are included as follows:

image

Assemblies as follows:

image

And resource file as follows:

image

5. Zip it all up and you should have a PA that installs on DNN 4 and 5.

You can now use all the advanced features of the DNN 5 manifest for DNN 5 users. This includes owner info, license, release notes, config install/uninstall, etc.

Comments

Comment Form

Only registered users may post comments.

NewsArchives


Aderson Oliveira (22)
Alec Whittington (11)
Alessandra Daniels (3)
Alex Shirley (10)
Andrew Hoefling (3)
Andrew Nurse (30)
Andy Tryba (1)
Anthony Glenwright (5)
Antonio Chagoury (28)
Ash Prasad (37)
Ben Schmidt (1)
Benjamin Hermann (25)
Benoit Sarton (9)
Beth Firebaugh (12)
Bill Walker (36)
Bob Kruger (5)
Bogdan Litescu (1)
Brian Dukes (2)
Brice Snow (1)
Bruce Chapman (20)
Bryan Andrews (1)
cathal connolly (55)
Charles Nurse (163)
Chris Hammond (213)
Chris Paterra (55)
Clint Patterson (108)
Cuong Dang (21)
Daniel Bartholomew (2)
Daniel Mettler (181)
Daniel Valadas (48)
Dave Buckner (2)
David Poindexter (12)
David Rodriguez (3)
Dennis Shiao (1)
Doug Howell (11)
Erik van Ballegoij (30)
Ernst Peter Tamminga (80)
Francisco Perez Andres (17)
Geoff Barlow (12)
George Alatrash (12)
Gifford Watkins (3)
Gilles Le Pigocher (3)
Ian Robinson (7)
Israel Martinez (17)
Jan Blomquist (2)
Jan Jonas (3)
Jaspreet Bhatia (1)
Jenni Merrifield (6)
Joe Brinkman (274)
John Mitchell (1)
Jon Henning (14)
Jonathan Sheely (4)
Jordan Coopersmith (1)
Joseph Craig (2)
Kan Ma (1)
Keivan Beigi (3)
Kelly Ford (4)
Ken Grierson (10)
Kevin Schreiner (6)
Leigh Pointer (31)
Lorraine Young (60)
Malik Khan (1)
Matt Rutledge (2)
Matthias Schlomann (16)
Mauricio Márquez (5)
Michael Doxsey (7)
Michael Tobisch (3)
Michael Washington (202)
Miguel Gatmaytan (3)
Mike Horton (19)
Mitchel Sellers (40)
Nathan Rover (3)
Navin V Nagiah (14)
Néstor Sánchez (31)
Nik Kalyani (14)
Oliver Hine (1)
Patricio F. Salinas (1)
Patrick Ryan (1)
Peter Donker (54)
Philip Beadle (135)
Philipp Becker (4)
Richard Dumas (22)
Robert J Collins (5)
Roger Selwyn (8)
Ruben Lopez (1)
Ryan Martinez (1)
Sacha Trauwaen (1)
Salar Golestanian (4)
Sanjay Mehrotra (9)
Scott McCulloch (1)
Scott Schlesier (11)
Scott Wilkinson (3)
Scott Willhite (97)
Sebastian Leupold (80)
Shaun Walker (237)
Shawn Mehaffie (17)
Stefan Cullmann (12)
Stefan Kamphuis (12)
Steve Fabian (31)
Steven Fisher (1)
Tony Henrich (3)
Torsten Weggen (3)
Tycho de Waard (4)
Vicenç Masanas (27)
Vincent Nguyen (3)
Vitaly Kozadayev (6)
Will Morgenweck (40)
Will Strohl (180)
William Severance (5)
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out