THE PROBLEM I am trying to install a .net core 3.1 wpf app onto a windows 2019 server using msix as the method of deployment. The windows server is up to date and should support msix, but will not install any msix package I create using the powershell command Add-AppPackage. [...] read more
I'm trying to install Windows Terminal on Windows 10 v1803 [build 17134.13.04] where I don't have any admin privileges and Microsoft Store has also been deactivated. I downloaded the .msixbundle from the GitHub release page and used the command from here: add-appxpackage -Path ".\Microsoft.WindowsTerminal_1.4.3141.0_8wekyb3d8bbwe.msixbundle" However, I recieve error: add-appxpackage : [...] read more
I'm using fiddler as proxy to get download URL of Windows Store apps. Most of the time after catching URL, download appx/appxbundle and open it, windows show error 'Cannot open appx/appxbundle file'. When I want to open appx using WinRar, faced with error 'Unknown format or damaged'. also i checked [...] read more
I'm trying to move the WindowsApps folder to my SD card on my Surface 2 tablet. It's a 32 GB model, and already out of storage. As a workaround (Windows RT forces uses to install only on the built-in storage), I followed the tips at the following post by user274391: [...] read more
I am developping an angular/ionic application that must be compatible with android, windows (phone and desktop) and Ios. I am currently trying to build and deploy the windows version on debug mode. My project is stored on an external server (disk f:). But everytime I start the app from visual [...] read more
When I try to debug my UWP project from Visual Studio 2017 running in Windows 10 in a parallels instance, it always errors out that it cannot find the AppxManifest: DEP0700: Registration of the app failed. [0x80073CF0] error 0x80070003: Opening file from location: AppxManifest.xml failed with error: The system cannot [...] read more
I am currently trying to set my Windows Store app up for side loading. I have been following instructions such as this one but then run into troubles with a MS Scheme and certificates. Being unable to get my Code Signing Certificate to work due to the bug in above [...] read more