Voici les commandes d’installation automatisée des différents .NET Frameworks (versions x86) à utiliser lors du déploiement silencieux d’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










