smatanza Posted September 6, 2004 Posted September 6, 2004 Hey guys !!!Somebody knows any method to install the .NET Framework 2.0 Beta ?Thanks in advance !!
`Felix` Posted September 6, 2004 Posted September 6, 2004 well.. extract the file and obtain these :install.exenetfx1.cabnetfx.msiand use : netfx.msi /qb
smatanza Posted September 6, 2004 Author Posted September 6, 2004 Sorry but ...Actually in the .NET Framework Beta 2 there's no any cab file (after the extraction). Any of the switches that apply to the 1.1 installation works with the 2.0 beta version. Here are the contents:Any idea ?!Thanks !!!
Martin Zugec Posted September 13, 2005 Posted September 13, 2005 Hmmm, I can still see normal netfx msi file... What happens if you run msiexec /i netfx.msi /qb?
Nucleus Posted October 1, 2005 Posted October 1, 2005 create an admin point, and repackage with these commentsSetup=install.exe /qbTempModeSilent=1
nfm Posted October 1, 2005 Posted October 1, 2005 (edited) I won't work with extracted files nor .msi switches instead it will ask for Install.exe file. Only way to run it is to use MS's orginal express archive with /Q switch. That was from my expierience with beta 2.0 for x64 but waiting for final release Edited October 1, 2005 by Kamil
staples Posted October 1, 2005 Posted October 1, 2005 extract the msi out of dotnetfx.exe with this commanddotnetfx.exe /c /t:"C:\dotnet2"to install use this commandmsiexec /i C:\dotnet2\netfx.msi ADDEPLOY=1 REBOOT=REALLYSUPPRESS /qb
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now