Questions tagged [appxmanifest]

122 questions
1
vote
1 answer

UWP Can't upload Store Logo for Scale 200 in appxmanifest

I created a project in C# in Visual Studio. Now I want to upload a store logo in many different sizes. So, the first thing I saw was, that you have to upload so many scales of an image size(Scale 400, 200, 100, 150, 125). Thank God, there is a…
1
vote
0 answers

Appxmanifest definition for sideloading app

I have a active app on the Windows Store. I want to distribute this app via a MDM system (MobileIron). My store appxmanifest looks like this:
kerosene
  • 930
  • 14
  • 31
1
vote
1 answer

Scaled Assets for Splash Screen in UWP

In appxmanifest file, there are five options for Splash screen : 620x300, 775x375, 930x450, 1240x600 and 2480x1200. I have the following resolutions in my 15" laptop : 1366x768 (Recommended) 1360x768 1280x720 1280x600 1024x768 800x600 My question…
1
vote
3 answers

Restricted capabilities on UWP apps

I want to make screen projection application. And according to MSDN I need a rescap namespace in Package.appxmanifest. I Wrote thisxmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities", but namespace…
Clocker
  • 21
  • 2
  • 7
1
vote
1 answer

Error On Deploying App to Windows Phone

I recently updated the logo's and app description in the package manifest of my windows 8.1 app. When I deploy the app to a windows phone is shows an error. The building of the app goes perfect with no issues. As soon as it enters deploying to phone…
iam.Carrot
  • 4,976
  • 2
  • 24
  • 71
1
vote
0 answers

appx parsing using PHP

I want to parse appx file using PHP I read that appx is a type of zip archiveand can be opened through zip function in php I want to take the AppxManifest.xml file from the appx file and read its contents but ziparchive function is unable to open…
1
vote
1 answer

Windows Universal Contacts capability name invalid

I am trying to add the contacts capability (described here: https://msdn.microsoft.com/en-us/library/windows/apps/hh464936.aspx) to my Windows Universal App. I am adding it as shown below in my Package.appxmanifest:
PKeno
  • 2,694
  • 7
  • 20
  • 37
1
vote
2 answers

How to change default images in Windows Phone 8.1 app?

I'm trying to pass certification using the Windows app cert kit but I'm getting an error due to using the default images for tiles, splash screen and logo. I know this is because I need to replace these default images with my own but when I try to…
Brian Var
  • 6,029
  • 25
  • 114
  • 212
1
vote
2 answers

Windows 8.1 App Certification fails for Platform appropriate files

My Windows Store App works for all architectures (x86, x64, arm) and is published on the Store. But when building App Package (right-click on project, Store, Create App Package) Windows App Certification Kit 3.1 for Windows 8.1 passed all the tests…
1
vote
2 answers

Can an APPX Windows Store Package contain multiple "applications"?

I'm trying to understand the appxmanifest file for APPX packages better. I noticed it has an tag followed by a single tag for every example I've seen. It would appear though that multiple "applications" can be included…
Earlz
  • 62,085
  • 98
  • 303
  • 499
0
votes
0 answers

Unity build misses "Publish" option in Visual Studio 2022, forcing publish by including Package.appxmanifest generates "Error: APPX1502"

I am making a HoloLens 2 application using Unity 2021.3.28f1 and MRTK 2.8.3.0. When I build my Unity UWP (IL2CPP) application with the following settings: The Visual Studio project that is generated does not recognise the included…
RensV
  • 27
  • 4
0
votes
0 answers

How to solve app manifest error in WinUI 3 - "The file name doesn't exist in the package"

I'm trying to publish a packaged app to the Windows Store using the pack and publish option and I'm getting failure with this info: The file name "AudioChapterEditor.exe" declared for…
Snivets
  • 43
  • 4
0
votes
1 answer
0
votes
1 answer

Create different MSIX installers using a flag parameter on a .NET MAUI app

I want to automatically create different MSIX packages/installers for the same MAUI app, so that each one runs a specific code snippet according to a flag parameter. The user does not have to interact with the app. An installer per flag value has to…
evidalpe
  • 11
  • 3
0
votes
2 answers

Modify Appxmanifest - Add Element to XML via Powershell

Right now I'm working on a Azure DevOps Building Pipeline and got stuck at manipulating the generated Package.appxmanifest in a way I need it. What I have:
Perazim
  • 1,501
  • 3
  • 19
  • 42
1 2 3
8 9