Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.basic.visual.misc > #3784

Winget Download Without Store

Newsgroups comp.lang.basic.visual.misc
Date 2024-01-08 13:33 -0800
Message-ID <e452a6f3-1e75-4f5f-9f31-146e5047b0f5n@googlegroups.com> (permalink)
Subject Winget Download Without Store
From Manila Ursua <ursuamanila@gmail.com>

Show all headers | View raw


I'm trying to install sysinternals for our computers remotely, but when attempting to install with winget install sysinternals --accept-source-agreements --accept-package-agreements I'm getting "Verifying/Requesting package acquisition failed: no store account found"


I can go into the Microsoft Store directly to install it and it asks me if I want to sign in or use "No Thanks" to install, which then works, but this isn't what I'm intending to do, I don't want to go to each machine to do this. I could probably try the other method of installing through Powershell from here -do-i-install-an-app-from-windows-store-using-powershell, but this again, is not what I'm intended.



winget download without store

Download File https://t.co/gEmcg7fN8b 






To download the experimental version where a store account is not required for free applications, go to the github page for winget-cli. Here you can download the .msixbundle (anything above v1.3 should be good).


Using the powershell and a couple projects we can install winget. You need the Microsoft sanctioned script repository called PSGallery. It has some system admin scripts that are clutch when all you have is powershell.


It grabs the script from -install/0.0.4 and runs it. The script itself utilizes NuGet and other tools that are in every Windows installation to install the dependancies, before retrieving the winget packages.


The winget command line tool enables users to discover, install, upgrade, remove and configure applications on Windows 10 and Windows 11 computers. This tool is the client interface to the Windows Package Manager service.


The winget command line tool is only supported on Windows 10 1709 (build 16299) or later at this time. The winget tool will not be available until you have logged into Windows as a user for the first time, triggering Microsoft Store to register Windows Package Manager as part of an asynchronous process. If you have recently logged in as a user for the first time and find that winget is not yet available, you can open PowerShell and enter the following command to request this winget registration: Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.


Download the latest winget preview version. Read the Release notes for winget preview to learn about any new features. Installing this package will give you the preview version of the WinGet client, but it will not enable automatic updates of new preview versions from the Microsoft Store.






Windows Sandbox provides a lightweight desktop environment to safely run applications in isolation. Software installed inside the Windows Sandbox environment remains "sandboxed" and runs separately from the host machine. Windows Sandbox does not include winget, nor the Microsoft Store app, so you will need to download the latest winget package from the winget releases page on GitHub.


When running winget without administrator privileges, some applications may require elevation to install. When the installer runs, Windows will prompt you to elevate. If you choose not to elevate, the application will fail to install.


When running winget in an Administrator Command Prompt, you will not see elevation prompts if the application requires it. Always use caution when running your command prompt as an administrator, and only install applications you trust.


After you have confirmed that the tool you want is available, you can install the tool by typing winget install . The winget tool will launch the installer and install the application on your PC.


In addition to install and search, winget provides a number of other commands that enable you to show details on applications, change sources, and validate packages. To get a complete list of commands, type: winget --help.


When scripted, winget will launch the applications in the specified order. When an installer returns success or failure, winget will launch the next installer. If an installer launches another process, it is possible that it will return to winget prematurely. This will cause winget to install the next installer before the previous installer has completed.


You can configure the winget command line experience by modifying the settings.json file. For more information, see -settings. Note that the settings are still in an experimental state and not yet finalized for the preview version of the tool.


I ask this because I am planning to install preconfigured Windows 10 lite build which comes without Ms Store app and most of the built-in Windows bundle apps, to reduce total size and improve performance.


The success here depends on how the Store was removed from your build and which app you want to install. Just downloading the installation package is often not enough unless the vendor has approved the app for offline installation. Each store app may require a license file as well.


Microsoft Store on Windows can automatically install app updates. When the Microsoft Store was first released, there was no option for automatic app updates. With this limitation, the users had to launch the Microsoft Store app on their PC and manually update the apps. The latest version of the Microsoft Store no longer has this restriction, you can now turn on automatic app updates in store.


