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…
Category: SCCM
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…
How to package Microsoft PowerBIDesktop.exe with silent installation switches – SCCM
I was recently required to package a new version of Microsoft Power BI Desktop for work. unfortunately, Microsoft has stopped releasing Power BI Desktop as an MSI Package and its now only available as an exe. So, below are the steps on how i accomplished packaging this software. You’ll first need to download the Microsoft…