Sonic Posted November 9, 2005 Posted November 9, 2005 +1 , .NET FrameWork 2.0 is international ... It appears on additionals updates in Windows Update (french)
jamesagmoore Posted November 12, 2005 Posted November 12, 2005 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?
Shark007 Posted November 12, 2005 Posted November 12, 2005 (edited) No need to post your cmdlines.txtThis is a known issue,Microsoft .NET Framework 2.0 will not install @ T-13 or T-9You have to use guirunonce or runonceex.shark Edited November 12, 2005 by Shark007
Sonic Posted November 12, 2005 Posted November 12, 2005 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
leungda Posted November 15, 2005 Posted November 15, 2005 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" /fREG ADD %KEY%\036 /V 1 /D "%CDROM%\$OEM$\install\dotnetfx.exe /Q /C:"install.exe /Q"" /fIt doesn't do anything and doesn't give any error message. I want to know how to fix it.
rustycaps Posted November 15, 2005 Posted November 15, 2005 (edited) "e:\dotnetfx2.exe" /Q /C:"install.exe /Q" /fThis 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 November 15, 2005 by rustycaps
Sonic Posted November 15, 2005 Posted November 15, 2005 REG ADD %KEY%\036 /VE /D "Microsoft .NET Framework v2.0" /fREG ADD %KEY%\036 /V 1 /D "%CDROM%\$OEM$\install\dotnetfx.exe /Q /C:\"install.exe /Q\"" /fBecause reg add think you close the command on the second " ...http://unattended.msfn.org/intermediate/me...s/runonceex.htm
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now