I have created appx for .Net Desktop application using makeappx tool.I had used this command to generate appx: makeappx pack -d "C:\Centennial\PackageLayout"-p "C:\Centennial\Output\HelloCentennial.appx" The package creation is succeeded and I am getting output as HelloCentennial.appx.The windows app certification kit test also passed. But When I want to upload it on windows store it asks for .appxupload file. I know .appxupload is a zip-file contaning the .appx package and an .appxsym file.But I don't know how to manually create it or generate it using MakeAppx tool.It would be great If anyone can help on this.
How to create .appxupload for created appx using makeappx tool?
810 Views Asked by Ankush Butole At
1
There are 1 best solutions below
Related Questions in UWP
- How to make that each seller has its own different set of products using sqlite and uwp
- How can i solve SQLITE_IOERR_SEEK on Unreal UWP application on MS Hololens2
- UWP Blank app throws error code: The app didn't start.. Activation phase: COM ActivateExtension
- How can I tell if a control is actually Visible in UWP?
- DEP0700: Registration of the app failed UWP in release mode
- Linker errors when adding a native c++ static library to Windows runtime component (UWP)
- uwp app only accepts input whenever i have opened on conhost/powershell/cmd
- uwp - WebAuthenticationBroker does not show cloudflare captcha
- How do I get the typename of an arbitrary XAML FrameworkElement?
- Apryse PDFTron SetDoc method throws AccessViolationException
- How do you know which items are realized (non-virtualized) in an ItemsRepeater?
- How to copy or drag n drop image from Webview2 to Canvas?
- UWP app Shutdown PC don't work in kiosk mode
- Path denied error when building UWP app in release
- Display Data from Drive D: in the Gridview
Related Questions in WINDOWS-STORE-APPS
- Microsoft Partner Center Issues
- Microsoft Store Policy - User Generated Content
- Error while uploading a binary to StoreApp using API
- Publish a MAUI app for the Microsoft Store returns a ProcessorArchitecture error
- Dependency issue when publish a MAUI application for Windows Store
- Can you open devtools with a windows store app?
- How to create a new app in windows developer center
- Debug WinJS application in production
- Why is my Windows Application Packaging Project stripping all my native libraries from the published package?
- UWP and User Secrets in Deployed Apps
- How to confirm is a user knows the xbox pin in a UWP app?
- How to get refund information for a Windows Store app via API
- Incompatible types for comparison. Numbers, Text can't be compared
- Should TrySilentDownloadAndInstallStorePackageUpdatesAsync relaunch the app?
- How to determine if UWP app is running with windows open?
Related Questions in APPX
- How to sideload an 'uwp app/appx package' to a target machine in deployment group, using Azure DevOps
- How does Windows launch packaged Apps
- Exclude folders from generated MSIX package
- Powershell bloatware removal script for all users
- Is there a way I can fix this error without re-adding the device to the domain
- Powershell Add -AppxProvisionedPackage -> Parameter: DependencyPackagePath with 2 strings fails
- Find all installed AppX apps from .NET Framework, display icons, launch them
- Parsing error in distributing a Windows 10 app from an IIS server
- PowerShell code to tie a firewall rule to a WindowsApps executable on Windows 10
- App installed via MSIX package fails to execute
- How to replace a .winmd in a customer's .appx, .msix, .msixbundle package?
- Remove Appx if version less than
- Modify Appxmanifest - Add Element to XML via Powershell
- DLL functionality stops working in UWP app after being packaged into an appx package
- Updating a software from the MS Store using the msixBundle file with a powershell command
Related Questions in APPXMANIFEST
- Missing file from installed app with Windows Packaging Project
- Generating a msix package for a .NET MAUI Blazor application and signing it separately
- Determine ordering of windows shell context menu extension entries
- Start Winui 3 App from command line with arguments
- MSIX appxmanifest missing shortcut, creates shortcut pointing to wrong folder
- What is TargetDeviceFamily MinVersion/MaxVersionTested for Windows 11?
- UWP Packaged WPF .NET 6 app starts a blank window when launched through uri activation and execution alias
- Unity build misses "Publish" option in Visual Studio 2022, forcing publish by including Package.appxmanifest generates "Error: APPX1502"
- Can I change the application name in appxmanifest for a UWP app for different languages?
- How to solve app manifest error in WinUI 3 - "The file name doesn't exist in the package"
- How to write a Package.appxmanifest for installing a windows service in Windows Server 2019
- Create different MSIX installers using a flag parameter on a .NET MAUI app
- Remove Appx if version less than
- Modify Appxmanifest - Add Element to XML via Powershell
- msbuild fails on Certificate could not be opened, network password not correct
Related Questions in MAKEAPPX
- Blocked executables FAIL occurs when using "Windows App Certification Kit" for MSIX files made with Python
- How to replace a .winmd in a customer's .appx, .msix, .msixbundle package?
- Using Makeappx to encrypt/copy-protect specific files UWP
- OpenGL Reporting an old version when project packaged as a Windows `.appx` or `.msix` file
- UWP package creation Error info: Packaname different
- "Create App Packages" from Command Line instead of Visual Studio
- AppExecutionAlias does not run under the Store Context
- Create APPX package and DMG package on windows
- Change Package Identity Name,Publisher & ReSign appxbundle
- How can I make sms web service on python to send sms to every where?
- How to use makeappx to create msixbundle files that can be uploaded to the store according to the appxmanifest file?
- Can I build a UWP sideload app that is dependency-complete on installation without using Add-AppDevPackage.ps1?
- Can I test JavaScript WinRT code without installing Visual Studio?
- why MakeAppx generate 0 kb file?
- APPX creation for Microsoft Store fails to find assets
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The .appxsym file cannot be created by MakeAppx.exe. You could use PDBCopy.exe to manually copy all PDB files related to all dll, exe or winmd libraries without private symbols. This tool takes a symbol file that contains both private symbol data and a public symbol table, and creates a copy of that file that contains only the public symbol table.
These PDB symbols can be zipped into .appxsym file. Then you can zip the .appx and .appxsym into the .appxupload file you need to upload.
There will be no crash analytic or debugging information available if you don't include the .appxsym.