MSIX
133 TopicsMSIX on Windows 7?
Could anyone give an insight on MSIX application install on Windows 7? To brief, If I use MSIX Packaging tool to create an MSIX application on WinX (1909 build), Is there a way I can install this application to Windows 7? If yes, how this can be achieved?Solved90KViews0likes4CommentsMSIX Packaging Tool (Preview) is now available from the Microsoft Store
We are happy to announce that MSIX Packaging Tool (Preview) is now available to download from the Microsoft Store. MSIX Packaging Tool enables you to update your existing win32 application packages to the MSIX format. You can run your desktop installers through this tool and obtain an MSIX package that you can install on your machine and upload to the Microsoft Store (coming soon).57KViews5likes27CommentsWindows 10 2004 - MSIX Not Updating -Please check whether the Msixvc support services are installed.
We use MSIX for one of our LOB applications at my organization. We recently updated some machines to Windows 10 2004 to test it before rolling it out to the rest of the company. One problem we have noticed is that repeatedly that if we update an MSIX package on these systems and then issue a second update, the second update always fails. The event viewer logs multiple errors, most just being generic "the msix package failed to install", etc. However, there is one peculiar one. We found it under: Microsoft-Windows-AppXDeploymentServer/Operational Event Id 497 Error 0x80070002: Opening the Msixvc package from location AppName_x64.msixbundle failed. Please check whether the Msixvc support services are installed. In addition, this is logged under AppXDeployment - Operational: Event ID: 302 Failed to start system service: appxsvc with error: 0x8007045B We could not find any documentation on this error anywhere on MSDN. To work around this, we have to restart the machine. Afterwards it is able to update the MSIX package. Is this a known issue with Windows 10 2004? Can anyone here provide more information or can they provide any suggestions on how to stop this from happening? Edit: We also had a user go ahead and update their machine to Windows 10 2004 without notifying us and now they are getting the same problem as well. Edit #2: I also left this in the feedback hub in Windows 10; if there are any additional channels that I should use, please let me know.39KViews2likes48CommentsMSIX Support for Windows 10 1709 and 1803, MSIX Packaging Tool January 2019 release, and more
We are excited to announce enterprise support of MSIX for Windows 10 1709 and 1803. This enables ConfigMgr, Intune & PowerShell to greatly improve the reach of MSIX to your Windows 10 clients.15KViews4likes0CommentsMSIX Labs and Training Videos - Now Available!
We are happy to announce the public availability of MSIX Training Labs. The labs have been used in various workshops across the globe and we have made these labs available for everyone to benefit. The MSIX Training Labs contain a series of hands-on exercises geared at enabling people to become more familiar with different aspects of MSIX.15KViews6likes9CommentsMSIX Core is now available!!
MSIX Core brings MSIX support to supported Windows OSes prior to Windows 10 1709 such as (Windows 7 SP1, Windows 8.1 Update and select version of Windows Server with the desktop experience). With MSIX Core IT pros who need to support users on these earlier Windows versions can now adopt and take advantage of MSIX as their standard packaging format.14KViews5likes0CommentsHost Custom UWP Controls in MFC MDI Project using XAML Islands
This article explains how to modernize MFC MDI project with custom UWP Controls through XAML Islands. With custom UWP controls, it allows us to define control layout easily through XAML pages. Not only putting standard UWP controls into the custom control, we can also integrate other custom controls as well, such as latest WinUI controls. We will use a new Xaml Application project to bring the custom UWP controls into our MFC project. This article has mentioned how to use the new XAML application in Win32 C++ application, we will give more detailed steps for MFC project.11KViews1like3Comments