<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Everybody could use a good Burn</title>
	<atom:link href="http://www.joyofsetup.com/2008/08/25/everybody-could-use-a-good-burn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joyofsetup.com/2008/08/25/everybody-could-use-a-good-burn/</link>
	<description>Bob Arnson on setup and servicing with WiX and MSI</description>
	<lastBuildDate>Sun, 24 Jul 2011 04:35:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tony</title>
		<link>http://www.joyofsetup.com/2008/08/25/everybody-could-use-a-good-burn/comment-page-1/#comment-7118</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Sat, 30 Aug 2008 17:25:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2008/08/25/everybody-could-use-a-good-burn/#comment-7118</guid>
		<description>Eric,

good points! I think that MSI technology is mostly a failure even if you consider just a single (nontrivial) program and single MSI installation. WiX project is probably the best thing that happened to it to keep it alive. So thanks to Bob and others on WiX team!

Adding features, like GUI dialog initialization Custom Actions, would have helped a lot if it was implemented in MSI, say 4-5 years ago.

On the other hand, the need for Custom Actions that are not related to GUI should have been reduced. Why is it that I can&#039;t invoke a standard action more than once? For example first time to act on Table1 and second time on Table2. Why I can&#039;t make it act on some rows of the table first time and on other columns on second invocation?

Something along these lines would have hugely reduced the need for CAs since standard actions provide most of the functionality needed but are just not flexible enough regarding when they get invoked and on which items they act.

