Flor Chacón

Results 113 comments of Flor Chacón

> are the improvements mentioned in version 1.25.320.0? I know this is disappointing to hear, but no :( It is on the queue (internal bug: https://task.ms/56432881), but there have been...

All the recent updates to the package have been on the winget side. The only change to App Installer is that we stopped publishing binaries for 32-bit ARM, but that...

(We may get confused if we call Chocolatey, SCCM, Intune, etc. "installation sources" because winget has its own concept of a "source". I'd call them "package managers".) We may be...

You can usually find those details in the log file. You can find the log folder if you do `winget --info`, and you can have the folder open automatically at...

Looking at the [winget code](https://github.com/microsoft/winget-cli/blob/e08cdae4f545083f40b527880efe92361215b6e4/src/AppInstallerCLICore/Workflows/InstallFlow.cpp#L209) it seems we intentionally block installing MSIX machine-wide when using `winget.exe` due to an OS bug when calling the provisioning API from a packaged context....

> Is this an issue related to WinGet specifically, or App Installer? This is App Installer. > ShowPromt and UpdateBlocksActivation. If i remove those Attributes the app starts again. So...

Machine translation of the event log for reference: ``` Activation error with Microsoft.DesktopAppInstaller_8wekyb3d8bbwe!App. Error code: Class not registered. Activation phase: No phase defined Activation error with *****App. Error code: Activation...

On my repro, manually installing the latest version of the Windows App Runtime 1.8.2 seems to fix the issue. You can download it from their [downloads page](https://learn.microsoft.com/windows/apps/windows-app-sdk/downloads) ([direct link](https://aka.ms/windowsappsdk/1.8/1.8.251003001/windowsappruntimeinstall-x64.exe)). If...

We believe the cause of this is https://github.com/microsoft/WindowsAppSDK/issues/3137 The latest version of App Installer has a dependency on the Windows App Runtime framework package. This runtime depends on two other...

This is fixed in the latest version, [build 1.27.420](https://github.com/microsoft/winget-cli/releases/tag/v1.12.420). It is currently available for Windows Insiders in the Beta channel, or you can download it from the Releases page in...