<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Orcas, The Bootstrapper, and Beyond</title><link>http://blogs.msdn.com/b/chrsmith/archive/2005/11/11/491950.aspx</link><description>What would you like to see in the Bootstrapper in the future?</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Orcas, The Bootstrapper, and Beyond</title><link>http://blogs.msdn.com/b/chrsmith/archive/2005/11/11/491950.aspx#496392</link><pubDate>Wed, 23 Nov 2005 22:12:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:496392</guid><dc:creator>ShadowChaser</dc:creator><description>I would like to see a generic &amp;quot;MSBuild&amp;quot; project type in visual studio.&lt;br&gt;&lt;br&gt;Right now there is no spot to put generic MSBuild projects - things that don't fit into the current Visual Studio model. Bootstrapper and WiX projects come to mind.&lt;br&gt;&lt;br&gt;It would be great to just have a project type that consists of nothing more than the XML MSBuild project file and some file dependencies added underneath. It would make it a LOT easier to do source control...&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=496392" width="1" height="1"&gt;</description></item><item><title>re: Orcas, The Bootstrapper, and Beyond</title><link>http://blogs.msdn.com/b/chrsmith/archive/2005/11/11/491950.aspx#492571</link><pubDate>Mon, 14 Nov 2005 21:54:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:492571</guid><dc:creator>ChrSmith</dc:creator><description>I just wanted to let you all know that I really appreciate your feedback, good and bad.  I'll definitely forward your thoughts onto our PM to do everything I can to get rid of your hassles in Orcas.  &lt;br&gt;&lt;br&gt;Thanks again,&lt;br&gt;-Chris Smith [MSFT]&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=492571" width="1" height="1"&gt;</description></item><item><title>re: Orcas, The Bootstrapper, and Beyond</title><link>http://blogs.msdn.com/b/chrsmith/archive/2005/11/11/491950.aspx#492104</link><pubDate>Sat, 12 Nov 2005 19:05:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:492104</guid><dc:creator>James Hancock</dc:creator><description>Here's an idea:&lt;br&gt;&lt;br&gt;Get rid of the bootstrapper.&lt;br&gt;&lt;br&gt;Work with the Windows Installer team to create a patchable, signable Merge Module system that can be registered on the computer and patched by MS and if signed by MS can distribute files to the System32 folder etc.&lt;br&gt;&lt;br&gt;By doing so, we can go back to a bootstrap that does one thing and only one thing: Install the Windows Installer package and then run the setup.msi file and then everything is seamless to the user.&lt;br&gt;&lt;br&gt;Any bootstrap on an application is a failure to create a good experience for a customer and Microsoft should feel ashamed that they have forced developers to this point.  It is specifically this lack of user friendliness that causes people to ask &amp;quot;Why should I bother with Microsoft when Linux is just as hard to use?&amp;quot;&lt;br&gt;&lt;br&gt;Everything should be merge modules that can be added to an installation (including the .NET framework. The only reason that bootstrapping started to happen was because of a failure to plan ahead with merge modules for patching (i.e. Slammer) and the ability of some merge modules to update system files.  Fix these issues and we can go back to seamless installs that just work instead of confusing customers. (and get rid of the new DLL hell... just look at trying to uninstall Vs.net 2005 or SQL Server 2005 if you need proof of this one)&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=492104" width="1" height="1"&gt;</description></item><item><title>re: Orcas, The Bootstrapper, and Beyond</title><link>http://blogs.msdn.com/b/chrsmith/archive/2005/11/11/491950.aspx#492022</link><pubDate>Sat, 12 Nov 2005 07:52:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:492022</guid><dc:creator>Sean Timm</dc:creator><description>The current deployment strategy of the bootstrapper for ISVs is very cumbersome and seems to be designed with the expectation of in-house deliverables.  One of our server products installs with a ClickOnce application.  The problem, of course, is that the customer installing the software determines where it actually ends up (ie. which machine name, which virtual directory, etc.).  Since the bootstrapper gets compiled with a hardcoded URL, it is immediately pointing at the wrong location.&lt;br&gt;&lt;br&gt;I finally tracked down the information on your site regarding changing the URL via a command-line parameter to setup.exe which allowed us to modify our installer to be able to call and change the URL during installation.  Unfortunately (as you've mentioned previously), it invalidates the authenticode signature, so now anyone that launches the bootstrapper gets a warning.  Also, the very *first* time that you run setup.exe and pass it an override, it prompts you with a dialog mentioning the fact that it will remove the signature.  I couldn't find a way to tell it not to show that, so now I can't even make the bootstrap creation part of our automated build process.  I have to manually create the bootstrap, manually run the resultant setup.exe to get it to point to another (bogus) URL (so I can get rid of the dialog prompt), and then we can include this final executable in our install process that we distribute to customers.  This is a HUGE HASSLE, and in the long run, it will be more effective for me to roll my own (based on the current bootstrapper implementation).&lt;br&gt;&lt;br&gt;It's always possible that I've missed something incredibly obvious about the bootstrapper that makes all my problems disappear, though, so I'm all ears.  :)&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=492022" width="1" height="1"&gt;</description></item></channel></rss>