You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing vlc via the Powershell PackageManagement module, the installation silently fails. Verbose output reveals the error. It doesn't find the file. But the file can be found at the path. It also wrongly sets the Status to Installed.
PS C:\WINDOWS\system32>Install-Package vlc -ProviderName Chocolatey -Verbose
Das Paket oder die Pakete stammen aus einer Paketquelle, die nicht als vertrauenswürdig gekennzeichnet ist.
Sind Sie sicher, dass Sie die Software von "chocolatey" installieren möchten?
[J] Ja [A] Ja, alle [N] Nein [K] Nein, keine [H] Anhalten [?] Hilfe (Standard ist "N"): j
AUSFÜHRLICH: NuGet: GET http://chocolatey.org/api/v2/Packages(Id='vlc',Version='2.2.6')
AUSFÜHRLICH: NuGet: Attempting to resolve dependency 'chocolatey-core.extension (= 1.0.4)'.
AUSFÜHRLICH: NuGet: GET https://chocolatey.org/api/v2/package/vlc/2.2.6
AUSFÜHRLICH: NuGet: Installing 'vlc 2.2.6'.
AUSFÜHRLICH: NuGet: Successfully installed 'vlc 2.2.6'.
AUSFÜHRLICH:
AUSFÜHRLICH: Launching Process-EXE :'False C:\Chocolatey\lib\vlc.2.2.6\tools\vlc-2.2.6-win64_x64.exe'
AUSFÜHRLICH: Exception : DefaultDomain//Win32Exception/Das System kann die angegebene Datei nicht finden
bei System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
bei Microsoft.PackageManagement.ChocolateyPrototype.Common.AsyncProcess.Start(ProcessStartInfo startInfo, IDictionary environment)
bei Microsoft.PackageManagement.ChocolateyPrototype.ChocolateyRequest.StartChocolateyProcessAsAdmin(String statements, String exeToRun, Boolean minimized, Boolean noSleep, Int32[] validExitCodes, String
workingDirectory)
install-package : Das System kann die angegebene Datei nicht finden
In Zeile:1 Zeichen:1+install-package vlc -ProviderName Chocolatey -Verbose
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (False C:\Chocol...6-win64_x64.exe:String) [Install-Package], Exception
+ FullyQualifiedErrorId : Process Execution Failed,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage
PS C:\WINDOWS\system32> (get-package vlc).Status
Installed
PS C:\WINDOWS\system32>Get-Item C:\Chocolatey\lib\vlc.2.2.6\tools\vlc-2.2.6-win64_x64.exe
Verzeichnis: C:\Chocolatey\lib\vlc.2.2.6\tools
Mode LastWriteTime Length Name
----------------------------a----21.09.201710:2332100680vlc-2.2.6-win64_x64.exe
The text was updated successfully, but these errors were encountered:
When installing vlc via the Powershell PackageManagement module, the installation silently fails. Verbose output reveals the error. It doesn't find the file. But the file can be found at the path. It also wrongly sets the
Status
toInstalled
.The text was updated successfully, but these errors were encountered: