NET Framework won't install says missing mscoree.dll

  • Thread starter Voit Ritch via DotNetMonster.com
  • Start date
V

Voit Ritch via DotNetMonster.com

We are trying to install netframework and it only just begins before a
message saying setup failed. The log (enclosed) says looking for
mscoree.dll and can't be found. I have downloaded this dll and put it in
the system 32 folder (I think properly) and still the same results. Any
ideas? Thank you!

[04/22/05,07:56:40] Starting Install.exe
[04/22/05,07:56:40] Parsing switches from commandline: C:\DOCUME~1\User\
LOCALS~1\Temp\IXP000.TMP\Install.exe
[04/22/05,07:56:40] SourceDir: C:\DOCUME~1\User\LOCALS~1\Temp\IXP000.TMP\
[04/22/05,07:56:40] Install started
[04/22/05,07:56:40] Checking system requirements
[04/22/05,07:56:40] OS: Win 2k
[04/22/05,07:56:40] Ver:
[04/22/05,07:56:40] SP: Service Pack 4
[04/22/05,07:56:40] Checking Internet Explorer Version
[04/22/05,07:56:40] Looking for 5.0.2919.6307
[04/22/05,07:56:40] Found Internet Explorer Version: 6.0.2800.1106
[04/22/05,07:56:40] Internet Explorer Version is OK...
[04/22/05,07:56:40] System meets minimum requirements
[04/22/05,07:56:40] Checking Windows Installer version...
[04/22/05,07:56:40] Trying to load msi.dll
[04/22/05,07:56:40] Loading: C:\WINNT\system32\\msi.dll
[04/22/05,07:56:40] msi.dll loaded ok
[04/22/05,07:56:40] Looking for: 2.0.2600
[04/22/05,07:56:40] Found: 3.1.4000
[04/22/05,07:56:40] Windows Installer version ok
[04/22/05,07:56:40] Finished Checking Windows Installer version.
[04/22/05,07:56:40] Trying to load msi.dll
[04/22/05,07:56:40] Loading: C:\WINNT\system32\\msi.dll
[04/22/05,07:56:40] Looking for mscoree.dll from PDC
[04/22/05,07:56:40] mscoree.dll from PDC is not installed local
[04/22/05,07:56:40] Looking for mscoree.dll from Beta
[04/22/05,07:56:40] mscoree.dll is not installed local
[04/22/05,07:56:40] Preparing Dialog
[04/22/05,07:56:40] Message: Microsoft .NET Framework Setup has failed. If
this continues, please contact Product Support.
[04/22/05,07:56:42] Install.exe returning 8191
[04/22/05,07:56:42]

[Install.exe]

ReturnCode=8191
 
?

=?Windows-1252?Q?Jos=E9_Manuel_Ag=FCero?=

Hello Voit,

I had the same problem. It was related with Windows Installer. I used the following utility to remove the Windows Installer information about ..NET Framework. Then I reinstalled .NET Framework:

Description of the Windows Installer CleanUp Utility:
http://support.microsoft.com/default.aspx?scid=kb;en-us;290301

You may also read the following article:
HOW TO: Repair an Existing Installation of the .NET Framework or the ..NET Framework SDK:
http://support.microsoft.com/default.aspx?scid=kb;en-us;306160

Regards.

"Voit Ritch via DotNetMonster.com" <[email protected]> escribió en el mensaje | We are trying to install netframework and it only just begins before a
| message saying setup failed. The log (enclosed) says looking for
| mscoree.dll and can't be found. I have downloaded this dll and put it in
| the system 32 folder (I think properly) and still the same results. Any
| ideas? Thank you!
|
| [04/22/05,07:56:40] Starting Install.exe
| [04/22/05,07:56:40] Parsing switches from commandline: C:\DOCUME~1\User\
| LOCALS~1\Temp\IXP000.TMP\Install.exe
| [04/22/05,07:56:40] SourceDir: C:\DOCUME~1\User\LOCALS~1\Temp\IXP000.TMP\
| [04/22/05,07:56:40] Install started
| [04/22/05,07:56:40] Checking system requirements
| [04/22/05,07:56:40] OS: Win 2k
| [04/22/05,07:56:40] Ver:
| [04/22/05,07:56:40] SP: Service Pack 4
| [04/22/05,07:56:40] Checking Internet Explorer Version
| [04/22/05,07:56:40] Looking for 5.0.2919.6307
| [04/22/05,07:56:40] Found Internet Explorer Version: 6.0.2800.1106
| [04/22/05,07:56:40] Internet Explorer Version is OK...
| [04/22/05,07:56:40] System meets minimum requirements
| [04/22/05,07:56:40] Checking Windows Installer version...
| [04/22/05,07:56:40] Trying to load msi.dll
| [04/22/05,07:56:40] Loading: C:\WINNT\system32\\msi.dll
| [04/22/05,07:56:40] msi.dll loaded ok
| [04/22/05,07:56:40] Looking for: 2.0.2600
| [04/22/05,07:56:40] Found: 3.1.4000
| [04/22/05,07:56:40] Windows Installer version ok
| [04/22/05,07:56:40] Finished Checking Windows Installer version.
| [04/22/05,07:56:40] Trying to load msi.dll
| [04/22/05,07:56:40] Loading: C:\WINNT\system32\\msi.dll
| [04/22/05,07:56:40] Looking for mscoree.dll from PDC
| [04/22/05,07:56:40] mscoree.dll from PDC is not installed local
| [04/22/05,07:56:40] Looking for mscoree.dll from Beta
| [04/22/05,07:56:40] mscoree.dll is not installed local
| [04/22/05,07:56:40] Preparing Dialog
| [04/22/05,07:56:40] Message: Microsoft .NET Framework Setup has failed. If
| this continues, please contact Product Support.
| [04/22/05,07:56:42] Install.exe returning 8191
| [04/22/05,07:56:42]
|
| [Install.exe]
|
| ReturnCode=8191
|
| --
| Message posted via http://www.dotnetmonster.com
 
V

Voit Ritch via DotNetMonster.com

Thanks for the reply. Unfortunatly we have never installed Net framework
before and there is no earlier version or part there of. It is a new
installation that fails Have you any further suggestions? Thank you again
for the reply!
 
W

Willy Denoyette [MVP]

Voit Ritch via DotNetMonster.com said:
Thanks for the reply. Unfortunatly we have never installed Net framework
before and there is no earlier version or part there of. It is a new
installation that fails Have you any further suggestions? Thank you again
for the reply!

What version of the framework are you trying to install and on what OS?
Note that your problem has noting to do with mscoree, the installer simply
checks if there is one installed to verify it's version, the error you have
has nothing to do with this.


Willy.
 
V

Voit Ritch via DotNetMonster.com

We have win 2000 and we have all current updates and we have tried
initially installing from Quickbooks 2005, then have tried installing
various versions including 1.0, 1.1 redist. All have the same results & the
log shows the same as listed in my first post. Thanks for the reply! I
would appreciate any further assistance you could provide.
 
V

Voit Ritch via DotNetMonster.com

We were finally able to fix this problem. It was a software conflict with
another program ("NCP-2000-XP" from Double Sight Co. and their PC Expanion
unit). Even doing a repair install of Win2k didn't help so we worked
backwards on software previously installed until the Netframework
installed. Thanks for the suggetions.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top