Application Packaging and Deployment
Welcome to Scripters Inc
I recently installed Sharepoint Server 2013 on Server 2012 R2 and hit a snag. The Prerequisiteinstaller.exe was throwing the error: “The tool was unable to… Read More…
This setup is for running an internal network within Hyper-V server on a physical Server 2016 R2 host machine. Step 1: Internal Network In Hyper-V… Read More…
What if you have AMD Radeon video cards that are a few years old and require an older driver package? And what if Windows 10 installs a newer… Read More…
Just a list of functions I use regularly in PSADT, will update periodically. ##***Commonly used PSADT env variables $envCommonDesktop # C:\Users\Public\Desktop $envCommonPrograms # C:\ProgramData\Microsoft\Windows\Start… Read More…
I recently was tasked with packaging and deploying .Net Framework 4.6.1 and found that when I deployed it as an application in SCCM 2012 the… Read More…
1) Download MSI from: http://www.adobe.com/products/shockwaveplayer/shwv_distribution3.html 2) Edit MSI in Orca, go to Transform menu –> New Transform 3) Make the following changes: 4) Save the… Read More…
Go to http://www.adobe.com/ca/products/flashplayer/distribution3.html and download the windows ActiveX MSI installer, and the Plug in installer Also download the latest uninstall_flash_player.exe. Use the Powershell Application Deployment… Read More…
With Java 8u91 runtime I found that my old recipe no longer worked. Before, I would install JRE by running the exe in a batch file or vbscript… Read More…
Recently Adobe has released their latest version of their free PDF utility (formerly Adobe Reader) calling it Adobe Acrobat Reader 2015 DC. DC stands for… Read More…
Powershell Application Deployment Toolkit is a quick and easy way to create a script wrapper to install an msi, exe, and also perform many other… Read More…