Add framework dependency to winget manifest
Summary
Fresh install of Windows 10 and winget msixbundle from MS's GitHub release page. Below is the output I got trying to install in PowerShell.
winget install File-New-Project.EarTrumpet
Found EarTrumpet [File-New-Project.EarTrumpet] Version 2.2.2.0
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Successfully verified installer hash
Starting package install...
████████████████████████████▌ 95%
Installer failed with exit code: 0x80073cf3 : Package failed updates, dependency or conflict validation.
This package has a dependency missing from your system.
Steps to reproduce
- Install msixbundle from winget GitHub repository.
- write
winget install File-New-Project.EarTrumpet
EarTrumpet version
2.2.2.0
Windows version
10.0.19045.3086
Additional information
Is there a way to check dependencies needed to install eartrumpet with winget?
The winget manifest currently points to our bundle directly. At the time of publish, winget did not support dependencies or .appinstaller. I'll look into it again but to workaround your issue, you can use this link: https://install.eartrumpet.app/master/EarTrumpet.Package.appinstaller
I got this error when running after install. Could it be my Windows? I did disable or remove some parts of Windows to improve battery life and performance.
Tried using choco. The program silently crashes. Doesn't show a message.
Hey @Filip-Anicic sorry for the headache. Can you try installing this dependency? https://www.microsoft.com/en-us/download/details.aspx?id=102159
I remember I yanked it from the .appinstaller due to AppInstaller bugs, thanks for the reminder to eliminate this altogether.
Downloaded "Microsoft.VCLibs.x64.14.00.Desktop.appx" and installing would give me this message
I'm trying to compile EarTrumpet from source, but VS can't find Windows namespace. Would this be a missing NuGet package?
Perhaps this discussion can help you out: Please provide ZIP Archive to download at Github
@Filip-Anicic We have compilation docs at https://github.com/File-New-Project/EarTrumpet/blob/master/COMPILING.md if that helps. If not, holler back and I'll help you out.