Installing IIS express 7.5 via WPI (Windows Platform Installer) (Error Code: 2329) - iis-express

I have problem when install IIS Express 7.5 via web platform installer. It gives me error code: 2329.
DEBUG: Error 2329: Error deleting file: C:\Config.Msi\3df66fee.rbf
I uploaded the error log here. How can i fix this problem?

My problem solved with downloading and installing IIS Express 7.5 from Microsoft site
http://www.microsoft.com/en-us/download/details.aspx?id=1038
I don't know the reason of why installing IIS from WPI fails, but i guess it is related to permissions in Windows.
According to the Anand's answer to my another problem here, both of them have been solved by turning the antivirus off.

Related

Error when installing of VS 2013 (Access denied)

I'm trying to install VS 2013 RTM on my laptop with Windows 7 (x64) SP1 and at the end it gives the following error. I've looked at that KB article and it mentions a hotfix that comes with VS 2012 (i don't have it installed on my machine). Any ideas about how to fix it?
I faced with the same issue during VS 2013 installation on my laptop. In general, even with this issues VS is working well, but VS addons won't see your installation. The reason of such behavior - issue with windows update service.
From my installation log: Error 0x80070005: Failed to open WU service.
Please see article on technet, answer from Della Li: http://social.technet.microsoft.com/Forums/windows/en-US/5728fc8d-4ba7-4d08-994a-2144b79a8f96/windows-update-wont-work?forum=w7itprogeneral
After listed there actions try to repair/reinstall your VS. It should help.
while installing new VS 2015 Enterprise edition on Windows 7 machine, I got below error... it was strange and could not find any help from Googling...
finally saw the log file and search with the KB2999226, it was referring Windows6.1-KB2999226-x64.msu may be did not have access. I did that installation manually and hence it started working.
so manually install the file "Windows6.1-KB2999226-x64.msu" from "$VS folder\packages\Patch\x64" .
then run it.

VS 2012 IIS Express 8 - Unable to launch the IIS Express Web server

I'm trying to run an MVC 4 project in IIS Express 8 (because that is apparently what comes with VS 2012) and every time I've tried to run it from VS, I get the following error.
Unable to launch the IIS Express Web server.
14:53:48: Error: Cannot initialize OLE
14:53:48: Error: Cannot initialize OLE
Launching IIS Express through WebMatrix seems to work fine. I've tried uninstalling and reinstalling, but nothing seems to work. Any suggestions?
I'm not sure this will help but it worked for me. After uninstalling IIS make sure you delete the IISExpress folder (on Windows 7 this is located in My Documents\IISExpress). This is where the IIS config files live and if you don't delete it after the uninstall the newly installed IIS will end up using the old config files.
I didn't see the OLE error you're having, but everything else is similar...
checking the event view, I was seeing an IIS error preloading .NET 4.0.30306. All the config files were pointing at 4.0.30319.
But... under my Windows/Microsoft.NET/Framework/ (and Framework64) I had what appeared to be a partial installation of a v4.0.30306.
Deleting both those .30306 folders and rebooting fixed the IIS Launch issue for me.

Cannot debug MVC project due to IIS change(8=>7.5) on VS2012 RC

I have installed web matrix and It has somehow removed the existing IIS Express 8.0, that is installed by default during the VS2012RC installation. I think that is because the web Matrix is using IIS 7.5. So that it has replaced the IIS Express 8 with IIS Express 7.5.
So my tech lead told me to remove the existing IIS 7.5 that has been installed during the installation of Web Matrix, And I removed it. So I have no IIS for debugging. So once I tried to install the IIS 8 manually and it says that there is a existing version of IIS Express 8. So that I can not even install the IIS Express 8.
So I did a repair to my VS2012RC. After a lengthy process it finally gave me a report as
"IIS 8.0 Express
Package failed"
So, Now I am totally stuck with this. Can some one good at this VS stuff help me on this issue.
Another thing is, previously when I open the project and it was not loaded(It says the project is not loaded) So, then when I write click on it and do a reload it said "For debugging you have to have IIS 8.0 and ask me to download it and install ".
When I click next and then it goes to "MS web platform Installer" and direct me to the "IIS 7.5 download page" But the install button was enabled and says its installed. What should I do to overcome this issue. This is like a nightmare.
I also Tried to use "Fix it" and Its beta testing is over and I can not do a proper uninstall of the IIS 8, which says that is still existing.
Thank you.
So, what I did was using MS web platform Installer my option of IIS Express 7.5 and IIS Express 8.0 was gone due to a registry issue. But there was another IIS 8.0 which is compatible with Windows XP and Vista and upper. So I downloaded it installed. It installed in no time and then I opened the project and changed my solution configuration, single start up to my website project. And it worked. That saved me form the havoc that day.
Later I uninstalled the IIS 8.0(Xp compatible) and then did a repair again to my VS 2012 and it installed correctly that time. Then I changed the configuration as said above and done.
If you have the same kind of problem you have to check the configuration also. Since I forgot that this took even longer instead of repairing time for the VS 2012 as well as the system restore.

MVC3 Re-installation VS2010 SP1

I've looked here and the link in the solution but I'm still having problems. I had Visual Studio 2010 with SP1 beta and MVC3 installed but encountered no Intellisense on cshtml files and problems with System.Web.Helpers not being found.
Downloaded the released VS2010 SP1 and installed this (as recommended, over the beta) and still had the issue so uninstalled MVC3.
Now I can't install MVC3 at all, the log shows VS10-KB2483190-x86.exe) failed with 0x80070643 - Fatal error during installation and even when opening the MVC3 exe in 7-zip and installing components individually as per the blog.
Has anyone else had a similar problem that they manage to solve?
This blog did work, as described in the question. Downloaded the standalone installer of MVC3 and got the individual files using 7-zip.
Beforehand, I uninstalled ASP.NET Web Pages with a guide in this post which talks about removing trailing slashes from the registry first.
Now MVC3 works and also the System.Web.Helpers and IDependencyResolver is found which was another reason for re-installing.
Get your visual studio dvd, or download the iso trial and mount it. Then run the mvc3 setup. I ran the vs10-kb2483190-x86 by itself and it complained about not finding the vs setup.msi from the dvd.
I was unable to install MVC with the same error and Paul's solution worked for me. Many thanks. I did not have to perform the Registry mods in my particular case though. So,
Uninstall Microsoft ASP .NET Web Pages from Add/Remove Programs
Run the setup for MVC 3. This will unpack the setup files to C:\Temp\ext47334
Run C:\Temp\ext47334\aspnetwebpages.msi
Run the rest of the msis in C:\Temp\ext47334
I had the same problem of a failed installation using the web installer (though it reported success). But in my case, I had already installed MVC4 before I tried installing MVC3.
I downloaded the offline installer, which failed with the same error as above. I then tried both suggestions of inserting the VS2010 DVD, and changing the registry paths as described, but neither worked. I then tried first uninstalling the MVC3 stuff from Program and Features in Control Panel. This time the installation got further than before, but failed on installing NuGet. So I uninstalled NuGet and reran the installer, this time with success! I then had to reinstall NuGet by downloading the latest version from the http://nuget.org/.

Problem installing visual studio service pack on Windows 7

I recently installed Windows 7, then installed Visual Studio 2008.
I would like to install SP1 for Visual Studio in order to use MVC but I got an error.
I found an answers on SO that suggested a certain patch. I anstalled the patch but still have a problem, see a screenshot here.
What to do now?
That's a very weird error. Is this just a stock Windows 7 install? Any other weird errors occurring? It could be a corruption in memory or on disk...
Yeah, I got this while trying to do the exact same thing--was even going to build an MVC app. The solution was to uninstall and reinstall Visual Studio.
i Finally found Problem And Solution
in the error log of windows vista refer error to network and disk error
then i copy all file from vs sp1 image to my hard disk and then disable network connection and it install successfully
special thanks friends

Resources