Indeed, as you say, after a while one starts wondering why use MSI at all.</description>
		<content:encoded><![CDATA[<p>Eric,</p>
<p>good points! I think that MSI technology is mostly a failure even if you consider just a single (nontrivial) program and single MSI installation. WiX project is probably the best thing that happened to it to keep it alive. So thanks to Bob and others on WiX team!</p>
<p>Adding features, like GUI dialog initialization Custom Actions, would have helped a lot if it was implemented in MSI, say 4-5 years ago.</p>
<p>On the other hand, the need for Custom Actions that are not related to GUI should have been reduced. Why is it that I can&#8217;t invoke a standard action more than once? For example first time to act on Table1 and second time on Table2. Why I can&#8217;t make it act on some rows of the table first time and on other columns on second invocation?</p>
<p>Something along these lines would have hugely reduced the need for CAs since standard actions provide most of the functionality needed but are just not flexible enough regarding when they get invoked and on which items they act.</p>
<p>Indeed, as you say, after a while one starts wondering why use MSI at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.joyofsetup.com/2008/08/25/everybody-could-use-a-good-burn/comment-page-1/#comment-7116</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Fri, 29 Aug 2008 04:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2008/08/25/everybody-could-use-a-good-burn/#comment-7116</guid>
		<description>I think it is fair to say that we developers are used to Visual Studio installs that can last up to 5 hours and that it is not too hard for us to start Task Manager and try convince ourselves that installer is not frozen, that &#039;something is still going on&#039;.

Framework installs look like they were targeted at the same audience. So  nobody bothered with the details.

One progress bar is fine but it doesn&#039;t help if it moves for 3 pixels after half an hour had passed. It is hard to detect that, staring at the screen for half an hour, okay?!

Fast-flying text with technical goobledy-gook, animation, whatever ... just have something that can make a person get the idea that &#039;things are going on&#039;, that really &#039;some progress was made&#039; and that &#039;she needs to wait a bit more&#039;, in no uncertain terms.

If experienced developers find themeslevs wondering whether to reboot the machine and start the installation over, what do you think users ponder on in the same situation?</description>
		<content:encoded><![CDATA[<p>I think it is fair to say that we developers are used to Visual Studio installs that can last up to 5 hours and that it is not too hard for us to start Task Manager and try convince ourselves that installer is not frozen, that &#8216;something is still going on&#8217;.</p>
<p>Framework installs look like they were targeted at the same audience. So  nobody bothered with the details.</p>
<p>One progress bar is fine but it doesn&#8217;t help if it moves for 3 pixels after half an hour had passed. It is hard to detect that, staring at the screen for half an hour, okay?!</p>
<p>Fast-flying text with technical goobledy-gook, animation, whatever &#8230; just have something that can make a person get the idea that &#8216;things are going on&#8217;, that really &#8216;some progress was made&#8217; and that &#8216;she needs to wait a bit more&#8217;, in no uncertain terms.</p>
<p>If experienced developers find themeslevs wondering whether to reboot the machine and start the installation over, what do you think users ponder on in the same situation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Brewster</title>
		<link>http://www.joyofsetup.com/2008/08/25/everybody-could-use-a-good-burn/comment-page-1/#comment-7113</link>
		<dc:creator>Rick Brewster</dc:creator>
		<pubDate>Thu, 28 Aug 2008 18:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2008/08/25/everybody-could-use-a-good-burn/#comment-7113</guid>
		<description>Christopher -- Maybe you&#039;ve read this? :) http://www.joelonsoftware.com/articles/PleaseLinker.html (he seems to agree with your sentiments)</description>
		<content:encoded><![CDATA[<p>Christopher &#8212; Maybe you&#8217;ve read this? <img src='http://www.joyofsetup.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://www.joelonsoftware.com/articles/PleaseLinker.html" rel="nofollow">http://www.joelonsoftware.com/articles/PleaseLinker.html</a> (he seems to agree with your sentiments)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Painter</title>
		<link>http://www.joyofsetup.com/2008/08/25/everybody-could-use-a-good-burn/comment-page-1/#comment-7110</link>
		<dc:creator>Christopher Painter</dc:creator>
		<pubDate>Wed, 27 Aug 2008 21:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2008/08/25/everybody-could-use-a-good-burn/#comment-7110</guid>
		<description>InstallShield has all of this today, although I do remember reading the description of burn in a previous blog and I believe it has the potential to be better then what InstallShield can do and I always appreciate having an alternative.

But all of this is way to complicated.  I can&#039;t help but wonder if programs like Paint.NET  ( kind of a silly user, do users really care that&#039;s it&#039;s coded in .NET or does that imply some web 2.0 type experience? )  wont just end up virtualzing their application with a program like Xenocode or Thinstall and just eliminate the problem all together.

You&#039;d end up with a simple single EXE that could then so easily be thrown into a WiX project ( think votive, include mondo and define 1 component ) that even I couldn&#039;t complain about the usability.</description>
		<content:encoded><![CDATA[<p>InstallShield has all of this today, although I do remember reading the description of burn in a previous blog and I believe it has the potential to be better then what InstallShield can do and I always appreciate having an alternative.</p>
<p>But all of this is way to complicated.  I can&#8217;t help but wonder if programs like Paint.NET  ( kind of a silly user, do users really care that&#8217;s it&#8217;s coded in .NET or does that imply some web 2.0 type experience? )  wont just end up virtualzing their application with a program like Xenocode or Thinstall and just eliminate the problem all together.</p>
<p>You&#8217;d end up with a simple single EXE that could then so easily be thrown into a WiX project ( think votive, include mondo and define 1 component ) that even I couldn&#8217;t complain about the usability.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.joyofsetup.com/2008/08/25/everybody-could-use-a-good-burn/comment-page-1/#comment-7100</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Tue, 26 Aug 2008 15:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2008/08/25/everybody-could-use-a-good-burn/#comment-7100</guid>
		<description>Fairly consistent description with the pain I experience writing .NET apps - including ones distributed on CD.

The &quot;single progress bar&quot; is a really good point. The original Windows Installer&#039;s design was to have everything &quot;all in one&quot; - merge modules to install OS components, etc.

Over time, the vision has &quot;eroded&quot;. To work around security issues, merge modules were effectively &quot;dropped&quot; for all but backwards compatibility. Complex systems like .NET had their own isolated installers that couldn&#039;t be chained inside of another MSI. 

Windows Installer 4.5 adds support for external user interfaces. The very fact this was added, in my opinion, means that Microsoft collectively has &quot;given up&quot; on Windows Installer. I realize thats harsh, but lets look at it from the perspective of a setup developer:
* I can cannot provide a consistent installation experience using MSI
* I need to resort to additional software to provide the installation experience and chain together multiple installers. 
* If I&#039;m writing lots of extra software by hand, why am I using MSI at all? I now have all of the pain but none of the benefit. I get a few rollbacks, but even that doesn&#039;t work correctly any longer because multiple installations are chained together.

Take a look at Visual Studio 2008&#039;s installer, or SQL Server&#039;s installers. It literally installs at least 10 different MSI packages to get the program working. Wasn&#039;t the whole vision of Windows Installer that you could have the same reusable components inside multiple installation packages?

If I need a bootstrapper, the setup technology has failed me. Dependencies for installers are insane - the whole point of an installer is to take care of that for the user. It&#039;s been a &quot;fact of life&quot; for MSI packages since day #1, and I think that people have been so accustomed to it that the &quot;big picture&quot; has been lost. Bootstrappers = Technology Failure!</description>
		<content:encoded><![CDATA[<p>Fairly consistent description with the pain I experience writing .NET apps &#8211; including ones distributed on CD.</p>
<p>The &#8220;single progress bar&#8221; is a really good point. The original Windows Installer&#8217;s design was to have everything &#8220;all in one&#8221; &#8211; merge modules to install OS components, etc.</p>
<p>Over time, the vision has &#8220;eroded&#8221;. To work around security issues, merge modules were effectively &#8220;dropped&#8221; for all but backwards compatibility. Complex systems like .NET had their own isolated installers that couldn&#8217;t be chained inside of another MSI. </p>
<p>Windows Installer 4.5 adds support for external user interfaces. The very fact this was added, in my opinion, means that Microsoft collectively has &#8220;given up&#8221; on Windows Installer. I realize thats harsh, but lets look at it from the perspective of a setup developer:<br />
* I can cannot provide a consistent installation experience using MSI<br />
* I need to resort to additional software to provide the installation experience and chain together multiple installers.<br />
* If I&#8217;m writing lots of extra software by hand, why am I using MSI at all? I now have all of the pain but none of the benefit. I get a few rollbacks, but even that doesn&#8217;t work correctly any longer because multiple installations are chained together.</p>
<p>Take a look at Visual Studio 2008&#8242;s installer, or SQL Server&#8217;s installers. It literally installs at least 10 different MSI packages to get the program working. Wasn&#8217;t the whole vision of Windows Installer that you could have the same reusable components inside multiple installation packages?</p>
<p>If I need a bootstrapper, the setup technology has failed me. Dependencies for installers are insane &#8211; the whole point of an installer is to take care of that for the user. It&#8217;s been a &#8220;fact of life&#8221; for MSI packages since day #1, and I think that people have been so accustomed to it that the &#8220;big picture&#8221; has been lost. Bootstrappers = Technology Failure!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Arnson</title>
		<link>http://www.joyofsetup.com/2008/08/25/everybody-could-use-a-good-burn/comment-page-1/#comment-7099</link>
		<dc:creator>Bob Arnson</dc:creator>
		<pubDate>Tue, 26 Aug 2008 15:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2008/08/25/everybody-could-use-a-good-burn/#comment-7099</guid>
		<description>Philip,

That&#039;s definitely our goal!


Rick,

Burn is C++, so it can support one progress bar for .NET and a managed app. Our goal is to make that experience available for $499 apps too. 8)</description>
		<content:encoded><![CDATA[<p>Philip,</p>
<p>That&#8217;s definitely our goal!</p>
<p>Rick,</p>
<p>Burn is C++, so it can support one progress bar for .NET and a managed app. Our goal is to make that experience available for $499 apps too. <img src='http://www.joyofsetup.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Brewster</title>
		<link>http://www.joyofsetup.com/2008/08/25/everybody-could-use-a-good-burn/comment-page-1/#comment-7098</link>
		<dc:creator>Rick Brewster</dc:creator>
		<pubDate>Tue, 26 Aug 2008 08:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2008/08/25/everybody-could-use-a-good-burn/#comment-7098</guid>
		<description>I&#039;d love to have &quot;one progress bar&quot;, but for many reasons my setup wizard is written in C# (it is not MSI basic UI). Thus, it requires that .NET is installed!

Although if I were charging $500 like Office or Photoshop, you&#039;re darn right I&#039;d have an installer like that :) I like Office 2007&#039;s installer.

Paint.NET v4&#039;s setup experience, while a bit inconsistent on the UX front, is at least a LOT simpler. And, it works!</description>
		<content:encoded><![CDATA[<p>I&#8217;d love to have &#8220;one progress bar&#8221;, but for many reasons my setup wizard is written in C# (it is not MSI basic UI). Thus, it requires that .NET is installed!</p>
<p>Although if I were charging $500 like Office or Photoshop, you&#8217;re darn right I&#8217;d have an installer like that <img src='http://www.joyofsetup.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I like Office 2007&#8242;s installer.</p>
<p>Paint.NET v4&#8242;s setup experience, while a bit inconsistent on the UX front, is at least a LOT simpler. And, it works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Stears</title>
		<link>http://www.joyofsetup.com/2008/08/25/everybody-could-use-a-good-burn/comment-page-1/#comment-7097</link>
		<dc:creator>Philip Stears</dc:creator>
		<pubDate>Tue, 26 Aug 2008 05:57:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.joyofsetup.com/2008/08/25/everybody-could-use-a-good-burn/#comment-7097</guid>
		<description>This is one of my main issues with installation today, a lot of software has a very poor installation experience when compared with say Visual Studio or Office that to a great job of integrating everything. I can&#039;t wait to see what you guys come up with.

Keep up the good work!
Philip</description>
		<content:encoded><![CDATA[<p>This is one of my main issues with installation today, a lot of software has a very poor installation experience when compared with say Visual Studio or Office that to a great job of integrating everything. I can&#8217;t wait to see what you guys come up with.</p>
<p>Keep up the good work!<br />
Philip</p>
]]></content:encoded>
	</item>
</channel>
</rss>

