ASP.MVC Beta Install Problems - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T01:27:08Zhttp://stackoverflow.com/feeds/question/228997http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/228997/asp-mvc-beta-install-problems1ASP.MVC Beta Install ProblemsIgor Brejc2008-10-23T08:49:49Z2008-11-19T05:01:48Z
<p>Hi,</p>
<p>I've just downloaded the ASP.MVC MSI package, but the installation fails with the "<strong>There is a problem with this Windows Installer Package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor.</strong>" message.</p>
<p>I see that other people too have the same problem (<a href="http://forums.asp.net/p/1336453/2699267.aspx" rel="nofollow">http://forums.asp.net/p/1336453/2699267.aspx</a>). Anybody else?</p>
<p>I'm running VS 2008 Professional edition with SP1 on Vista.</p>
<p>Some additional info: entries like <strong>Error in Template (C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ProjectTemplates\VisualBasic\Workflow\1033\StateMachineWorkflowLibrary.zip), file (StateMachineWorkflowLibrary.vstemplate). Unregistered ProjectType (VisualBasic). This can be caused by an incorrect ProjectType or because the project type package is not installed.</strong> appear in the event log. </p>
<p>BTW I don't have VisualBasic installed. I'm thinking about reinstalling VisualStudio ... :|</p>
http://stackoverflow.com/questions/228997/asp-mvc-beta-install-problems/229047#2290470Answer by Bevan for ASP.MVC Beta Install ProblemsBevan2008-10-23T09:07:55Z2008-10-23T09:07:55Z<p>I had this exact error message from a completely different MSI package - the DevExpress toolkit - turned out to be caused by one of the "defensive" packages installed on my machine.</p>
<p>Check your anti-virus, anti-spyware, anti-intrusion, firewall, anti-xxx etc etc packages to see if any of them might be stopping scripts from running properly.</p>
<p>Hope this helps.</p>
http://stackoverflow.com/questions/228997/asp-mvc-beta-install-problems/229236#2292360Answer by Will for ASP.MVC Beta Install ProblemsWill2008-10-23T10:23:11Z2008-10-23T10:23:11Z<p>The installer is trying to add templates to the VB package without checking to see if it exists first (ScottGuuuuuuu!).</p>
<p>If the rest of MVC is installed and working, forget about it. If not, you don't have to reinstall VS. A quick fix is to simply install Visual Basic (e.g, modify your installation rather than reinstall it). </p>
http://stackoverflow.com/questions/228997/asp-mvc-beta-install-problems/229276#2292764Answer by Simon Steele for ASP.MVC Beta Install ProblemsSimon Steele2008-10-23T10:40:01Z2008-10-23T10:40:01Z<p>I removed all the bad templates and this didn't resolve the issue for me. I found that removing other Add-Ins I had installed let me install Beta 1. In my case the bad add-in preventing the install was <a href="http://www.codeplex.com/CloneDetectiveVS" rel="nofollow">Clone Detective</a>.</p>
http://stackoverflow.com/questions/228997/asp-mvc-beta-install-problems/229349#2293490Answer by Igor Brejc for ASP.MVC Beta Install ProblemsIgor Brejc2008-10-23T11:13:40Z2008-10-23T11:13:40Z<p>Okey, like Simon said, <a href="http://www.codeplex.com/CloneDetectiveVS" rel="nofollow">Clone Detective</a> addin was the troublemaker which prevented the installation of ASP MVC. I deinstalled Clone Detective and now MVC has installed without problems. Thanks guys!</p>
http://stackoverflow.com/questions/228997/asp-mvc-beta-install-problems/301028#3010280Answer by Haacked for ASP.MVC Beta Install ProblemsHaacked2008-11-19T05:01:48Z2008-11-19T05:01:48Z<p>We're digging into this problem. Seems to be that different people have different reasons for running into this same problem. Thanks for the report.</p>