Questions tagged [appxmanifest]

122 questions
1
vote
1 answer

MyApp_language-xx.appx is not generated for Windows 10 package for store

I'm creating a package of my UWP App for Microsoft store. My app supports 3 languages: English - default, Swedish and Danish. If I do not manually clean up obj and bin folder then the generated MyApp.appxbundle file do not contain language packs:…
1
vote
0 answers

How to dynamically update Install button to Open on mobile site in case the app is installed?

I have an installation banner on my mobile site with a Install button which links to play store or app store depending on OS. However I want the button to change to open in case the user already has my app installed. I read and tried intent, but…
1
vote
1 answer

UWP Cordova - Not able to run the app after creation of appxupload build

Currently working on cordova windows 10 UWP mobile apps. Initially it was working fabulously. After all the changes, tried to create appxupload build. It got created successfully. But same time I had configured my app with windows app store. After…
1
vote
1 answer

Which PhoneProductId to use for a UWP app that is not an upgrade

I am developing a new UWP application for Windows 10 Desktop and Mobile. The PhoneIdentity appears to be a mandatory entry in the .appxmanifest file. While the MSDN is explicit about what the PhoneProductId should be, if the app is an upgrade, it…
IInspectable
  • 46,945
  • 8
  • 85
  • 181
1
vote
1 answer

How do I get the desktop path in AppxManifest

I'm trying to migrate my app to the UWP-Platform using the Desktop Bridge. In this blog post it is explained how to migrate the desktop shortcut:…
marv51
  • 366
  • 1
  • 11
1
vote
1 answer

Adding a Sideloading App Package (.appx) to a Suite/Advanced UI Project

I want to side-load appx using Install shield suite project. I had referred below link to do so: http://helpnet.installshield.com/installshield22helplib/helplibrary/SteAppXPackages.htm I am getting below error during deployment: I am not able to…
Ankush Butole
  • 151
  • 13
1
vote
1 answer

UWP Version Numbers

How do I format my version number in my AppxManifest for UWP? I'm trying everything I can but nothing seems to work. The compiler always returns: C:\AdaptSource\Xivic\Adapt.Presentation.Xivic.UWP\bin\x86\Release\AppxManifest.xml : error APPX0501:…
The Pademelon
  • 835
  • 11
  • 29
1
vote
2 answers

UWP Package manifest StoreLogo asset error

I generated all the required assets for the package manifest but VS gives error on the file /StoreLogo.scale-100.png. If I hover the red cross: A mixture of images with and without the "scale" or "targetsize" qualifiers exists in this project for…
fillobotto
  • 3,698
  • 5
  • 34
  • 58
1
vote
0 answers

Package acceptance validation error : Microsoft Edge extension

I am getting this error: "Package acceptance validation error: com.microsoft.edge.extension is a reserved extension type. Your app does not have permission to use this extension type. To request permission, please use our extension submission form:…
Vishal Sen
  • 1,135
  • 1
  • 13
  • 23
1
vote
1 answer

Windows 10 UWP AppService, package.appxmanifest Issue

I am trying to make a simple ServiceApp in UWP following this Microsoft article https://learn.microsoft.com/en-us/windows/uwp/launch-resume/how-to-create-and-consume-an-app-service However, the manifest change suggested by this article is causing my…
pixel
  • 9,653
  • 16
  • 82
  • 149
1
vote
0 answers

Windows 8.1 App's package report generation error

Windows App Certification Kit is throwing error and being closed by self without generating the report for created package App_x.x.x.x_AnyCPU_bundle.appxupload for windows store. The error popup message is An error occured while generating…
1
vote
1 answer

Change the app manifest parameters programmatically

I use FullTrustProcessLauncher to launch another app from my UWP application and I want to set the parameters of my manifest: Is there a way to change the app manifest…
Gabriel Curinga
  • 305
  • 4
  • 20
1
vote
0 answers

Windows UWP - Modify AppX Package At Runtime

We need to dynamically load assemblies at runtime in order to include customization for our users. However, after looking all over the web, I cannot find any information on whether Microsoft plan to make this feature possible or not. I have started…
Christian Findlay
  • 6,770
  • 5
  • 51
  • 103
1
vote
0 answers

Specify different EntryPoint for protocol launch

I've been toying with this for a bit but haven't been able to get a working solution. I'm trying to set up my appxmanifest so that it uses a different EntryPoint for a protocol launch than for standard launch. Here's an example of my appxmanifest: …
James
  • 130
  • 1
  • 6
1
vote
1 answer

Stuck with dependencies in an AppX from Desktop App Converter

I have finally succeeded converting my desktop app to AppX with Desktop App Converter, and to sign it with the insight from Franklin Chen. Step by step, I am getting closer to completion. But I am now bumping into a new hurdle (hopefully the last).…
Mitch Match
  • 339
  • 4
  • 14
1 2 3
8 9