You can now use winget to install msstore apps on windows 10 and 11.Use winget search --source=msstore to make a search, and use the id of the app to install and upgrade the app.For example, to install Netflix:


store.rg-adguard.net is a GUI for generating direct download links to store apps. Peeking at the source of that page, we can piggyback off them to download the content directly, but using PackageFamilyName, rather than Name (in your example it would be Microsoft.HEVCVideoExtension_8wekyb3d8bbwe).


The Windows Terminal (download it from the windows store) and oh-my-posh ( ) are out for a while and I followed Scott Handelman's blog posts about it for a long time but wasn't able to get it running on my machine. Two weeks ago I got some help by Jan De Dobbeleer to get it running. It just turned out that I had too many posh versions installed on my machine, and the path environment variable was messed up. After cleaning my system and reinstalling oh-my-posh on my machine by following the installation guide it is working quite well:


As mentioned, Chocolatey is the tool I used to install the tools I need, like git, cmder, etc. I tried it for a while, winget was mentioned on Twitter (unfortunately I forgot the link). Actually, it is much better than Chocolatey because it uses the application registry used by windows, which means it can update and uninstall programs that have been installed without using winget.


The Windows Package Manager (also known as winget) is a free and open-source package manager designed by Microsoft for Windows 10 and Windows 11. It consists of a command-line utility and a set of services for installing applications.[3][4] Independent software vendors can use it as a distribution channel for their software packages.


Before deciding to develop Windows Package Manager, the team behind it explored Chocolatey, Scoop, Ninite, AppGet, Npackd and the PowerShell-based OneGet.[4] After the announcement of winget, the developer of AppGet, Keivan Beigi, claimed that Microsoft interviewed him in December 2019 under the pretense of employment and acquiring AppGet.[6] After talking with Beigi, Microsoft allegedly ceased communication with him until confirming one day before the launch of winget that they would not be hiring him. Beigi was dismayed at Microsoft's lack of attribution of AppGet. The release of winget led Beigi to announce that AppGet would be discontinued in August 2020.[6][7][8] Microsoft responded with a blog post crediting a number of winget's features to AppGet.[9][10][11]


The winget tool supports installers based on EXE, MSIX, and MSI.[13] The public Windows Package Manager Community repository hosts manifest files for supported applications in YAML format.[14] In September 2020, Microsoft added the ability to install applications from the Microsoft Store and a command auto-completion feature.[15]


Also, you can install winget manually using PowerShell (if you removed built-in UWP apps in Windows). To do this, you need to use PowerShell to download the winget msixbundle file from GitHub ( -cli/releases) and install it:


The winget settings are stored in the settings.json file (C:\Users\%username%\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState). You can change Winget settings using the command:


The command will display a complete list of programs installed on the computer (including programs not installed via winget). If an update is available for the program, the new version will be displayed in the Available column.


Microsoft released Windows Package Manager 1.1 earlier this month. The new version of the package manager, known as winget by its users, is available for Windows 10 version 1809 and newer, and for Windows 11. The big new feature of the release is that Microsoft added its own Microsoft Store as a source to the Windows Package Manager.


This blog post is my take about how to install Windows Store Application via Intune. this feature makes it much easier to deploy apps via Intune. Intune provides all apps that are available in the winget repository and you can easily select them via a very large software catalog in Intune. This saves the cumbersome packaging of apps. In this blob post we will have an look how you can use this nice feature.


Winget is a command-line package manager for Windows. It allows users to discover, install, upgrade, and remove applications on their Windows devices. winget is designed to be a lightweight and efficient way to manage applications on Windows, and is intended to be used by advanced users and developers.

 35fe9a5643


Back to comp.lang.basic.visual.misc | Previous | Next | Find similar


Thread

Winget Download Without Store Manila Ursua <ursuamanila@gmail.com> - 2024-01-08 13:33 -0800

csiph-web