Re: Silent install of .NET 2.0 Framework...

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Here's the command string that I've seen in several threads referring
to the silent installation of the .NET 2.0 Framework...

dotnetfx.exe /q:a /c:"install /q"


This works great for me... I'm just looking for a through explination
of the paramters. I see that MS specifies the "/q", but what do the ":a
/c:..." options mean specifically.

Any pointers to documentation or explination would be appreciated.


Also,
A couple more questions...
- is there a logfile created by this process? If not is there a parm I
add, something like /logilfe "C:\logfilename.log"

.



Relevant Pages

  • Re: The "->" operator
    ... > it exists as well as examples to it's use but still no explination as ... The -> operator dereferences its left operand, ... accessing a structure member through a pointer. ... null pointers don't have to be *dull* pointers! ...
    (comp.lang.c)
  • Silent install of .NET 2.0 Framework...
    ... Here's the command string that I've seen in several threads referring ... to the silent installation of the .NET 2.0 Framework... ... Any pointers to documentation or explination would be appreciated. ...
    (microsoft.public.dotnet.framework.setup)