Blog
I want to start these articles with a small disclaimer: This project is only meant for teaching purposes, this is not the most secure way to handle licenses in your installer. Ideally this must be handled from the application itself, not the MSI. Use at your own risk, I will […]
I want to start these articles with a small disclaimer: This project is only meant for teaching purposes, this is not the most secure way to handle licenses in your installer. Ideally this must be handled from the application itself, not the MSI. Use at your own risk, I will […]
I want to start these articles with a small disclaimer: This project is only meant for teaching purposes, this is not the most secure way to handle licenses in your installer. Ideally this must be handled from the application itself, not the MSI. Use at your own risk, I will […]
In the last post, we had a look on how to create a C# (CSharp) DLL for MSI Custom Actions, but what if you want to create something more dynamic? What if we want to pass some MSI properties to our DLL, and in our DLL we use those arguments […]
Windows Installer technology offers the possibility to use Visual Basic Scripts, Javascript files or dynamic linked libraries (DLL) as custom actions to control the install/uninstall of a certain product. When discussing about dynamic linked libraries, many think that you can only use C/C++ to create suitable ones for the Windows […]
In a previous article, we had a look on how to get your office add-ins from the infrastructure by using SCCM and PowerShell. As mentioned, there are multiple ways in which you can achieve this so don’t take this article as the only way. PowerShell Script With this in […]
SCCM (or MEMCM as is newly branded) offers you the possibility to place Global Conditions for multiple areas of it, including for the Applications. When a global condition is placed on an Application in SCCM, the following actions are performed: 1. When an application is deployed on a MACHINE collection, […]
Intune (or as is newly called Microsoft Endpoint Manager) comes with many app types for deployments that you can do, such as Store Apps (Android, Ios, Microsoft, etc), Microsoft 365 Apps (Windows 10 and MacOS), Line of business apps, and also Windows Apps (Win32). Win32 apps deployments are designed for […]