Application Packaging and Deployment
Welcome to Scripters Inc
From ITNinja.com: Active setup provides a solution when the aim is to deliver user based components when no advertised entry points exist in an MSI… Read More…
Internet Explorer’s Enterprise Mode is a special compatibility mode in Internet Explorer 11. A website that loads in Enterprise Mode renders like it did in… Read More…
Download the latest version of Google Chrome for Business, save the msi to your source location. Using Powershell Application Deployment Toolkit copy the msi to… Read More…
This is an easy one, but the uninstall is a little interesting so I thought I’d add this. Using the PSApp Deploy Toolkit: Install: Execute-Process… Read More…
I needed to package and deploy Remote Server Administration Tools (RSAT) for IT staff using SCCM 2012 R2. Deploying the software is easy, detecting the… Read More…
Background: I recently scripted a nightmare app where its install could only be completed if users navigated to the launch exe and ran it as… Read More…
To keep the OS smaller in size, Microsoft omitted .net 3.5. This normally wouldn’t be an issue as the latest .net 4.5.2 is backwards compatible… Read More…
Problem: When a Visio Pro 2013 package is installed on a machine that already has Office 2013 installed, the shortcuts/icons for Office under Start –… Read More…
There have been times where I’ve had an SCCM application deployment fail because the app install writes to the user’s registry hive. In other words,… Read More…
There may be situations where software package files may exceed 2 GB and downloading packages this large through SCCM will fill up the local ccmcache folder.… Read More…