Questions tagged [appx]
245 questions
0
votes
1 answer
Crash report for UWP app in Microsoft Store
I have uploaded my Appx bundle (UWP app) to the Microsoft store, it is certified and currently published and I tried launching it on my system. However, when I view the analytics report on Store I see there are 12 crashes. When I try to analysis the…

Shakita
- 99
- 2
- 12
0
votes
2 answers
Signing Edge WebExtension and UWP app in Visual Studio
I am developing a WebExtension for Edge. I implemented the example from https://learn.microsoft.com/en-us/windows/uwp/launch-resume/how-to-create-and-consume-an-app-service and it is working. Creating and signing a standalone WebExtension worked and…

Ronquam
- 145
- 2
- 13
0
votes
1 answer
Installing UWP Package with ProvisionPackageForAllUsersAsync
I am attempting to install a UWP package for all users on a machine using ProvisionPackageForAllUsersAsync but I am getting mixed results. Sometimes, the application installs just fine. Other times, some users get the update, and some do not.
Here…

James Hogle
- 3,010
- 3
- 22
- 46
0
votes
2 answers
Updating existing UWP package deletes app data of the older app version
1)I am trying to update my existing UWP app with a new release. I have added this package to the Microsoft store. However when I install the new release all the previous app data get cleared. How can I get the old app data when I install the new…

Shakita
- 99
- 2
- 12
0
votes
0 answers
Recommendations on Installing our app on Surface Pro (3+)
We have built a working MSI/application for desktop . The client is requesting feasibility to install on a few Surface Pro (3+) devices and I’m not knowledgeable at all about how this may be different. We can create appx, but we really want to…

yeahdixon
- 6,647
- 1
- 41
- 43
0
votes
0 answers
why MakeAppx generate 0 kb file?
I have developed cross browser extension and i want to deploy it on Microsoft store so refer
https://learn.microsoft.com/en-us/microsoft-edge/extensions/getting-started#Publishing
when i generate Appx file of my extension using
MakeAppx pack /d…

Rahul Dudharejiya
- 355
- 3
- 16
0
votes
1 answer
How to get the app permission for UWP App developed under App settings
I am developing an UWP Appx Package, where I added the capabilities(say webcam) in the manifest file. But I am not able to see the webcam capability under app setting permission.
PLease let me know what I need to do get the capability under the app…

Basu
- 304
- 2
- 6
0
votes
1 answer
Allow UWP-app to be installed in System Context
I developed an UWP-app and packaged it as appx-file. The app works fine and can be installed in Win10.
Now I want to deploy this app via Intune to the system context. Unfortunately, the app can only be installed in user context. I already tried to…

Felix
- 1
0
votes
1 answer
How to fix windows 10 appx (uwp) after upgrading windows 10 build in 3 steps
Well, when someone using an iso file to upgrade windows 10 and/or to change windows 10 edition, windows 10 appx (UWP) crashing.
This is 'quickly' fix for the problem:
Open CMD as administrator.
Type powershell -ExecutionPolicy Unrestricted
Paste at…

Eldar Value
- 161
- 1
- 8
0
votes
1 answer
how do i remove a certificate from .exe or .appx
In sign tool I'm getting the error: bad executable.
I'm sure this has something to do with the application already being signed.
How do I remove the signature from the application.
I made it by unreal and I've heard unreal automatically signs the…

Mehdi Antonia
- 1
- 1
- 1
0
votes
1 answer
Can I package an appxbundle file as msi format?
I have created an UWP app package with a appxbundle file and I want to know can I package it as MSI format? how can I make it work?

jerry
- 317
- 2
- 20
0
votes
1 answer
Permission to access WindowsApps folder
I want to debug my own UWP programs and I have to replace the dlls in the installed location. But I cannot replace or add any files into the folder because the permissions is denied, how can I do that? I have tried many ways such as take ownership…

Z.zip
- 27
- 1
- 3
0
votes
1 answer
Ways to Distribute and Install a Win10 Application
What are the ways to distribute and install an Win10 Appxpackage without using the Microsoft-Store?
I have a customer who wants me to create a "Exe-File" to let him distribute the app internally in his company.
So I made an Appxpackage withe the…

nani
- 183
- 2
- 15
0
votes
1 answer
Creating appxupload file for cordova / ionic project
I am trying to build cordova / ionic project and successful create appx file, however I need to create appxupload file, how can I archive this without building project ins VisualStudio.
This is my working code to build appx file, but it does not…

Alexey Melezhik
- 962
- 9
- 27
0
votes
1 answer
Using FireGiant Appx Extension with cmake
I have a Windows application which is built using MSVC and packaged as an .MSI file using WiX. The whole build is managed by cmake and WiX is invoked using the CPackWIX module.
I am now trying to extend the build environment to also build an .APPX…

giorgio-b
- 113
- 7