Geek Noise
Rants, rambles, news and notes by Peter Provost
11

Silent Install of .NET Runtime

Monday, 11 August 2003 12:43 by Peter Provost

I had to find this for someone today, so I thought I'd post it here so it doesn't get lost:

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

What is happening here is the wrapper exe (dotnetfx.exe) is being called with two parameters. The first parameter tells it to run silently. The second tells it to run a specific command after extracting the contents. We then pass the silent flag to the "inner" installer.

Make sense? It doesn't matter, because it works. ;-)

Currently rated 4.2 by 6 people

  • Currently 4.166667/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:   Technology
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed