microsoft / winget-cli

WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
https://learn.microsoft.com/windows/package-manager/
MIT License
22.72k stars 1.41k forks source link

Sysinternals will not install #2257

Open Aspenpaw opened 2 years ago

Aspenpaw commented 2 years ago

Brief description of your issue

I attempted to install sysinternals, and it gets to the starting package install stage, but gets stuck at 3%. I have successfully installed streamlink to this computer via winget.

Steps to reproduce

winget install sysinternals

Expected behavior

Installation proceeds.

Actual behavior

Installation hangs at 3% and will not continue

Environment

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

Windows: Windows.Desktop v10.0.22000.739
Package: Microsoft.DesktopAppInstaller v1.17.10271.0
Masamune3210 commented 2 years ago

If you are talking about the package on the store, that's handled by the store itself. All winget does is pass in the packageid and ask store to fetch and install it to my knowledge so maybe try installing it through the store and seeing if it gives any errors?

denelon commented 2 years ago

Can you share logs to see if we can diagnose what is happening?

I'm not able to reproduce a failure.

 denelon   ~    winget -v                                                                   in pwsh at 08:12:54
v1.3.1681
 denelon   ~    winget install sysinternals                                                 in pwsh at 08:12:59
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
Verifying/Requesting package acquisition...
Verifying/Requesting package acquisition success
Starting package install...
  ██████████████████████████████  100%
Successfully installed
Aspenpaw commented 2 years ago

If you are talking about the package on the store, that's handled by the store itself. All winget does is pass in the packageid and ask store to fetch and install it to my knowledge so maybe try installing it through the store and seeing if it gives any errors?

I attempted to install it via the MS Store, it worked fine. I'll try to find the logs in a few hours, assuming the fact that my computer now already has sysinternals installed won't affect my reproduction of the error, assuming I cannot find the logs from my initial attempts.