1. Usage: dotNetFx40_Full_x86_x64intl_Slim.exe [switches]
  2. All switches are optional.
  3. /y - Passive mode, shows progress bar advancing but requires no user interaction. *Full* Client and Extended packages are installed.
  4. /ai - Passive mode, shows progress bar advancing but requires no user interaction. *Only* Client package is installed.
  5. /aif - Quiet mode, no user input required or output shown. *Full* Client and Extended packages are installed.
  6. /aic - Quiet mode, no user input required or output shown. *Only* Client package is installed.
  7. /ain - Quiet mode, no user input required or output shown. *Full* Client and Extended packages are installed and 'ngen executequeueditems' is also run. (Fixes slow XP boot, may take considerably *longer*)
  8. /sfxlang: - Language mode. Change default display language and/or language pack.
  9. /h | /? - Display this help.
  10. Examples:
  11. Automatically install Client + Extended packages and display progress:
  12. dotNetFx40_Full_x86_x64intl_Slim.exe /y
  13. Automatically install Client package and display progress:
  14. dotNetFx40_Full_x86_x64intl_Slim.exe /ai
  15. Silently install Client + Extended packages and display no progress:
  16. dotNetFx40_Full_x86_x64intl_Slim.exe /aif
  17. Silently install Client package and display no progress:
  18. dotNetFx40_Full_x86_x64intl_Slim.exe /aic
  19. Silently install Client + Extended packages, execute ngen and display no progress:
  20. dotNetFx40_Full_x86_x64intl_Slim.exe /ain
  21. Optional command line switch to disable extraction dialog: /gm2
  22. (c) Microsoft Corporation. All Rights Reserved.