Advertisement
ffredrikk

choco install dotnet3.5 -y

Feb 16th, 2016
487
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. C:\Windows\system32>choco install dotnet3.5 -y
  2. Installing the following packages:
  3. dotnet3.5
  4. By installing you accept licenses for the packages.
  5.  
  6. DotNet3.5 v3.5.20160211
  7. Deployment Image Servicing and Management tool
  8. Version: 10.0.10240.16384
  9. Image Version: 10.0.10240.16384
  10. Error: 0x800f080c
  11. Feature name NetFx3ServerFeatures is unknown.
  12. A Windows feature name was not recognized.
  13. Use the /Get-Features option to find the name of the feature in the image and try the command again.
  14. The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
  15. [ERROR] Running C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe with cmd.exe /c DISM /Online /NoRestart
  16. /Enable-Feature /FeatureName:NetFx3ServerFeatures was not successful. Exit code was '1' Error Message: .
  17. At C:\ProgramData\chocolatey\helpers\functions\Start-ChocolateyProcessAsAdmin.ps1:92 char:5
  18. + throw $errorMessage
  19. + ~~~~~~~~~~~~~~~~~~~
  20. + CategoryInfo : OperationStopped: ([ERROR] Running...rror Message: .:String) [], RuntimeException
  21. + FullyQualifiedErrorId : [ERROR] Running C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe with cmd.exe /
  22. c DISM /Online /NoRestart /Enable-Feature /FeatureName:NetFx3ServerFeatures was not successful. Exit code was '1'
  23. Error Message: .
  24. The install of dotnet3.5 was NOT successful.
  25. Error while running 'C:\ProgramData\chocolatey\lib\DotNet3.5\Tools\ChocolateyInstall.ps1'.
  26. See log for details.
  27.  
  28. Chocolatey installed 0/1 package(s). 1 package(s) failed.
  29. See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
  30. Failures:
  31. - dotnet3.5
  32.  
  33. C:\Windows\system32>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement