﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Utility :: Installer</title>
    <description>News and information on the DotNetNuke Installer Project</description>
    <link>http://www.dotnetnuke.com/Community/Blogs/tabid/825/BlogId/200/Default.aspx</link>
    <language>en-US</language>
    <managingEditor>Antonio Chagoury</managingEditor>
    <webMaster>admin1@dotnetnuke.com</webMaster>
    <pubDate>Sat, 17 May 2008 03:52:07 GMT</pubDate>
    <lastBuildDate>Sat, 17 May 2008 03:52:07 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 3.4.0.39853</generator>
    <item>
      <title>DotNetNuke Windows Installer Makes its Debut!</title>
      <description>&lt;p&gt;The DotNetNuke Windows Installer was released and made available for download today. To get your own copy of the Installer visit the &lt;a href="http://www.dotnetnuke.com/DotNetNukeProjects/UtilityInstaller/Downloads/tabid/871/Default.aspx"&gt;project&lt;/a&gt; or &lt;a href="http://www.dotnetnuke.com/tabid/125/default.aspx"&gt;donwloads&lt;/a&gt; page.&lt;/p&gt;
&lt;p&gt;This version installs DotNetNuke 4.4.1.&lt;/p&gt;
&lt;p&gt;We are already working on the next release, 4.5. The next release will host a few minor changes to the UI as we work on improving the user experience.&lt;/p&gt;
&lt;p&gt;As usual, your feedback is appreciated.&lt;/p&gt;</description>
      <link>http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1345/Default.aspx</link>
      <author>Antonio Chagoury</author>
      <comments>http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1345/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.dotnetnuke.com/Default.aspx?tabid=825&amp;EntryID=1345</guid>
      <pubDate>Fri, 09 Mar 2007 21:55:00 GMT</pubDate>
      <slash:comments>6</slash:comments>
      <trackback:ping>http://www.dotnetnuke.com/DesktopModules/Blog/Trackback.aspx?id=1345</trackback:ping>
    </item>
    <item>
      <title>DotNetNuke 4.4.1 Installer Beta</title>
      <description>&lt;p&gt;I wanted to announce that I have just finished packaging the DotNetNuke Install Utility for version &lt;strong&gt;4.4.1&lt;/strong&gt;. &lt;/p&gt;
&lt;p&gt;I am now looking for Beta Testers (A.K.A Guinea Pigs&lt;img alt="" src="http://www.dotnetnuke.com/Providers/HtmlEditorProviders/FckHtmlEditorProvider/FCKeditor/editor/images/smiley/msn/regular_smile.gif" /&gt;), so please contact me if you are interested in taking it for a spin.&lt;/p&gt;
&lt;p&gt;While I work on the next generation of the installer I will continue to package every new release of DotNetNuke in the current format - which is already great!&lt;/p&gt;
&lt;p&gt;Please post any issues related to the installer on the &lt;a href="http://www.dotnetnuke.com/DotNetNukeProjects/UtilityInstaller/tabid/838/Default.aspx"&gt;project forum&lt;/a&gt; and/or the &lt;a href="http://support.dotnetnuke.com/project/Project.aspx?PROJID=24"&gt;Issue Log&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Thanks and enjoy your Valentine's day! &lt;/p&gt;</description>
      <link>http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1306/Default.aspx</link>
      <author>Antonio Chagoury</author>
      <comments>http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1306/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.dotnetnuke.com/Default.aspx?tabid=825&amp;EntryID=1306</guid>
      <pubDate>Wed, 14 Feb 2007 19:48:00 GMT</pubDate>
      <slash:comments>9</slash:comments>
      <trackback:ping>http://www.dotnetnuke.com/DesktopModules/Blog/Trackback.aspx?id=1306</trackback:ping>
    </item>
    <item>
      <title>Installer Project: Roadmap</title>
      <description>&lt;p&gt;I wanted to take some time to share my thoughts on the the future on the Installer project as well as the ideas I have for improving the current product.&lt;/p&gt;
&lt;p&gt;First, I will define what I feel is the scope of the installer as follows:&lt;/p&gt;
&lt;p&gt;"&lt;em&gt;An installation utility which enables IT and IT-less individuals alike to set-up or upgrade a DotNetNuke portal with 0 technical skill and knowlegde.&lt;/em&gt;"&lt;/p&gt;
&lt;p&gt;Or as Geico would put it: "&lt;em&gt;Even a cave-man can do it!&lt;/em&gt;"&lt;/p&gt;
&lt;p&gt;Now that we've defined our target goal, let's dig down to the "nuts and bolts".&lt;/p&gt;
&lt;p&gt;The current implementation of the Installer is built using an installation software program such as InstallShield. In fact, I believe it was built with &lt;a href="http://www.jrsoftware.org"&gt;InnoSetup&lt;/a&gt;, a free utility.&lt;br /&gt;
Based on my past experiences I can say that using these kinds of utilities require a high learning curve, and limits the end user's experience because of their lack of functionality.&lt;br /&gt;
To start off, many of these utilities require you to learn a whole new programming language. Most have their own implementations that consist of coktails of C, and VB.&lt;/p&gt;
&lt;p&gt;So, instead of re-inventing the wheel, the new installer will be built with a language that I know well (VB.net) and on a platform on which DotNetNuke requires in order to function (.net), and will be in the form and a Windows Application.&lt;br /&gt;
Needless to say, by taking this route we stand to benefit a great deal in terms of UI, UX and functionality, without having to learn a whole new language and without the dependance on third party tools.&lt;/p&gt;
&lt;p&gt;The project is currently in full motion. To be more specific, I have started (and finished) the Wizard Control of the installer as well as the main installer API (more on this on my next blog post).&lt;/p&gt;
&lt;p&gt;For those of you reading this post, now is a good time to submit your ideas, comments, and suggestions, and I am looking forward to receiving them.&lt;br /&gt;
I would appreciate it if you post your suggestions on either the &lt;a href="http://www.dotnetnuke.com/DotNetNukeProjects/UtilityInstaller/tabid/838/Default.aspx"&gt;Forums&lt;/a&gt; or directly in the &lt;a href="http://support.dotnetnuke.com/project/Project.aspx?PROJID=24"&gt;Issue Log&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description>
      <link>http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1247/Default.aspx</link>
      <author>Antonio Chagoury</author>
      <comments>http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1247/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.dotnetnuke.com/Default.aspx?tabid=825&amp;EntryID=1247</guid>
      <pubDate>Wed, 10 Jan 2007 04:14:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.dotnetnuke.com/DesktopModules/Blog/Trackback.aspx?id=1247</trackback:ping>
    </item>
  </channel>
</rss>