Jump to content

Recommended Posts

Posted

+1 , .NET FrameWork 2.0 is international ... It appears on additionals updates in Windows Update (french)


Posted

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?

Posted (edited)

No need to post your cmdlines.txt

This is a known issue,

Microsoft .NET Framework 2.0 will not install @ T-13 or T-9

You have to use guirunonce or runonceex.

shark

Edited by Shark007
Posted

okay, it's pinned in my memory (hum sorry for direct translation) !

I don't know this limitation, in fact for me I always run install on runonceex

Posted

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.

Posted (edited)

"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

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...