edmoncu Posted May 17, 2004 Posted May 17, 2004 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.
Joe User 99 Posted May 17, 2004 Posted May 17, 2004 .NET can be extracted to a MSI, then use the /qn switch
RyanVM Posted May 17, 2004 Posted May 17, 2004 http://unattended.msfn.org/xp/applications/netframework.htm
edmoncu Posted May 17, 2004 Author Posted May 17, 2004 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.
pauledavey Posted May 17, 2004 Posted May 17, 2004 Try this:Run dotnetfx.exe /q /c:"install /q" to perform a silent installation.HTHPaul
RyanVM Posted May 17, 2004 Posted May 17, 2004 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
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