Command line params for dotnetfx.exe

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi again !

What are the command line arguments for the redistributable package of .NET
2.0? (Quiet mode, No restart, etc.)

Thank you !
 
Microsoft .NET Framework 2.0 Command line options:

/Q -- Quiet modes for package,

/T:<full path> -- Specifies temporary working folder,

/C -- Extract files only to the folder when used also with /T.

/C:<Cmd> -- Override Install Command defined by author.
 
Back
Top