microsoft / microsoft/winget-cli

winget import not working as expected (does not install all entries)

Open
#3,247 3 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Command-Import Issue-Bug
Dominant language
C++
Stars
26.4k
Forks
1.8k
Avg merge
1d 11h
Merged PRs (30d)
15

Description

Brief description of your issue

I just reset my computer and did winget export prior to the reset. This generated:

{
	"$schema" : "https://aka.ms/winget-packages.schema.2.0.json",
	"CreationDate" : "2023-05-13T10:19:04.062-00:00",
	"Sources" : 
	[
		{
			"Packages" : 
			[
				{
					"PackageIdentifier" : "AgileBits.1Password"
				},
				{
					"PackageIdentifier" : "Canva.Canva"
				},
				{
					"PackageIdentifier" : "Microsoft.VisualStudio.2022.Enterprise"
				},
				{
					"PackageIdentifier" : "Canonical.Ubuntu.1804"
				},
				{
					"PackageIdentifier" : "Discord.Discord"
				},
				{
					"PackageIdentifier" : "Docker.DockerDesktop"
				},
				{
					"PackageIdentifier" : "Git.Git"
				},
				{
					"PackageIdentifier" : "Grammarly.Grammarly"
				},
				{
					"PackageIdentifier" : "Microsoft.Edge"
				},
				{
					"PackageIdentifier" : "Microsoft.EdgeWebView2Runtime"
				},
				{
					"PackageIdentifier" : "Microsoft.WingetCreate"
				},
				{
					"PackageIdentifier" : "Microsoft.WindowsTerminal"
				},
				{
					"PackageIdentifier" : "Microsoft.Office"
				},
				{
					"PackageIdentifier" : "OBSProject.OBSStudio"
				},
				{
					"PackageIdentifier" : "Microsoft.OneDrive"
				},
				{
					"PackageIdentifier" : "RubyInstallerTeam.RubyWithDevKit.3.2"
				},
				{
					"PackageIdentifier" : "Valve.Steam"
				},
				{
					"PackageIdentifier" : "TeamViewer.TeamViewer"
				},
				{
					"PackageIdentifier" : "Microsoft.Teams"
				},
				{
					"PackageIdentifier" : "Zoom.Zoom"
				},
				{
					"PackageIdentifier" : "reMarkable.reMarkableCompanionApp"
				},
				{
					"PackageIdentifier" : "Elgato.CameraHub"
				},
				{
					"PackageIdentifier" : "Microsoft.PowerShell"
				},
				{
					"PackageIdentifier" : "Krisp.Krisp"
				},
				{
					"PackageIdentifier" : "writage.writage"
				},
				{
					"PackageIdentifier" : "Grammarly.Grammarly.Office"
				},
				{
					"PackageIdentifier" : "Microsoft.CLRTypesSQLServer.2019"
				},
				{
					"PackageIdentifier" : "Microsoft.DotNet.DesktopRuntime.6"
				},
				{
					"PackageIdentifier" : "NewTek.NDI5Runtime"
				},
				{
					"PackageIdentifier" : "Microsoft.Teams"
				},
				{
					"PackageIdentifier" : "Microsoft.VisualStudioCode"
				},
				{
					"PackageIdentifier" : "Microsoft.RemoteDesktopClient"
				},
				{
					"PackageIdentifier" : "Microsoft.DotNet.DesktopRuntime.6"
				},
				{
					"PackageIdentifier" : "TechSmith.Snagit.2022"
				},
				{
					"PackageIdentifier" : "WestWind.MarkdownMonster"
				},
				{
					"PackageIdentifier" : "Microsoft.WebDeploy"
				},
				{
					"PackageIdentifier" : "LWKS.lightworks"
				},
				{
					"PackageIdentifier" : "Microsoft.VCRedist.2015+.x64"
				},
				{
					"PackageIdentifier" : "Microsoft.VCRedist.2015+.x64"
				}
			],
			"SourceDetails" : 
			{
				"Argument" : "https://cdn.winget.microsoft.com/cache",
				"Identifier" : "Microsoft.Winget.Source_8wekyb3d8bbwe",
				"Name" : "winget",
				"Type" : "Microsoft.PreIndexed.Package"
			}
		},
		{
			"Packages" : 
			[
				{
					"PackageIdentifier" : "XP8K0HKJFRXGCK"
				},
				{
					"PackageIdentifier" : "XP89DCGQ3K6VLD"
				}
			],
			"SourceDetails" : 
			{
				"Argument" : "https://storeedgefd.dsx.mp.microsoft.com/v9.0",
				"Identifier" : "StoreEdgeFD",
				"Name" : "msstore",
				"Type" : "Microsoft.Rest"
			}
		}
	],
	"WinGetVersion" : "1.5.441-preview"
}

After the reset I expected to be able to run winget import to restore all of these apps. However only 4 of the pakages seam to have been attemted to install.

PS C:\WINDOWS\system32> winget import -i "C:\Users\MartinHinshelwoodnkd\OneDrive - naked Agility with Martin Hinshelwood\Desktop\winget.json" --ignore-versions --accept-package-agreements --disable-interactivity
Found an existing package already installed. Trying to upgrade the installed package...
No applicable upgrade found.
Package is already installed: Microsoft.Edge
The installer cannot be run from an administrator context.
Search failed for: Microsoft.EdgeWebView2Runtime
Found an existing package already installed. Trying to upgrade the installed package...
No applicable upgrade found.
Package is already installed: Microsoft.OneDrive
Found an existing package already installed. Trying to upgrade the installed package...
No applicable upgrade found.
Package is already installed: Microsoft.PowerShell

Is there something else I need to do?

Steps to reproduce
  1. winget export "winget.json"
  2. Reset Computer but keep files
  3. winget import "winget.json"
Expected behavior

I would expect all of the apps listed in the json to be installed

Actual behavior

Only 4 of the apps were atempted to install

The log indicates that it is finding the manafest and "running the installer" but that it never actually runs!

2023-05-13 11:43:17.184 [CLI ] Found one app. App id: WestWind.MarkdownMonster App name: Markdown Monster
2023-05-13 11:43:17.186 [REPO] Downloading manifest
2023-05-13 11:43:17.186 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/w/WestWind/MarkdownMonster/2.9.3.0/5056-WestWind.MarkdownMonster.yaml
2023-05-13 11:43:17.188 [CORE] Download hash: ac45dc7e00aad8aa934e6ab77050337a72553013df6e1d525dbdd6ab5bd0eb84
2023-05-13 11:43:17.188 [CORE] Download completed.
2023-05-13 11:43:17.188 [CLI ] Starting installer selection.
2023-05-13 11:43:17.188 [CLI ] Completed installer selection.
2023-05-13 11:43:17.189 [CLI ] Manifest fields: Name [Markdown Monster], Version [2.9.3.0]

Full Log

