Excited to announce a new addition to my blog: a dedicated page for my latest book, “Advanced Techniques in MSI Packaging”! 🚀 This book marks a significant milestone in my journey through the intricate world of software deployment, offering a deep dive into the realm of MSI packaging. Crafted for […]
MSI
Google Chrome, developed by Google, is one of the most widely used web browsers globally. It has gained popularity due to its speed, simplicity, and a plethora of features that cater to both casual users and professionals. Launched in 2008, Chrome quickly gained a significant market share and has remained […]
In my first post regarding this topic I have constructed a simple PowerShell script that exports all the available software on the machine. In the second post I have modified the script so that you can search for a particular application and get the necessary information without having to pass […]
Learn how to deploy VBScript for application installation in Intune. This guide will walk you through the process of using VBScript when deploying an application from the Intune portal. Deploying Win32 applications from Intune is a popular feature that offers various use cases. By utilizing VBScript deployment, you can streamline […]
Uninstalling applications from our systems is a common task that we all encounter from time to time. Sometimes, finding the right uninstallation information for an application can be a challenge. Fortunately, PowerShell comes to the rescue with its ability to search for application uninstall keys in the Windows registry. The […]
I am proud to announce that the free MSI Application Packaging Book is now up on Udemy! What you will learn: What is Windows Installer and what are the tools to use for application packaging? What is the structure of a Windows Installer package? Practical scenarios on “How to create […]
Thank you everybody that joined our live webinar, it was an amazing experience and I was very happy of the questions our audience placed during the webinar. See you in the next one! You can watch the record up on Youtube:
Join me in the upcoming LIVE Webinar to see a live demo where Advanced Installer presents its own GitHub Action integration and learn how to use it. When: Wednesday, March 16th| 4pm CET/10am EST 👉Register HERE: https://us02web.zoom.us/webinar/register/4016466752758/WN_di_kdyErTaujzdLIdIGO_g
Thank you everybody that joined our live webinar, I hope you enjoyed it and had a chance to learn more from it. It was an amazing experience and I was very happy of the questions our audience placed before and during the webinar. Hope to see you in a new […]
Live Q&A with the author | MSI Packaging A few weeks ago, we launched the MSI Packaging ebook (if you don’t have it already – grab your free copy now). This is a must-have book for everyone in the app packaging industry. Get your FREE copy of MSI Packaging […]
I am pleased to announce that after almost one year of work, long nights, hundreds of coffees, planning, redoing, and the help of the dedicated team of Advanced Installer, the MSI Packaging Training Book is now released. The MSI Packaging Training ebook is a practical guide for all the […]
One tricky part of updating an application is that you might run into the situation that the user doesn’t have admin rights. For example, I have two users on my machine, my user which is of course the administrator, and another user without admin rights. If the other user is […]