ptorr-msft / WinGetYamlGenerator

Simple GUI editor for creating YAML files for WinGet.
MIT License
61 stars 19 forks source link

Installer isn't working #13

Open blacklightpy opened 4 years ago

blacklightpy commented 4 years ago

I'm getting 0x8024001D error while trying to install the app from MS Store. I've left the same problem in a review too. I tried resetting MS Store and that didn't fix it either. I can install all other apps normally. The only time I faced this issue before was when I tried to install Xbox Console Companion after removing it, for which the solution was to manually remove leftover directories from the old installation.

ptorr-msft commented 4 years ago

@blacklightpy OK thanks for letting me know. I have no idea what the issue is; what version of Windows 10 do you have? (Although this app doesn't use any fancy features). Are you able to submit feedback with the Feedback Hub and reproduce the issue as part of the submission? If you do that and share the link I can forward to the right folks.

blacklightpy commented 4 years ago

@blacklightpy OK thanks for letting me know. I have no idea what the issue is; what version of Windows 10 do you have? (Although this app doesn't use any fancy features). Are you able to submit feedback with the Feedback Hub and reproduce the issue as part of the submission? If you do that and share the link I can forward to the right folks.

Oh okay. I'm using Insider Build 19536 (version 2003). And yes, I can submit a feedback with the Feedback Hub and I'll do it soon.

Edit: I have submitted an issue in the feedback hub too.

ptorr-msft commented 4 years ago

Thanks for filing feedback. I tried on a couple of different machines. My main developer machine (retail build of Windows, where I had it installed before) it took a long time to start downloading but worked in the end. On another machine (pre-release build) nothing downloads from the Store at all (stuck on "starting download"). On a third machine (running ~daily internal builds, but never had this app before) it installed fine as well. Do you have a link to the feedback item?

blacklightpy commented 4 years ago

My last feedback isn't listed in Feedback Hub :/ Anyways I did it again, with recording the problem this time. Last time I only attached a screenshot.

Link: https://aka.ms/AA8ikz2

ptorr-msft commented 4 years ago

Thanks; I have 'promoted' the issue; we'll see what comes from it. Sorry you can't install. Can you build yourself from source? (Although the app is very simple; there's no magic involved, it just creates a text file).

blacklightpy commented 4 years ago

Thanks; I have 'promoted' the issue; we'll see what comes from it. Sorry you can't install. Can you build yourself from source? (Although the app is very simple; there's no magic involved, it just creates a text file).

I'll try that then 🙂

blacklightpy commented 4 years ago

App worked when I built and deployed it (used newer 1903/1909 SDK which was in my PC btw). I also manually installed the appx dependencies generated (.NET Native Framework, .NET Native Runtime and VCLibs). And then I uninstalled the program and tried to install using store, still didn't work. I didn't know to properly sign the package so I couldn't create a standalone installable MSIX file. I have to install by running the Install.ps1 file. I don't know much about building apps :p. So it somehow works now. 🙄

blacklightpy commented 4 years ago

Okay now I can Install just using the .msixbundle. I had to install the certificate file for my machine first. So for now I can just keep my msixbundle and certificate file with me whenever I need to install it. But please check the issue with store too because other users might also find this app handy 🙂