2013-02-20 6 views
2

나는 새로운 Windows Server 2008 r2 SP1 설치에 내가 가장 좋아하는 응용 프로그램을 설치할 파일을 만들 것이라고 생각했습니다.Chocoly와 함께 DotNet4.0을 어떻게 설치할 수 있습니까?

ChocolateyGUI를 설치하려고 할 때 .NET 4.0 및 Nuget에 관한 오류가 발생하여 갤러리에 나열된 이후 Chocolatey 대신 .NET 4.0을 설치하게됩니다.

여전히 같은 오류가 발생합니다.

C:\Users\me>cinst DotNet4.0 
Chocolatey (v0.9.8.20) is installing DotNet4.0 and dependencies. By installing y 
ou accept the license for DotNet4.0 and each dependency you are installing. 
Execution of NuGet not detected. Please make sure you have .NET Framework 4.0 i 
nstalled and are passing arguments to the install command. 
At C:\Chocolatey\chocolateyinstall\functions\Run-NuGet.ps1:52 char:10 
+  Throw <<<< $noExecution 
    + CategoryInfo   : OperationStopped: (Execution of Nu...nstall comm 
    and.:String) [], RuntimeException 
    + FullyQualifiedErrorId : Execution of NuGet not detected. Please make sur 
    e you have .NET Framework 4.0 installed and are passing arguments to the i 
    nstall command. 

Chocolatey가 작동하기 전에 수동으로 .NET 4.0을 Windows에 설치해야합니까, 아니면 다른 방법이 있습니까?

답변

3

.NET 프레임 워크 4.0 패키지는 패키지 목적 및 가능한 미래의 소비자를 위해 제공됩니다. 초코렛이 이미 설치되어있는 것은 필수 조건이기 때문에 현재 버전의 초코렛과 함께 설치할 수는 없습니다.

HTH