お気に入りのアプリを新しいWindowsServer2008r2SP1インストールにインストールするためのファイルを作成しようと思いました。
ChocolateyGUIをインストールしようとすると.NET4.0とNugetに関するエラーが発生したため、ギャラリーにリストされているため、Chocolateyではなく.NET4.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が機能する前に.NET4.0をWindowsに手動でインストールする必要がありますか、それとも別の方法がありますか?