I have encountered the following error message after finishing Visual Studio Express 2013 installation
And here's what I have found out in the log file
[06D8:0C80][2014-12-03T18:24:39]i338: Acquiring package: aspnetmvc4vwd12tools_1014, payload: cabA3BBAEE7F3255814C4DE370C415391E5, download from: bits://go.microsoft.com/fwlink/?LinkId=427850&clcid=0x409 [06D8:15A4][2014-12-03T18:24:52]i000: MUX: ExecuteError: Package (webdeploy_x64_en_usmsi_902) failed: Error Message Id: 2738 ErrorMessage: The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2738. [0254:2660][2014-12-03T18:24:58]e000: Error 0x80070643: Failed to install MSI package. [0254:2660][2014-12-03T18:24:58]e000: Error 0x80070643: Failed to execute MSI package. [06D8:15A4][2014-12-03T18:24:58]e000: Error 0x80070643: Failed to configure per-machine MSI package.
Did anyone who has met the same issue help me figure out? Thank you so much
try installing it as a standalone program from here and try to reopen VisualStudio
have a look in System Requirements
section
Supported Operating System
Windows 7 Professional, Windows Server 2003 Service Pack 2, Windows Server 2008,
Windows Server 2008 R2 SP1, Windows Server 2012, Windows Server 2012 R2, Windows Vista, Windows XP
The supported platform is 64-bit for this download. The .NET 2.0 Framework SP1 or greater must be installed.
if it doesn't work try this Microsoft fix. Run the exe that should solve some machine problems
if all of this suggestions don't work you can try these steps
cd %systemroot%\system32
and then Enterregsvr32 vbscript.dll
and the entercd %systemroot%\syswow64
and press Enterregsvr32 vbscript.dll
and press enterexit
Source from this link
User contributions licensed under CC BY-SA 3.0