EarTrumpet icon indicating copy to clipboard operation
EarTrumpet copied to clipboard

Add framework dependency to winget manifest

Open Filip-Anicic opened this issue 2 years ago • 8 comments

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

  1. Install msixbundle from winget GitHub repository.
  2. 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?

Filip-Anicic avatar Jun 19 '23 15:06 Filip-Anicic

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

riverar avatar Jun 19 '23 15:06 riverar

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.

image

Filip-Anicic avatar Jun 20 '23 16:06 Filip-Anicic

Tried using choco. The program silently crashes. Doesn't show a message.

Filip-Anicic avatar Jun 20 '23 16:06 Filip-Anicic

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.

riverar avatar Jun 21 '23 05:06 riverar

Downloaded "Microsoft.VCLibs.x64.14.00.Desktop.appx" and installing would give me this message

image

Filip-Anicic avatar Jun 21 '23 10:06 Filip-Anicic

I'm trying to compile EarTrumpet from source, but VS can't find Windows namespace. Would this be a missing NuGet package?

image image

Filip-Anicic avatar Jun 21 '23 10:06 Filip-Anicic

Perhaps this discussion can help you out: Please provide ZIP Archive to download at Github

IcePlains avatar Jun 30 '23 16:06 IcePlains

@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.

riverar avatar Jun 30 '23 16:06 riverar