September 18, 200520 yr Hello,I want to silent install .Net framework. It needs the folowing command: dotnetfw.exe /q:a /c:"install /l /q"How do I put this in the .cmd RunOnceEx file since it has quotations in it the cmd doesn't exe it correctly.REG ADD %KEY%\053 /V 1 /D "%CDROM%\Software\dotNET Framework\dotnetfw.exe /q:a /c:"install /l /q"" /fSomebody has got an answer to this problem?
September 19, 200520 yr try thisREG ADD %KEY%\053 /V 1 /D "%CDROM%\Software\dotNET Framework\dotnetfw.exe /q:a /c:\"install /l /q\"" /f
September 19, 200520 yr Wouldn't it be easier to dowload the full .NET 1.1 from HERE and use REG ADD %KEY%\053 /V 1 /D "%CDROM%\Software\dotNET Framework\dotnetfx.exe /s" /f for a full silent installation. Edited September 19, 200520 yr by yoz7120
September 20, 200520 yr Author try thisREG ADD %KEY%\053 /V 1 /D "%CDROM%\Software\dotNET Framework\dotnetfw.exe /q:a /c:\"install /l /q\"" /f<{POST_SNAPBACK}>Thnx but I already have found an answer.Wouldn't it be easier to dowload the full .NET 1.1 from HERE and use REG ADD %KEY%\053 /V 1 /D "%CDROM%\Software\dotNET Framework\dotnetfx.exe /s" /f for a full silent installation.<{POST_SNAPBACK}>That installation is English I think, I need a Dutch one. But I have already found an answer to my problem.1) Open the .NET installer with WinRAR2) Extract netfx.msi and netfx1.cab to a folder3) Now you only need to use the following command netfx.msi /qn for a silent installation.The 2 extracted files need to be in the same folder!
May 8, 200620 yr Wouldn't it be easier to dowload the full .NET 1.1 from HERE and useI downloaded the framework from the site you noted (with sp1 within it) trying to run it, but i get error 'missing StartX', neither help does work...Pls help...Thanks Edited May 8, 200620 yr by school1282
Create an account or sign in to comment