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…

SCCM: How to create a collection for computers without a specific software installed.

As part of a Windows 10 migration, there is a requirement to push our users to begin using Microsoft OneDrive for Business. However, how is a user expected to begin using a new application without first having that application installed? With this in mind, it wasn’t long before i came to the realization that there…