microsoft / winget-pkgs

The Microsoft community Windows Package Manager manifest repository
MIT License
8.72k stars 4.55k forks source link

[Bug]: sysinternals should specify minimum OS in "msstore" source #34559

Open sshockley opened 3 years ago

sshockley commented 3 years ago

Brief description of your issue

Windows 1809 returns vague error installing Sysinternals suite. Error messages should be useful where possible.

Steps to reproduce

PS C:> winget install sysinternals Found Sysinternals Suite [9P7KNL5RWT25] Version Unknown This package is provided through Microsoft Store. winget may need to acquire the package from Microsoft Store on behalf of the current user. Version: Unknown Publisher: Microsoft Corporation Publisher Url: https://www.sysinternals.com Description: Sysinternals Suite is a bundle of the Sysinternals utilities including Process Explorer, Process Monitor, Sysmon, Autoruns, ProcDump, all of the PsTools, and many more.

The Sysinternals website was created in 1996 by Mark Russinovich to host his advanced system utilities and technical information. Whether you’re an IT pro or a developer, you’ll find Sysinternals utilities to help you manage, troubleshoot, and diagnose your Windows systems and applications.

The suite includes AccessChk, AccessEnum, ADExplorer, ADInsight, ADRestore, Autologon, Autoruns, BGInfo, CacheSet, ClockRes, Contig, Coreinfo, CPU Stress, DebugView, Desktops, Disk2vhd, DiskExt, DiskMon, DiskView, DU (Disk Usage), EFSDump, FindLinks, Handle, Hex2dec, Junction, ListDLLs, LiveKd, LoadOrder, LogonSessions, MoveFile, NotMyFault, NTFSInfo, PendMoves, PipeList, ProcDump, Process Explorer, Process Monitor, PsExec, PsFile, PsGetSid, PsInfo, PsKill, PsList, PsLoggedOn, PsLogList, PsPasswd, PsPing, PsService, PsShutdown, PsSuspend, RamMap, RDCMan, RegDelNull, Regjump, RU (Registry Usage), SDelete, ShareEnum, ShellRunas, Sigcheck, Streams, Strings, Sync, Sysmon, TCPView, Testlimit, VMMap, VolumeID, WhoIs, WinObj, and ZoomIt. License: https://live.sysinternals.com/Eula.txt Privacy Url: https://privacy.microsoft.com/privacystatement Agreements: Category: Utilities & tools Pricing: Free Free Trial: No Terms of Transaction: https://aka.ms/microsoft-store-terms-of-transaction Seizure Warning: https://aka.ms/microsoft-store-seizure-warning Store License Terms: https://aka.ms/microsoft-store-license

The publisher requires that you view the above information and accept the agreements before installing. Do you agree to the terms? [Y] Yes [N] No: y An unexpected error occurred while executing the command: 0x80072efd : unknown error

Expected behavior

I expected the install to complete, but it turns out the Sysinternals package isn't supported on 1809, only 1903+. This is silly, but I suspect it won't change.

Actual behavior

An unexpected error occurred while executing the command: 0x80072efd : unknown error

Environment

Windows Package Manager v1.1.12701
Copyright (c) Microsoft Corporation. All rights reserved.

Windows: Windows.Server v10.0.17763.2237
Package: Microsoft.DesktopAppInstaller v1.16.12701.0

Logs: %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\DiagOutputDir

Links
---------------------------------------------------------------------------
Privacy Statement   https://aka.ms/winget-privacy
License Agreement   https://aka.ms/winget-license
Third Party Notices https://aka.ms/winget-3rdPartyNotice
Homepage            https://aka.ms/winget
Windows Store Terms https://www.microsoft.com/en-us/storedocs/terms-of-sale
OfficialEsco commented 3 years ago

This is another Microsoft Store package issue and should probably be moved to winget-cli? Since we have no control over any msstore source packages @denelon

sshockley commented 3 years ago

Fair. Is there a way to move it or should I just close it and open a new one?

OfficialEsco commented 3 years ago

Not sure what kinda voodoo it is but denelon can move it, so leave it be so he can move it to where it belongs incase they have a place for msstore issues which keeps stacking up…

OfficialEsco commented 3 years ago

I had some thinking time and remembered i forgot to check the error, this is a "common" Windows/Microsoft Store issue which is why the error message is vague and there is no real fix from Microsoft.. https://www.thewindowsclub.com/windows-10-store-error-code-0x80072efd https://www.minitool.com/news/windows-store-error-0x80072efd.html

denelon commented 3 years ago

I'll let the sysinternals team, and the Microsoft Store team know. They may be able to help specify the Minimum OS requirement in the installer.

Trenly commented 1 year ago

@denelon - Any Updates?