msix-packaging
msix-packaging copied to clipboard
MSIX SDK
I am requesting the support of the MSIX Core/msixmgr tool for Wine
*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....
*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...
**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...
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....
*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...
### 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...
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...
*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...
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:...