How to silently install Beeftext – SCCM

Having recently been asked to deploy an open-source text substitution tool for some users at work and a quick google returned no results, i figured why not share what I’ve discovered. The below commands will assist in silently installing Beeftext. Install “Beeftext-7.2-Installer.exe” /S Uninstall “C:\Program Files (x86)\Beeftext\Uninstall.exe” /S Quite possibly the shortest post i will…

How to silently install 3DS Draftsight – SCCM

Having recently been required to package an application called Draftsight for some engineers, i ran into a few troubles with getting the application to silently install in a manner that still allowed the users to enter the license key without hardcoding the license key into the deployment. Through some experimentation and research(Ha! Google), i was…