Ecco i comandi per l'installazione automatizzata delle diverse NET Framework (x86) da utilizzare durante la distribuzione di applicazioni silenziatore.:
- 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










