Sometimes we need to have a single distribution package as an MSIX, which includes MSIX supported features along with MSI features that are no longer available (such as old drivers). Unlike MSI, MSIX doesn’t have sequences and doesn’t support custom actions — as we covered in our comprehensive 24 chapter […]
Blog
Windows 11 is out right now and if you are on a DEV channel, chances are you already received it. One new addition in Windows 11 that bugs me is the new context menu. I find it counterproductive to right-click, select “Show more options” to get to the actual context […]
In the packaging industry, we’re used to using application dependencies very often. And with the transition from MSI to MSIX, we have more options to declare and handle them. In MSI, we use Prerequisites to chain multiple dependencies — which means that the installation would continue only if the product […]
Although it’s not seen in most organizations, there are cases where you would like to restrict the access to an USB device for your users. Here is where Intune comes in. Let’s see how you can achieve this: 1. Navigate to the Microsoft Endpoint Manager admin center 2. Go […]