msix-packaging icon indicating copy to clipboard operation
msix-packaging copied to clipboard

MSIX SDK

Results 137 msix-packaging issues
Sort by recently updated
recently updated
newest added

I am requesting the support of the MSIX Core/msixmgr tool for Wine

Feature
Area-MSIX Core

*Project* MSIX SDK or Win7Msix **Describe the bug** When I try to install MSIX Core on Wine (W7) it gives me an error loading resources, and can't show the text....

Feature
Area-MSIX Core

*Project* MSIX SDK or Win7Msix **Describe the bug** We have daily test runs for UWP test app. In Jenkins job script build a .msix for our UWP test app. But...

Area-MSIX
Area-External

**Project** MSIX SDK (Package created using VS Community 2019 16.6.4) **Describe the bug** Package cannot automatically update when the signing certificate has changed. **To Reproduce** 1. Sign and deploy your...

Feature
Area-External

Hello i'am building and package an uwp-app with appx and distribute with a website and an .appinstaller-file: ```xml ``` as you can see, there is no `updateSettings`-Section in this file....

Question
Area-MSIX
Area-External

*Project* MSIX SDK or Win7Msix **Describe the bug** A clear and concise description of what the bug is. Third party msix applications are unable to run in any network isolated...

Area-MSIX

### What works in normal desktop application When we try to load a dll from a normal desktop application the system automatically checks the directories specified in the environment variable...

Question
Area-MSIX

MSIX SDK Starting early June, AOSP tests failed consistently. The script we use to see if the app starting is not working. Most likely something got updated in the ADO...

Bug
Area-MSIX SDK

*Project* MSIX SDK **Describe the bug** I've been testing packaging a VB6 app (yeah, I know) with MSIX, to simplify deployment and upgrades internally (this is not published to a...

Area-MSIX
Area-External

Pipeline task: - task: MsixPackaging@1 displayName: Build Msix inputs: outputPath: '$(Build.ArtifactStagingDirectory)\AppxPackages' solution: '$(solution)' clean: false generateBundle: false buildConfiguration: '$(buildConfiguration)' buildPlatform: '$(buildPlatform)' updateAppVersion: false appPackageDistributionMode: 'SideloadOnly' msbuildLocationMethod: 'version' msbuildVersion: 'latest' msbuildArchitecture:...

Bug
Area-MSIX ADO