2023-05-13 11:43:14.336 [CORE] WinGet, version [1.5.441-preview], activity [{D0625A05-32AE-4B3F-9330-C35BCF804E41}]
2023-05-13 11:43:14.336 [CORE] OS: Windows.Desktop v10.0.25352.1
2023-05-13 11:43:14.336 [CORE] Command line Args: "C:\Users\MartinHinshelwoodnkd\AppData\Local\Microsoft\WindowsApps\winget.exe" import -i "C:\Users\MartinHinshelwoodnkd\OneDrive - naked Agility with Martin Hinshelwood\Desktop\winget.json" --ignore-versions --accept-package-agreements --disable-interactivity
2023-05-13 11:43:14.336 [CORE] Package: Microsoft.DesktopAppInstaller v1.20.441.0
2023-05-13 11:43:14.337 [CORE] IsCOMCall:0; Caller: winget-cli
2023-05-13 11:43:14.341 [CLI ] WinGet invoked with arguments: 'import' '-i' 'C:\Users\MartinHinshelwoodnkd\OneDrive - naked Agility with Martin Hinshelwood\Desktop\winget.json' '--ignore-versions' '--accept-package-agreements' '--disable-interactivity'
2023-05-13 11:43:14.341 [CLI ] Found subcommand: import
2023-05-13 11:43:14.341 [CLI ] Leaf command to execute: root:import
2023-05-13 11:43:14.341 [CLI ] Executing command: import
2023-05-13 11:43:14.357 [REPO] GetCurrentSourceRefs: Source named 'microsoft.builtin.desktop.frameworks' from origin Default is hidden and is dropped.
2023-05-13 11:43:14.357 [CLI ] Looking for source [Microsoft.Winget.Source_8wekyb3d8bbwe]
2023-05-13 11:43:14.357 [REPO] Named source requested, found: winget
2023-05-13 11:43:14.367 [CORE] Examining extension: PFN = Microsoft.Winget.Source_8wekyb3d8bbwe, ID = IndexDB
2023-05-13 11:43:14.367 [CORE] Found matching extension.
2023-05-13 11:43:14.386 [REPO] Opening SQLite Index for ImmutableRead at 'C:\Program Files\WindowsApps\Microsoft.Winget.Source_2023.513.1106.432_neutral__8wekyb3d8bbwe\Public\index.db'
2023-05-13 11:43:14.386 [SQL ] Opening SQLite connection #1: 'C:\Program Files\WindowsApps\Microsoft.Winget.Source_2023.513.1106.432_neutral__8wekyb3d8bbwe\Public\index.db' [1, 40]
2023-05-13 11:43:14.387 [REPO] Opened SQLite Index with version [1.6], last write [2023-05-13 11:05:40.000]
2023-05-13 11:43:14.469 [CLI ] Looking for source [StoreEdgeFD]
2023-05-13 11:43:14.470 [REPO] Named source requested, found: msstore
2023-05-13 11:43:14.470 [REPO] Sending http GET request to: https://storeedgefd.dsx.mp.microsoft.com/v9.0/information
2023-05-13 11:43:15.024 [REPO] Response status: 200
2023-05-13 11:43:15.024 [REPO] Sending http GET request to: https://storeedgefd.dsx.mp.microsoft.com/v9.0/information
2023-05-13 11:43:15.123 [REPO] Response status: 200
2023-05-13 11:43:15.376 [REPO] Creating PredefinedInstalledSource with filter [None]
2023-05-13 11:43:15.376 [REPO] Creating new SQLite Index [4294967295.4294967295] at ':memory:'
2023-05-13 11:43:15.376 [SQL ] Opening SQLite connection #2: ':memory:' [6, 0]
2023-05-13 11:43:15.417 [REPO] Reading MSI UpgradeCodes
2023-05-13 11:43:15.418 [REPO] Examining ARP entries for Machine | X64
2023-05-13 11:43:15.431 [REPO] Examining ARP entries for Machine | X86
2023-05-13 11:43:15.435 [REPO] Reading MSI UpgradeCodes
2023-05-13 11:43:15.436 [REPO] Examining ARP entries for User | X64
2023-05-13 11:43:15.750 [CLI ] Identifying packages requested from source [Microsoft.Winget.Source_8wekyb3d8bbwe]
2023-05-13 11:43:15.750 [CLI ] Searching for package [AgileBits.1Password]
2023-05-13 11:43:15.750 [CLI ] Searching for package [Canva.Canva]
2023-05-13 11:43:15.750 [CLI ] Searching for package [Microsoft.VisualStudio.2022.Enterprise]
2023-05-13 11:43:15.750 [CLI ] Searching for package [Canonical.Ubuntu.1804]
2023-05-13 11:43:15.750 [CLI ] Searching for package [Discord.Discord]
2023-05-13 11:43:15.750 [CLI ] Searching for package [Docker.DockerDesktop]
2023-05-13 11:43:15.750 [CLI ] Searching for package [Git.Git]
2023-05-13 11:43:15.750 [CLI ] Searching for package [Grammarly.Grammarly]
2023-05-13 11:43:15.750 [CLI ] Searching for package [Microsoft.Edge]
2023-05-13 11:43:15.750 [CLI ] Searching for package [Microsoft.EdgeWebView2Runtime]
2023-05-13 11:43:15.750 [CLI ] Searching for package [Microsoft.WingetCreate]
2023-05-13 11:43:15.750 [CLI ] Searching for package [Microsoft.WindowsTerminal]
2023-05-13 11:43:15.750 [CLI ] Searching for package [Microsoft.Office]
2023-05-13 11:43:15.750 [CLI ] Searching for package [OBSProject.OBSStudio]
2023-05-13 11:43:15.750 [CLI ] Searching for package [Microsoft.OneDrive]
2023-05-13 11:43:15.750 [CLI ] Searching for package [RubyInstallerTeam.RubyWithDevKit.3.2]
2023-05-13 11:43:15.750 [CLI ] Searching for package [Valve.Steam]
2023-05-13 11:43:15.750 [CLI ] Searching for package [TeamViewer.TeamViewer]
2023-05-13 11:43:15.750 [CLI ] Searching for package [Microsoft.Teams]
2023-05-13 11:43:15.751 [CLI ] Searching for package [Zoom.Zoom]
2023-05-13 11:43:15.751 [CLI ] Searching for package [reMarkable.reMarkableCompanionApp]
2023-05-13 11:43:15.751 [CLI ] Searching for package [Elgato.CameraHub]
2023-05-13 11:43:15.751 [CLI ] Searching for package [Microsoft.PowerShell]
2023-05-13 11:43:15.751 [CLI ] Searching for package [Krisp.Krisp]
2023-05-13 11:43:15.751 [CLI ] Searching for package [writage.writage]
2023-05-13 11:43:15.751 [CLI ] Searching for package [Grammarly.Grammarly.Office]
2023-05-13 11:43:15.751 [CLI ] Searching for package [Microsoft.CLRTypesSQLServer.2019]
2023-05-13 11:43:15.751 [CLI ] Searching for package [Microsoft.DotNet.DesktopRuntime.6]
2023-05-13 11:43:15.751 [CLI ] Searching for package [NewTek.NDI5Runtime]
2023-05-13 11:43:15.751 [CLI ] Searching for package [Microsoft.Teams]
2023-05-13 11:43:15.751 [CLI ] Searching for package [Microsoft.VisualStudioCode]
2023-05-13 11:43:15.751 [CLI ] Searching for package [Microsoft.RemoteDesktopClient]
2023-05-13 11:43:15.751 [CLI ] Searching for package [Microsoft.DotNet.DesktopRuntime.6]
2023-05-13 11:43:15.751 [CLI ] Searching for package [TechSmith.Snagit.2022]
2023-05-13 11:43:15.751 [CLI ] Searching for package [WestWind.MarkdownMonster]
2023-05-13 11:43:15.751 [CLI ] Searching for package [Microsoft.WebDeploy]
2023-05-13 11:43:15.751 [CLI ] Searching for package [LWKS.lightworks]
2023-05-13 11:43:15.751 [CLI ] Searching for package [Microsoft.VCRedist.2015+.x64]
2023-05-13 11:43:15.751 [CLI ] Searching for package [Microsoft.VCRedist.2015+.x64]
2023-05-13 11:43:15.751 [CLI ] Identifying packages requested from source [StoreEdgeFD]
2023-05-13 11:43:15.751 [CLI ] Searching for package [XP8K0HKJFRXGCK]
2023-05-13 11:43:15.751 [CLI ] Searching for package [XP89DCGQ3K6VLD]
2023-05-13 11:43:15.759 [REPO] Opening SQLite Index for ReadWrite at 'C:\Users\MartinHinshelwoodnkd\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\Microsoft.Winget.Source_8wekyb3d8bbwe\installed.db'
2023-05-13 11:43:15.759 [SQL ] Opening SQLite connection #3: 'C:\Users\MartinHinshelwoodnkd\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\Microsoft.Winget.Source_8wekyb3d8bbwe\installed.db' [2, 0]
2023-05-13 11:43:15.760 [REPO] Opened SQLite Index with version [1.6], last write [2023-05-13 11:25:23.000]
2023-05-13 11:43:15.863 [CLI ] Found one app. App id: AgileBits.1Password App name: 1Password
2023-05-13 11:43:15.868 [REPO] Downloading manifest
2023-05-13 11:43:15.868 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/a/AgileBits/1Password/8.10.6/1917-AgileBits.1Password.yaml
2023-05-13 11:43:15.888 [CORE] Download hash: b06e36dd88358f691ba2d6277c0e9033ea1d4ad6bf7bff8ec1300b1bb2d3b930
2023-05-13 11:43:15.888 [CORE] Download completed.
2023-05-13 11:43:15.889 [CLI ] Starting installer selection.
2023-05-13 11:43:15.889 [CLI ] Completed installer selection.
2023-05-13 11:43:15.889 [CLI ] Manifest fields: Name [1Password], Version [8.10.6]
2023-05-13 11:43:15.919 [CLI ] Found one app. App id: Canva.Canva App name: Canva
2023-05-13 11:43:15.921 [REPO] Downloading manifest
2023-05-13 11:43:15.921 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/c/Canva/Canva/1.65.0/b01a-Canva.Canva.yaml
2023-05-13 11:43:15.922 [CORE] Download hash: 50799a53b09b797583947cee2e4cb0c73ca350c8c1b931efafe636927f04fe39
2023-05-13 11:43:15.922 [CORE] Download completed.
2023-05-13 11:43:15.923 [CLI ] Starting installer selection.
2023-05-13 11:43:15.923 [CLI ] Completed installer selection.
2023-05-13 11:43:15.923 [CLI ] Manifest fields: Name [Canva], Version [1.65.0]
2023-05-13 11:43:16.001 [CLI ] Found one app. App id: Microsoft.VisualStudio.2022.Enterprise App name: Visual Studio Enterprise 2022
2023-05-13 11:43:16.005 [REPO] Downloading manifest
2023-05-13 11:43:16.005 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/m/Microsoft/VisualStudio/2022/Enterprise/17.5.5/95f8-Microsoft.VisualStudio.2022.Enterprise.yaml
2023-05-13 11:43:16.006 [CORE] Download hash: 602a02601f53fb740a9a8df3508ff8acf4d18594205435059e19b5776dce4e0d
2023-05-13 11:43:16.007 [CORE] Download completed.
2023-05-13 11:43:16.009 [CLI ] Starting installer selection.
2023-05-13 11:43:16.009 [CLI ] Completed installer selection.
2023-05-13 11:43:16.009 [CLI ] Manifest fields: Name [Visual Studio Enterprise 2022], Version [17.5.5]
2023-05-13 11:43:16.028 [CLI ] Found one app. App id: Canonical.Ubuntu.1804 App name: Ubuntu 18.04 LTS
2023-05-13 11:43:16.031 [REPO] Downloading manifest
2023-05-13 11:43:16.031 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/c/Canonical/Ubuntu/1804/1804.2019.522.0/0917-Canonical.Ubuntu.1804.yaml
2023-05-13 11:43:16.033 [CORE] Download hash: ee45a40f31abb31764f53e370d1bfcd84a48a336a12369f5aca8c80c6e17a8f2
2023-05-13 11:43:16.033 [CORE] Download completed.
2023-05-13 11:43:16.034 [CLI ] Starting installer selection.
2023-05-13 11:43:16.034 [CLI ] Completed installer selection.
2023-05-13 11:43:16.034 [CLI ] Manifest fields: Name [Ubuntu 18.04 LTS], Version [1804.2019.522.0]
2023-05-13 11:43:16.065 [CLI ] Found one app. App id: Discord.Discord App name: Discord
2023-05-13 11:43:16.067 [REPO] Downloading manifest
2023-05-13 11:43:16.067 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/d/Discord/Discord/1.0.9012/79bd-Discord.Discord.yaml
2023-05-13 11:43:16.068 [CORE] Download hash: 4c7dc0421f908d95220e84d786b7d176cfd3c9e7b2905838a9465e0f53bfe564
2023-05-13 11:43:16.068 [CORE] Download completed.
2023-05-13 11:43:16.069 [CLI ] Starting installer selection.
2023-05-13 11:43:16.069 [CLI ] Completed installer selection.
2023-05-13 11:43:16.069 [CLI ] Manifest fields: Name [Discord], Version [1.0.9012]
2023-05-13 11:43:16.120 [CLI ] Found one app. App id: Docker.DockerDesktop App name: Docker Desktop
2023-05-13 11:43:16.121 [REPO] Downloading manifest
2023-05-13 11:43:16.121 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/d/Docker/DockerDesktop/4.19.0/3e9c-Docker.DockerDesktop.yaml
2023-05-13 11:43:16.123 [CORE] Download hash: f666f54ba25dd17a3c5b82841005a1bbfcf09f6ed8863da5b125d8a799efbc39
2023-05-13 11:43:16.123 [CORE] Download completed.
2023-05-13 11:43:16.124 [CLI ] Starting installer selection.
2023-05-13 11:43:16.124 [CLI ] Completed installer selection.
2023-05-13 11:43:16.124 [CLI ] Manifest fields: Name [Docker Desktop], Version [4.19.0]
2023-05-13 11:43:16.181 [CLI ] Found one app. App id: Git.Git App name: Git
2023-05-13 11:43:16.184 [REPO] Downloading manifest
2023-05-13 11:43:16.184 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/g/Git/Git/2.40.1/6dcf-Git.Git.yaml
2023-05-13 11:43:16.185 [CORE] Download hash: a759e9ca4beb762642748d959d67af7c1ef8177cecd39eb48814290b238d5244
2023-05-13 11:43:16.185 [CORE] Download completed.
2023-05-13 11:43:16.186 [CLI ] Starting installer selection.
2023-05-13 11:43:16.186 [CLI ] Completed installer selection.
2023-05-13 11:43:16.186 [CLI ] Manifest fields: Name [Git], Version [2.40.1]
2023-05-13 11:43:16.214 [CLI ] Found one app. App id: Grammarly.Grammarly App name: Grammarly for Windows
2023-05-13 11:43:16.216 [REPO] Downloading manifest
2023-05-13 11:43:16.216 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/g/Grammarly/Grammarly/1.0.28.440/272e-Grammarly.Grammarly.yaml
2023-05-13 11:43:16.217 [CORE] Download hash: c6c583d32a3406a34775cd9abc7353cab85a4f0e340e10f57f38db1475476466
2023-05-13 11:43:16.217 [CORE] Download completed.
2023-05-13 11:43:16.218 [CLI ] Starting installer selection.
2023-05-13 11:43:16.218 [CLI ] Completed installer selection.
2023-05-13 11:43:16.218 [CLI ] Manifest fields: Name [Grammarly for Windows], Version [1.0.28.440]
2023-05-13 11:43:16.369 [CLI ] Found one app. App id: Microsoft.Edge App name: Microsoft Edge
2023-05-13 11:43:16.369 [CLI ] Found installed package, converting to upgrade flow
2023-05-13 11:43:16.380 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:a6
2023-05-13 11:43:16.380 [CLI ] Package is already installed: [Microsoft.Edge]
2023-05-13 11:43:16.402 [CLI ] Found one app. App id: Microsoft.EdgeWebView2Runtime App name: Microsoft Edge WebView2 Runtime
2023-05-13 11:43:16.404 [REPO] Downloading manifest
2023-05-13 11:43:16.404 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/m/Microsoft/EdgeWebView2Runtime/106.0.1370.47/0917-Microsoft.EdgeWebView2Runtime.yaml
2023-05-13 11:43:16.405 [CORE] Download hash: 3ce85a4919f840acc7fc988fa77511039e30dc6790499728a4527fe1301ae3fc
2023-05-13 11:43:16.405 [CORE] Download completed.
2023-05-13 11:43:16.406 [CLI ] Starting installer selection.
2023-05-13 11:43:16.406 [CLI ] Installer [Arm64,exe,User,] not applicable: Machine is not compatible with Arm64
2023-05-13 11:43:16.406 [CLI ] Installer [Arm64,exe,Machine,] not applicable: Machine is not compatible with Arm64
2023-05-13 11:43:16.406 [CLI ] Completed installer selection.
2023-05-13 11:43:16.406 [CLI ] Manifest fields: Name [Microsoft Edge WebView2 Runtime], Version [106.0.1370.47]
2023-05-13 11:43:16.407 [CLI ] Terminating context: 0x8a150056 at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\InstallFlow.cpp:a9
2023-05-13 11:43:16.407 [CLI ] Search failed for query: [Microsoft.EdgeWebView2Runtime]
2023-05-13 11:43:16.434 [CLI ] Found one app. App id: Microsoft.WingetCreate App name: Windows Package Manager Manifest Creator
2023-05-13 11:43:16.437 [REPO] Downloading manifest
2023-05-13 11:43:16.437 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/m/Microsoft/WingetCreate/1.2.5.0/0cfa-Microsoft.WingetCreate.yaml
2023-05-13 11:43:16.439 [CORE] Download hash: 00e4020fbbfb3ffe0e519d6d3f1ee9b0e9bc5e871d5c0783da739db1709b71f4
2023-05-13 11:43:16.439 [CORE] Download completed.
2023-05-13 11:43:16.440 [CLI ] Starting installer selection.
2023-05-13 11:43:16.440 [CLI ] Completed installer selection.
2023-05-13 11:43:16.440 [CLI ] Manifest fields: Name [Windows Package Manager Manifest Creator], Version [1.2.5.0]
2023-05-13 11:43:16.495 [CLI ] Found one app. App id: Microsoft.WindowsTerminal App name: Windows Terminal
2023-05-13 11:43:16.499 [REPO] Downloading manifest
2023-05-13 11:43:16.499 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/m/Microsoft/WindowsTerminal/1.16.10261.0/590e-Microsoft.WindowsTerminal.yaml
2023-05-13 11:43:16.500 [CORE] Download hash: 8d088bdc65f5a73cfb96903b251f494ccf1836766bfc9e45a0ff6ffe25deef6a
2023-05-13 11:43:16.500 [CORE] Download completed.
2023-05-13 11:43:16.502 [CLI ] Starting installer selection.
2023-05-13 11:43:16.502 [CLI ] Installer [Arm64,msix,User,] not applicable: Machine is not compatible with Arm64
2023-05-13 11:43:16.502 [CLI ] Completed installer selection.
2023-05-13 11:43:16.502 [CLI ] Manifest fields: Name [Windows Terminal], Version [1.16.10261.0]
2023-05-13 11:43:16.522 [CLI ] Found one app. App id: Microsoft.Office App name: Microsoft 365 Apps for enterprise
2023-05-13 11:43:16.526 [REPO] Downloading manifest
2023-05-13 11:43:16.526 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/m/Microsoft/Office/16.0.16327.20214/2130-Microsoft.Office.yaml
2023-05-13 11:43:16.527 [CORE] Download hash: 1b871ecdc9d4cdc4148e62719f773b8657bc2002864a6261d85be1e50a11252f
2023-05-13 11:43:16.528 [CORE] Download completed.
2023-05-13 11:43:16.529 [CLI ] Starting installer selection.
2023-05-13 11:43:16.529 [CLI ] Completed installer selection.
2023-05-13 11:43:16.529 [CLI ] Manifest fields: Name [Microsoft 365 Apps for enterprise], Version [16.0.16327.20214]
2023-05-13 11:43:16.581 [CLI ] Found one app. App id: OBSProject.OBSStudio App name: OBS Studio
2023-05-13 11:43:16.584 [REPO] Downloading manifest
2023-05-13 11:43:16.584 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/o/OBSProject/OBSStudio/29.1.1/f734-OBSProject.OBSStudio.yaml
2023-05-13 11:43:16.585 [CORE] Download hash: 4c42150641eb3d636c83744a70a4b6c172fd75bf6c156a9d1989160269de708e
2023-05-13 11:43:16.585 [CORE] Download completed.
2023-05-13 11:43:16.586 [CLI ] Starting installer selection.
2023-05-13 11:43:16.586 [CLI ] Completed installer selection.
2023-05-13 11:43:16.586 [CLI ] Manifest fields: Name [OBS Studio], Version [29.1.1]
2023-05-13 11:43:16.600 [CLI ] Found one app. App id: Microsoft.OneDrive App name: Microsoft OneDrive
2023-05-13 11:43:16.600 [CLI ] Found installed package, converting to upgrade flow
2023-05-13 11:43:16.601 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:a6
2023-05-13 11:43:16.601 [CLI ] Package is already installed: [Microsoft.OneDrive]
2023-05-13 11:43:16.615 [CLI ] Found one app. App id: RubyInstallerTeam.RubyWithDevKit.3.2 App name: Ruby 3.2 with MSYS2
2023-05-13 11:43:16.617 [REPO] Downloading manifest
2023-05-13 11:43:16.617 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/r/RubyInstallerTeam/RubyWithDevKit/3/2/3.2.0-1/4493-RubyInstallerTeam.RubyWithDevKit.3.2.yaml
2023-05-13 11:43:16.618 [CORE] Download hash: db81dbf54fbcc408144cf6c6cccf188d1fd0161cc5683184cd167b296324df6d
2023-05-13 11:43:16.618 [CORE] Download completed.
2023-05-13 11:43:16.619 [CLI ] Starting installer selection.
2023-05-13 11:43:16.619 [CLI ] Completed installer selection.
2023-05-13 11:43:16.619 [CLI ] Manifest fields: Name [Ruby 3.2 with MSYS2], Version [3.2.0-1]
2023-05-13 11:43:16.627 [CLI ] Found one app. App id: Valve.Steam App name: Steam
2023-05-13 11:43:16.628 [REPO] Downloading manifest
2023-05-13 11:43:16.628 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/v/Valve/Steam/2.10.91.91/4863-Valve.Steam.yaml
2023-05-13 11:43:16.629 [CORE] Download hash: 64aa7002f266ee95b158b34613a747dd9f60aed8d4c4798c146a2a3c27c79f79
2023-05-13 11:43:16.629 [CORE] Download completed.
2023-05-13 11:43:16.630 [CLI ] Starting installer selection.
2023-05-13 11:43:16.630 [CLI ] Completed installer selection.
2023-05-13 11:43:16.630 [CLI ] Manifest fields: Name [Steam], Version [2.10.91.91]
2023-05-13 11:43:16.641 [CLI ] Found one app. App id: TeamViewer.TeamViewer App name: TeamViewer
2023-05-13 11:43:16.644 [REPO] Downloading manifest
2023-05-13 11:43:16.644 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/t/TeamViewer/TeamViewer/15.41.9/3bf9-TeamViewer.TeamViewer.yaml
2023-05-13 11:43:16.644 [CORE] Download hash: b880806f0d26ab4e7a64c7d43fa6e342dbe1a3d6367fa836953a8d34425b133d
2023-05-13 11:43:16.645 [CORE] Download completed.
2023-05-13 11:43:16.646 [CLI ] Starting installer selection.
2023-05-13 11:43:16.646 [CLI ] Completed installer selection.
2023-05-13 11:43:16.646 [CLI ] Manifest fields: Name [TeamViewer], Version [15.41.9]
2023-05-13 11:43:16.665 [CLI ] Found one app. App id: Microsoft.Teams App name: Microsoft Teams
2023-05-13 11:43:16.665 [CLI ] Found installed package, converting to upgrade flow
2023-05-13 11:43:16.666 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:a6
2023-05-13 11:43:16.666 [CLI ] Package is already installed: [Microsoft.Teams]
2023-05-13 11:43:16.736 [CLI ] Found one app. App id: Zoom.Zoom App name: Zoom
2023-05-13 11:43:16.739 [REPO] Downloading manifest
2023-05-13 11:43:16.739 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/z/Zoom/Zoom/5.14.5.15287/c2a9-Zoom.Zoom.yaml
2023-05-13 11:43:16.740 [CORE] Download hash: c133f76a8b304091fc8c9eab8ebd9aa343fb3159a67515dd6f49934bce9f4b46
2023-05-13 11:43:16.740 [CORE] Download completed.
2023-05-13 11:43:16.742 [CLI ] Starting installer selection.
2023-05-13 11:43:16.742 [CLI ] Installer [Arm64,exe,User,] not applicable: Machine is not compatible with Arm64
2023-05-13 11:43:16.742 [CLI ] Installer [Arm64,msi,Machine,en-US] not applicable: Machine is not compatible with Arm64
2023-05-13 11:43:16.742 [CLI ] Completed installer selection.
2023-05-13 11:43:16.742 [CLI ] Manifest fields: Name [Zoom], Version [5.14.5.15287]
2023-05-13 11:43:16.758 [CLI ] Found one app. App id: reMarkable.reMarkableCompanionApp App name: reMarkable Companion App
2023-05-13 11:43:16.761 [REPO] Downloading manifest
2023-05-13 11:43:16.761 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/r/reMarkable/reMarkableCompanionApp/3.1.1.722/e484-reMarkable.reMarkableCompanionApp.yaml
2023-05-13 11:43:16.762 [CORE] Download hash: 78d012968b300dd583e37b4519438ce89e0b933de7295490e5ec2f14e541cab0
2023-05-13 11:43:16.762 [CORE] Download completed.
2023-05-13 11:43:16.763 [CLI ] Starting installer selection.
2023-05-13 11:43:16.763 [CLI ] Completed installer selection.
2023-05-13 11:43:16.763 [CLI ] Manifest fields: Name [reMarkable Companion App], Version [3.1.1.722]
2023-05-13 11:43:16.785 [CLI ] Found one app. App id: Elgato.CameraHub App name: Elgato Camera Hub
2023-05-13 11:43:16.787 [REPO] Downloading manifest
2023-05-13 11:43:16.787 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/e/Elgato/CameraHub/1.6.1.999/328b-Elgato.CameraHub.yaml
2023-05-13 11:43:16.789 [CORE] Download hash: 8fe1089a1635390a11187897e13f13794937f9a702b1eea3d31e49a06809ba68
2023-05-13 11:43:16.789 [CORE] Download completed.
2023-05-13 11:43:16.789 [CLI ] Starting installer selection.
2023-05-13 11:43:16.789 [CLI ] Completed installer selection.
2023-05-13 11:43:16.789 [CLI ] Manifest fields: Name [Elgato Camera Hub], Version [1.6.1.999]
2023-05-13 11:43:16.860 [CLI ] Found one app. App id: Microsoft.PowerShell App name: PowerShell
2023-05-13 11:43:16.860 [CLI ] Found installed package, converting to upgrade flow
2023-05-13 11:43:16.862 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:a6
2023-05-13 11:43:16.862 [CLI ] Package is already installed: [Microsoft.PowerShell]
2023-05-13 11:43:16.885 [CLI ] Found one app. App id: Krisp.Krisp App name: Krisp
2023-05-13 11:43:16.886 [REPO] Downloading manifest
2023-05-13 11:43:16.886 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/k/Krisp/Krisp/1.48.2/6c72-Krisp.Krisp.yaml
2023-05-13 11:43:16.887 [CORE] Download hash: efbc975a83d17f816016e4f70ae622e3f95ba19e92dbc5128a9fb119ea03eb63
2023-05-13 11:43:16.887 [CORE] Download completed.
2023-05-13 11:43:16.888 [CLI ] Starting installer selection.
2023-05-13 11:43:16.888 [CLI ] Completed installer selection.
2023-05-13 11:43:16.888 [CLI ] Manifest fields: Name [Krisp], Version [1.48.2]
2023-05-13 11:43:16.899 [CLI ] Found one app. App id: writage.writage App name: Writage
2023-05-13 11:43:16.900 [REPO] Downloading manifest
2023-05-13 11:43:16.900 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/w/writage/writage/2.8.2.0/0917-writage.writage.yaml
2023-05-13 11:43:16.901 [CORE] Download hash: 7ff41951fdccc6318d7c24718c072a7042076adb3315c3df1e178860307b6b47
2023-05-13 11:43:16.901 [CORE] Download completed.
2023-05-13 11:43:16.902 [CLI ] Starting installer selection.
2023-05-13 11:43:16.902 [CLI ] Completed installer selection.
2023-05-13 11:43:16.902 [CLI ] Manifest fields: Name [Writage], Version [2.8.2.0]
2023-05-13 11:43:16.913 [CLI ] Found one app. App id: Grammarly.Grammarly.Office App name: Grammarly for Microsoft® Office Suite
2023-05-13 11:43:16.915 [REPO] Downloading manifest
2023-05-13 11:43:16.915 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/g/Grammarly/Grammarly/Office/6.8.263/0917-Grammarly.Grammarly.Office.yaml
2023-05-13 11:43:16.916 [CORE] Download hash: 3a5f1726029792477e9f4600824a900b0164a9c3e934dcbcbbe60cc78437132c
2023-05-13 11:43:16.916 [CORE] Download completed.
2023-05-13 11:43:16.917 [CLI ] Starting installer selection.
2023-05-13 11:43:16.917 [CLI ] Completed installer selection.
2023-05-13 11:43:16.917 [CLI ] Manifest fields: Name [Grammarly for Microsoft® Office Suite], Version [6.8.263]
2023-05-13 11:43:16.927 [CLI ] Found one app. App id: Microsoft.CLRTypesSQLServer.2019 App name: Microsoft System CLR Types for SQL Server 2019
2023-05-13 11:43:16.928 [REPO] Downloading manifest
2023-05-13 11:43:16.928 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/m/Microsoft/CLRTypesSQLServer/2019/15.0.2000.5/0917-Microsoft.CLRTypesSQLServer.2019.yaml
2023-05-13 11:43:16.930 [CORE] Download hash: 4575efc0f2c2337d81e1d3f2eb995f21066a663cef31bab9da5c9b55c4ba9dd2
2023-05-13 11:43:16.930 [CORE] Download completed.
2023-05-13 11:43:16.930 [CLI ] Starting installer selection.
2023-05-13 11:43:16.930 [CLI ] Completed installer selection.
2023-05-13 11:43:16.930 [CLI ] Manifest fields: Name [Microsoft System CLR Types for SQL Server 2019], Version [15.0.2000.5]
2023-05-13 11:43:16.952 [CLI ] Found one app. App id: Microsoft.DotNet.DesktopRuntime.6 App name: Microsoft .NET Windows Desktop Runtime 6.0
2023-05-13 11:43:16.953 [REPO] Downloading manifest
2023-05-13 11:43:16.953 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/m/Microsoft/DotNet/DesktopRuntime/6/6.0.16/1251-Microsoft.DotNet.DesktopRuntime.6.yaml
2023-05-13 11:43:16.954 [CORE] Download hash: 76da10304e6446be79ec6185a61437ee3c4da277e117da6c406d0a0888d0acdf
2023-05-13 11:43:16.954 [CORE] Download completed.
2023-05-13 11:43:16.955 [CLI ] Starting installer selection.
2023-05-13 11:43:16.955 [CLI ] Installer [Arm64,burn,Unknown,] not applicable: Machine is not compatible with Arm64
2023-05-13 11:43:16.955 [CLI ] Completed installer selection.
2023-05-13 11:43:16.955 [CLI ] Manifest fields: Name [Microsoft .NET Windows Desktop Runtime 6.0], Version [6.0.16]
2023-05-13 11:43:16.967 [CLI ] Found one app. App id: NewTek.NDI5Runtime App name: NDI 5 Runtime
2023-05-13 11:43:16.970 [REPO] Downloading manifest
2023-05-13 11:43:16.970 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/n/NewTek/NDI5Runtime/5.5.4.0/8109-NewTek.NDI5Runtime.yaml
2023-05-13 11:43:16.971 [CORE] Download hash: 51cc722251d8412e08e7d6ed172ba50cd86c8cd93a6c6bcb8651802a00f42517
2023-05-13 11:43:16.971 [CORE] Download completed.
2023-05-13 11:43:16.972 [CLI ] Starting installer selection.
2023-05-13 11:43:16.972 [CLI ] Completed installer selection.
2023-05-13 11:43:16.972 [CLI ] Manifest fields: Name [NDI 5 Runtime], Version [5.5.4.0]
2023-05-13 11:43:16.994 [CLI ] Found one app. App id: Microsoft.Teams App name: Microsoft Teams
2023-05-13 11:43:16.994 [CLI ] Found installed package, converting to upgrade flow
2023-05-13 11:43:16.995 [CLI ] Terminating context: 0x8a15002b at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:a6
2023-05-13 11:43:16.995 [CLI ] Package is already installed: [Microsoft.Teams]
2023-05-13 11:43:17.065 [CLI ] Found one app. App id: Microsoft.VisualStudioCode App name: Microsoft Visual Studio Code
2023-05-13 11:43:17.068 [REPO] Downloading manifest
2023-05-13 11:43:17.068 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/m/Microsoft/VisualStudioCode/1.78.2/b37b-Microsoft.VisualStudioCode.yaml
2023-05-13 11:43:17.069 [CORE] Download hash: 2add228af26dc686f77637c8c6b04a81c5e3f64041851e7eeefbd5f27fdedcc8
2023-05-13 11:43:17.069 [CORE] Download completed.
2023-05-13 11:43:17.070 [CLI ] Starting installer selection.
2023-05-13 11:43:17.070 [CLI ] Installer [Arm64,inno,Machine,] not applicable: Machine is not compatible with Arm64
2023-05-13 11:43:17.070 [CLI ] Installer [Arm64,inno,User,] not applicable: Machine is not compatible with Arm64
2023-05-13 11:43:17.070 [CLI ] Completed installer selection.
2023-05-13 11:43:17.070 [CLI ] Manifest fields: Name [Microsoft Visual Studio Code], Version [1.78.2]
2023-05-13 11:43:17.091 [CLI ] Found one app. App id: Microsoft.RemoteDesktopClient App name: Remote Desktop
2023-05-13 11:43:17.093 [REPO] Downloading manifest
2023-05-13 11:43:17.093 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/m/Microsoft/RemoteDesktopClient/1.2.4157.0/6582-Microsoft.RemoteDesktopClient.yaml
2023-05-13 11:43:17.094 [CORE] Download hash: 0f9b3d6f44996d3d14b26b693952c037c1af8055aaf4106da999de144fd3e215
2023-05-13 11:43:17.094 [CORE] Download completed.
2023-05-13 11:43:17.095 [CLI ] Starting installer selection.
2023-05-13 11:43:17.095 [CLI ] Installer [Arm64,wix,User,en-US] not applicable: Machine is not compatible with Arm64
2023-05-13 11:43:17.095 [CLI ] Installer [Arm64,wix,Machine,en-US] not applicable: Machine is not compatible with Arm64
2023-05-13 11:43:17.095 [CLI ] Completed installer selection.
2023-05-13 11:43:17.095 [CLI ] Manifest fields: Name [Remote Desktop], Version [1.2.4157.0]
2023-05-13 11:43:17.115 [CLI ] Found one app. App id: Microsoft.DotNet.DesktopRuntime.6 App name: Microsoft .NET Windows Desktop Runtime 6.0
2023-05-13 11:43:17.117 [REPO] Downloading manifest
2023-05-13 11:43:17.117 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/m/Microsoft/DotNet/DesktopRuntime/6/6.0.16/1251-Microsoft.DotNet.DesktopRuntime.6.yaml
2023-05-13 11:43:17.118 [CORE] Download hash: 76da10304e6446be79ec6185a61437ee3c4da277e117da6c406d0a0888d0acdf
2023-05-13 11:43:17.118 [CORE] Download completed.
2023-05-13 11:43:17.119 [CLI ] Starting installer selection.
2023-05-13 11:43:17.119 [CLI ] Installer [Arm64,burn,Unknown,] not applicable: Machine is not compatible with Arm64
2023-05-13 11:43:17.119 [CLI ] Completed installer selection.
2023-05-13 11:43:17.119 [CLI ] Manifest fields: Name [Microsoft .NET Windows Desktop Runtime 6.0], Version [6.0.16]
2023-05-13 11:43:17.129 [CLI ] Found one app. App id: TechSmith.Snagit.2022 App name: Snagit 2022
2023-05-13 11:43:17.130 [REPO] Downloading manifest
2023-05-13 11:43:17.130 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/t/TechSmith/Snagit/2022/22.1.1.21427/0917-TechSmith.Snagit.2022.yaml
2023-05-13 11:43:17.131 [CORE] Download hash: de8be5c6658ebabab08b487ddf4a4a5bf0ce1a812c998be64f17d45ef0289b07
2023-05-13 11:43:17.131 [CORE] Download completed.
2023-05-13 11:43:17.131 [CLI ] Starting installer selection.
2023-05-13 11:43:17.131 [CLI ] Completed installer selection.
2023-05-13 11:43:17.131 [CLI ] Manifest fields: Name [Snagit 2022], Version [22.1.1.21427]
2023-05-13 11:43:17.184 [CLI ] Found one app. App id: WestWind.MarkdownMonster App name: Markdown Monster
2023-05-13 11:43:17.186 [REPO] Downloading manifest
2023-05-13 11:43:17.186 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/w/WestWind/MarkdownMonster/2.9.3.0/5056-WestWind.MarkdownMonster.yaml
2023-05-13 11:43:17.188 [CORE] Download hash: ac45dc7e00aad8aa934e6ab77050337a72553013df6e1d525dbdd6ab5bd0eb84
2023-05-13 11:43:17.188 [CORE] Download completed.
2023-05-13 11:43:17.188 [CLI ] Starting installer selection.
2023-05-13 11:43:17.188 [CLI ] Completed installer selection.
2023-05-13 11:43:17.189 [CLI ] Manifest fields: Name [Markdown Monster], Version [2.9.3.0]
2023-05-13 11:43:17.198 [CLI ] Found one app. App id: Microsoft.WebDeploy App name: Microsoft Web Deploy
2023-05-13 11:43:17.199 [REPO] Downloading manifest
2023-05-13 11:43:17.199 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/m/Microsoft/WebDeploy/10.0.1973/0917-Microsoft.WebDeploy.yaml
2023-05-13 11:43:17.200 [CORE] Download hash: b5dfb82c33e5e6996c98d3da695630edc114686a099791bd025c240a2f44c348
2023-05-13 11:43:17.200 [CORE] Download completed.
2023-05-13 11:43:17.203 [CLI ] Starting installer selection.
2023-05-13 11:43:17.203 [CLI ] Completed installer selection.
2023-05-13 11:43:17.203 [CLI ] Manifest fields: Name [Microsoft Web Deploy], Version [10.0.1973]
2023-05-13 11:43:17.216 [CLI ] Found one app. App id: LWKS.lightworks App name: Lightworks
2023-05-13 11:43:17.217 [REPO] Downloading manifest
2023-05-13 11:43:17.217 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/l/LWKS/lightworks/2022.3.136244/0917-LWKS.lightworks.yaml
2023-05-13 11:43:17.218 [CORE] Download hash: 741dc980a5b083f2a31daff3432f3bb2a5a062e6141ec68942a22b98fe4b6ddb
2023-05-13 11:43:17.218 [CORE] Download completed.
2023-05-13 11:43:17.219 [CLI ] Starting installer selection.
2023-05-13 11:43:17.219 [CLI ] Completed installer selection.
2023-05-13 11:43:17.219 [CLI ] Manifest fields: Name [Lightworks], Version [2022.3.136244]
2023-05-13 11:43:17.256 [REPO] Found multiple matches for available package [Microsoft.VCRedist.2015+.x64] in source [Microsoft.Winget.Source_8wekyb3d8bbwe] when searching for [Query:[none] Include:ProductCode='{0f770e99-3916-4b0c-8f9b-83822826bcbf}'[Exact] Include:ProductCode='{282975d8-55fe-4991-bbbb-06a72581ce58}'[Exact] Include:ProductCode='{295d1583-fdb9-414b-a4c8-da539362a26b}'[Exact] Include:ProductCode='{2aaf1df0-eb13-4099-9992-962bb4e596d1}'[Exact] Include:ProductCode='{2c673fb6-3e65-4751-965d-33d30b68a8a6}'[Exact] Include:ProductCode='{2d507699-404c-4c8b-a54a-38e352f32cdd}'[Exact] Include:ProductCode='{33628a12-6787-4b9f-95a1-92449f69fae0}'[Exact] Include:ProductCode='{3746f21b-c990-4045-bb33-1cf98cff7a68}'[Exact] Include:ProductCode='{40d3fee2-b257-46c2-bdc0-cb1088d97327}'[Exact] Include:ProductCode='{43d1ce82-6f55-4860-a938-20e5deb28b98}'[Exact] Include:ProductCode='{4b2f3795-f407-415e-88d5-8c8ab322909d}'[Exact] Include:ProductCode='{53f1dc9d-ed94-4650-a079-129785ce7905}'[Exact] Include:ProductCode='{57a73df6-4ba9-4c1d-bbbb-517289ff6c13}'[Exact] Include:ProductCode='{5c6cccca-61ec-4667-a8d9-e133a59a5a73}'[Exact] Include:ProductCode='{69becc62-c3d6-4307-9fc5-738d92cdf886}'[Exact] Include:ProductCode='{71af7464-a4a9-4c71-b645-bef3577171be}'[Exact] Include:ProductCode='{7c829c52-b42c-4e7d-8078-6d2bf6235dab}'[Exact] Include:ProductCode='{7d607fb4-7e28-4c7a-a92f-3fcdaf555faf}'[Exact] Include:ProductCode='{855e31d2-9031-46e1-b06d-c9d7777deefb}'[Exact] Include:ProductCode='{9f7f52eb-dcd8-47d7-a48e-c1dc5f31fbca}'[Exact] Include:ProductCode='{ac8ae441-cfc2-41f2-bbca-7b6668740f8d}'[Exact] Include:ProductCode='{b8e12890-118d-4721-8e54-05d978086712}'[Exact] Include:ProductCode='{c2dfe55a-4c5a-4641-8158-8f0d7aec1c2d}'[Exact] Include:ProductCode='{d4cecf3b-b68f-4995-8840-52ea0fab646e}'[Exact] Include:ProductCode='{d992c12e-cab2-426f-bde3-fb8c53950b0d}'[Exact] Include:ProductCode='{fa7f6d52-f85e-48ef-8f56-a37268aa5772}'[Exact] Include:ProductCode='{fd9b6070-d13e-45dc-819b-41806bf45b6b}'[Exact] Include:NormalizedNameAndPublisher='microsoftvisualc2015redistributable'+'microsoft'[Exact] Include:NormalizedNameAndPublisher='microsoftvisualc2017redistributable'+'microsoft'[Exact] Include:NormalizedNameAndPublisher='microsoftvisualcredistributable'+'microsoft'[Exact]]
2023-05-13 11:43:17.256 [REPO]   Checking match with package id: {45231ab4-69fd-486a-859d-7a59fcd11013}
2023-05-13 11:43:17.256 [REPO]   Checking match with package id: {852adda4-4c78-4a38-b583-c0b360a329d6}
2023-05-13 11:43:17.256 [REPO]   Appropriate installed package could not be determined
2023-05-13 11:43:17.262 [CLI ] Found one app. App id: Microsoft.VCRedist.2015+.x64 App name: Microsoft Visual C++ 2015-2022 Redistributable (x64)
2023-05-13 11:43:17.267 [REPO] Downloading manifest
2023-05-13 11:43:17.267 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/m/Microsoft/VCRedist/2015+/x64/14.34.31938.0/6a76-Microsoft.VCRedist.2015+.x64.yaml
2023-05-13 11:43:17.268 [CORE] Download hash: bad3542b35c75446b18a7d659f1752959fdf6d89a7cb409cd8eb787c28b80dca
2023-05-13 11:43:17.268 [CORE] Download completed.
2023-05-13 11:43:17.270 [CLI ] Starting installer selection.
2023-05-13 11:43:17.270 [CLI ] Completed installer selection.
2023-05-13 11:43:17.270 [CLI ] Manifest fields: Name [Microsoft Visual C++ 2015-2022 Redistributable (x64)], Version [14.34.31938.0]
2023-05-13 11:43:17.311 [REPO] Found multiple matches for available package [Microsoft.VCRedist.2015+.x64] in source [Microsoft.Winget.Source_8wekyb3d8bbwe] when searching for [Query:[none] Include:ProductCode='{0f770e99-3916-4b0c-8f9b-83822826bcbf}'[Exact] Include:ProductCode='{282975d8-55fe-4991-bbbb-06a72581ce58}'[Exact] Include:ProductCode='{295d1583-fdb9-414b-a4c8-da539362a26b}'[Exact] Include:ProductCode='{2aaf1df0-eb13-4099-9992-962bb4e596d1}'[Exact] Include:ProductCode='{2c673fb6-3e65-4751-965d-33d30b68a8a6}'[Exact] Include:ProductCode='{2d507699-404c-4c8b-a54a-38e352f32cdd}'[Exact] Include:ProductCode='{33628a12-6787-4b9f-95a1-92449f69fae0}'[Exact] Include:ProductCode='{3746f21b-c990-4045-bb33-1cf98cff7a68}'[Exact] Include:ProductCode='{40d3fee2-b257-46c2-bdc0-cb1088d97327}'[Exact] Include:ProductCode='{43d1ce82-6f55-4860-a938-20e5deb28b98}'[Exact] Include:ProductCode='{4b2f3795-f407-415e-88d5-8c8ab322909d}'[Exact] Include:ProductCode='{53f1dc9d-ed94-4650-a079-129785ce7905}'[Exact] Include:ProductCode='{57a73df6-4ba9-4c1d-bbbb-517289ff6c13}'[Exact] Include:ProductCode='{5c6cccca-61ec-4667-a8d9-e133a59a5a73}'[Exact] Include:ProductCode='{69becc62-c3d6-4307-9fc5-738d92cdf886}'[Exact] Include:ProductCode='{71af7464-a4a9-4c71-b645-bef3577171be}'[Exact] Include:ProductCode='{7c829c52-b42c-4e7d-8078-6d2bf6235dab}'[Exact] Include:ProductCode='{7d607fb4-7e28-4c7a-a92f-3fcdaf555faf}'[Exact] Include:ProductCode='{855e31d2-9031-46e1-b06d-c9d7777deefb}'[Exact] Include:ProductCode='{9f7f52eb-dcd8-47d7-a48e-c1dc5f31fbca}'[Exact] Include:ProductCode='{ac8ae441-cfc2-41f2-bbca-7b6668740f8d}'[Exact] Include:ProductCode='{b8e12890-118d-4721-8e54-05d978086712}'[Exact] Include:ProductCode='{c2dfe55a-4c5a-4641-8158-8f0d7aec1c2d}'[Exact] Include:ProductCode='{d4cecf3b-b68f-4995-8840-52ea0fab646e}'[Exact] Include:ProductCode='{d992c12e-cab2-426f-bde3-fb8c53950b0d}'[Exact] Include:ProductCode='{fa7f6d52-f85e-48ef-8f56-a37268aa5772}'[Exact] Include:ProductCode='{fd9b6070-d13e-45dc-819b-41806bf45b6b}'[Exact] Include:NormalizedNameAndPublisher='microsoftvisualc2015redistributable'+'microsoft'[Exact] Include:NormalizedNameAndPublisher='microsoftvisualc2017redistributable'+'microsoft'[Exact] Include:NormalizedNameAndPublisher='microsoftvisualcredistributable'+'microsoft'[Exact]]
2023-05-13 11:43:17.311 [REPO]   Checking match with package id: {45231ab4-69fd-486a-859d-7a59fcd11013}
2023-05-13 11:43:17.311 [REPO]   Checking match with package id: {852adda4-4c78-4a38-b583-c0b360a329d6}
2023-05-13 11:43:17.311 [REPO]   Appropriate installed package could not be determined
2023-05-13 11:43:17.315 [CLI ] Found one app. App id: Microsoft.VCRedist.2015+.x64 App name: Microsoft Visual C++ 2015-2022 Redistributable (x64)
2023-05-13 11:43:17.317 [REPO] Downloading manifest
2023-05-13 11:43:17.317 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/m/Microsoft/VCRedist/2015+/x64/14.34.31938.0/6a76-Microsoft.VCRedist.2015+.x64.yaml
2023-05-13 11:43:17.318 [CORE] Download hash: bad3542b35c75446b18a7d659f1752959fdf6d89a7cb409cd8eb787c28b80dca
2023-05-13 11:43:17.318 [CORE] Download completed.
2023-05-13 11:43:17.319 [CLI ] Starting installer selection.
2023-05-13 11:43:17.319 [CLI ] Completed installer selection.
2023-05-13 11:43:17.319 [CLI ] Manifest fields: Name [Microsoft Visual C++ 2015-2022 Redistributable (x64)], Version [14.34.31938.0]
2023-05-13 11:43:17.324 [REPO] Opening SQLite Index for ReadWrite at 'C:\Users\MartinHinshelwoodnkd\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\StoreEdgeFD\installed.db'
2023-05-13 11:43:17.324 [SQL ] Opening SQLite connection #4: 'C:\Users\MartinHinshelwoodnkd\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\StoreEdgeFD\installed.db' [2, 0]
2023-05-13 11:43:17.325 [REPO] Opened SQLite Index with version [1.6], last write [2023-05-13 11:21:13.000]
2023-05-13 11:43:17.357 [REPO] Sending http GET request to: https://storeedgefd.dsx.mp.microsoft.com/v9.0/packageManifests/XP8K0HKJFRXGCK?Market=GB
2023-05-13 11:43:17.423 [REPO] Response status: 200
2023-05-13 11:43:17.425 [CLI ] Found one app. App id: XP8K0HKJFRXGCK App name: oh-my-posh
2023-05-13 11:43:17.425 [CLI ] Starting installer selection.
2023-05-13 11:43:17.425 [CLI ] Installer [Arm64,exe,User,en] not applicable: Machine is not compatible with Arm64
2023-05-13 11:43:17.425 [CLI ] Completed installer selection.
2023-05-13 11:43:17.425 [CLI ] Manifest fields: Name [oh-my-posh], Version [16.3.0]
2023-05-13 11:43:17.426 [REPO] Sending http GET request to: https://storeedgefd.dsx.mp.microsoft.com/v9.0/packageManifests/XP89DCGQ3K6VLD?Market=GB
2023-05-13 11:43:17.630 [REPO] Response status: 200
2023-05-13 11:43:17.651 [CLI ] Found one app. App id: XP89DCGQ3K6VLD App name: Microsoft PowerToys
2023-05-13 11:43:17.651 [CLI ] Starting installer selection.
2023-05-13 11:43:17.651 [CLI ] Installer [Arm64,exe,Unknown,zh-hans] not applicable: Machine is not compatible with Arm64
2023-05-13 11:43:17.651 [CLI ] Installer [Arm64,exe,Unknown,zh-hant] not applicable: Machine is not compatible with Arm64
2023-05-13 11:43:17.651 [CLI ] Installer [Arm64,exe,Unknown,en] not applicable: Machine is not compatible with Arm64
2023-05-13 11:43:17.651 [CLI ] Installer [Arm64,exe,Unknown,cs] not applicable: Machine is not compatible with Arm64
2023-05-13 11:43:17.651 [CLI ] Installer [Arm64,exe,Unknown,nl] not applicable: Machine is not compatible with Arm64
2023-05-13 11:43:17.652 [CLI ] Installer [Arm64,exe,Unknown,fr] not applicable: Machine is not compatible with Arm64
2023-05-13 11:43:17.652 [CLI ] Installer [Arm64,exe,Unknown,pt] not applicable: Machine is not compatible with Arm64
2023-05-13 11:43:17.652 [CLI ] Installer [Arm64,exe,Unknown,pt-br] not applicable: Machine is not compatible with Arm64
2023-05-13 11:43:17.652 [CLI ] Installer [Arm64,exe,Unknown,de] not applicable: Machine is not compatible with Arm64
2023-05-13 11:43:17.652 [CLI ] Installer [Arm64,exe,Unknown,hu] not applicable: Machine is not compatible with Arm64
2023-05-13 11:43:17.652 [CLI ] Installer [Arm64,exe,Unknown,it] not applicable: Machine is not compatible with Arm64
2023-05-13 11:43:17.652 [CLI ] Installer [Arm64,exe,Unknown,ja] not applicable: Machine is not compatible with Arm64
2023-05-13 11:43:17.652 [CLI ] Installer [Arm64,exe,Unknown,ko] not applicable: Machine is not compatible with Arm64
2023-05-13 11:43:17.652 [CLI ] Installer [Arm64,exe,Unknown,pl] not applicable: Machine is not compatible with Arm64
2023-05-13 11:43:17.652 [CLI ] Installer [Arm64,exe,Unknown,ru] not applicable: Machine is not compatible with Arm64
2023-05-13 11:43:17.652 [CLI ] Installer [Arm64,exe,Unknown,es] not applicable: Machine is not compatible with Arm64
2023-05-13 11:43:17.652 [CLI ] Installer [Arm64,exe,Unknown,tr] not applicable: Machine is not compatible with Arm64
2023-05-13 11:43:17.652 [CLI ] Completed installer selection.
2023-05-13 11:43:17.652 [CLI ] Manifest fields: Name [Microsoft PowerToys], Version [Unknown]
2023-05-13 11:43:17.652 [CLI ] Not all queries returned one result
2023-05-13 11:43:17.652 [CLI ] Terminating context: 0x8a150067 at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\MultiQueryFlow.cpp:93
Environment
PS C:\WINDOWS\system32> winget --info
Windows Package Manager (Preview) v1.5.441-preview
Copyright (c) Microsoft Corporation. All rights reserved.

Windows: Windows.Desktop v10.0.25352.1
System Architecture: X64
Package: Microsoft.DesktopAppInstaller v1.20.441.0

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

User Settings: %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\settings.json

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

Admin Setting                             State
--------------------------------------------------
LocalManifestFiles                        Disabled
BypassCertificatePinningForMicrosoftStore Disabled
InstallerHashOverride                     Disabled
LocalArchiveMalwareScanOverride           Disabled

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the import command entry point and reproduce the reported workflow using the supplied winget export JSON, including duplicate package identifiers and both winget and msstore sources. Review the log around package identification, manifest download, installer selection, and execution. Done means import attempts all eligible packages and clearly reports packages that cannot be searched or installed.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.