Here are the commands for automated installation of various. NET Frameworks (x86) to use when silent deployment of applications:
- Framework 1.1 : dotnetfx.exe / q: a / c: "install / l / q"
- Framework 2.0 : dotnetfx2.exe / q: a / c: "install / l / q"
- Framework 3.0 : dotnetfx3.exe / q: a / c: "setup / q / norestart" / norestart
- Framework 3.5 SP1 : dotnetfx35.exe / q: a / c: "setup / q / norestart" / norestart










