I recently got the idea to start creating videos about System Center Configuration Manager (SCCM), Microsoft Deployment Toolkit (MDT) and PowerShell App Deployment Toolkit (PSADT).
This is my very first video, its a very basic video, that shows how you can deploy 7-Zip with SCCM.
By doing it like i show you in this video, your 7-Zip application will support both 32-bit and 64-bit operating systems.
Real problem for administrators – different version 7-zip in production environment. We must detect different 7-zip on all computers and update their.
What i do, is create “Software Search Collections” and base my upgrade on that, to the newest version.
If you want to uninstall the old one first, you could use PSADT and then the Remove-MSIApplications function