May 17, 200422 yr Hi all, I hope you could help me with this, as I've searched thru the forum, I found out that the parameters used to silently install DotNet Framework 1.1 is by using the parameter /q:a /r:nHowever, this one doesnt work for me. It stops at the License Agreement portion of the setup.I wonder if I got the switches correct or have forgotten something. Thanks.
May 17, 200422 yr Author oh nevermind, i got it to work...what i did was to extract the dotnetfx file via winrarand from the extracted files, i located at the msi file called netfx.msi and applied a parameter /qn REBOOT=Suppress.here's how it looked like:netfx.msi /qn REBOOT=Suppress" /Fedited: oops, i was late at replying. thanks anyways.
May 17, 200422 yr Try this:Run dotnetfx.exe /q /c:"install /q" to perform a silent installation.HTHPaul
May 17, 200422 yr oh nevermind, i got it to work...what i did was to extract the dotnetfx file via winrarand from the extracted files, i located at the msi file called netfx.msi and applied a parameter /qn REBOOT=Suppress.here's how it looked like:netfx.msi /qn REBOOT=Suppress" /F Go to the link I gave you. You'd be amazed how much info it has
Create an account or sign in to comment