Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not Update on Windows Store App (WAP Dist) - APPXBUNDLE (.appxbundle) #34

Closed
fritzen opened this issue Jun 19, 2020 · 7 comments
Closed
Labels
question Further information is requested

Comments

@fritzen
Copy link

fritzen commented Jun 19, 2020

  • Works great on dev mode.

  • Works great on most Commons Windows Installers

- Does not work on Microsoft Store App (WAP redist) - APPXBUNDLE (.appxbundle)

how to reproduce the problem

  • just create a Microsoft Store packaging project with Onova Test App

  • After administrator permission App.Updater.exe cant apply files. Apparently a permission issue, even with admin elevation permission

@Tyrrrz
Copy link
Owner

Tyrrrz commented Jun 20, 2020

Store manages the installation of its apps itself, so it's very likely it prevents Onova from tampering with it. Also I believe it allows auto-update as well, which would probably make use of Onova unnecessary for such scenarios.

@fritzen
Copy link
Author

fritzen commented Jun 21, 2020

You're right. Yet, even if it worked, I really don't know if I would know if Microsoft's usage policies would allow the use of its update solution. However, the Microsoft Store certification process is very slow. This is a big problem for me.

@Tyrrrz
Copy link
Owner

Tyrrrz commented Jun 21, 2020

I would say Store sucks in general.

@fritzen
Copy link
Author

fritzen commented Jun 22, 2020

I agree with you. The biggest advantage of the store is the visibility of the app. However, after I had to wait 8 days for the approval of the App version, I need to rethink the advantages and disadvantages of continuing to use the Microsoft Store.

Microsoft does not make clear the prohibition on using own auto-update solution for a critical part of the application, such as a business DLL for example.

https://docs.microsoft.com/en-us/windows/uwp/packaging/self-install-package-updates

@Tyrrrz
Copy link
Owner

Tyrrrz commented Jun 23, 2020

This article actually has some useful info: https://www.techmesto.com/windows-store-apps-installed-save-data/

Not sure if this is possible to automate though.

image

@fritzen
Copy link
Author

fritzen commented Jun 25, 2020

it really won't be easy to reconcile Microsoft's update process with its own update process. thanks!

@fritzen fritzen closed this as completed Jun 25, 2020
@Tyrrrz
Copy link
Owner

Tyrrrz commented Jun 25, 2020

Yeah, unfortunately.

@Tyrrrz Tyrrrz added the question Further information is requested label Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants