Jump to content

dotnetfx 2.0


n00b

Recommended Posts


I am trying this from a batch called during Windows XP installation, via cmdlines.txt. I get the error in the event logs:

Product: Microsoft .NET Framework 2.0 -- Error 25007.Error occurred while initializing fusion. Setup could not load fusion with LoadLibraryShim(). Error: The handle is invalid.

Anyone else installing donnet 2 from cmdlines.txt?

Link to comment
Share on other sites

I still have problem to do the installation. on my RunOnceEx.cmd, my code is the following:

REG ADD %KEY%\036 /VE /D "Microsoft .NET Framework v2.0" /f

REG ADD %KEY%\036 /V 1 /D "%CDROM%\$OEM$\install\dotnetfx.exe /Q /C:"install.exe /Q"" /f

It doesn't do anything and doesn't give any error message. I want to know how to fix it.

Link to comment
Share on other sites

"e:\dotnetfx2.exe" /Q /C:"install.exe /Q" /f

This is the line from the updated runonceex I used to get it to work, as I noticed the same thing when I'd originally run the installation. Yours looks the same except for the quotes in the wrong place.

PS - I run my apps from another partition/drive, which is why I have a specific letter, but does the same thing.

Edited by rustycaps
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...