Advertisement
ffredrikk

choco dotnet3.5

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