Source dir:Step 1: Obtain the correct installer from your echo server, you will need the specific installer that supports unattended install:Step 2: Create "server-configuration.xml"https://gist.github.com/padgo/520860266b74c90bfb55.jsStep 2: Create "install.cmd"https://gist.github.com/padgo/d873195d7b36871805ec.jsWindows Media EncoderHotfix
Month: June 2014
QSR Nvivo 10 (Inc SP4) SCCM 2012
How to package QSR Nvivo 10:First create a SCCM package for SQL Express 08;@echo off"%~dp0SQLEXPR_x64_ENU.exe" /ACTION=INSTALL /FEATURES=SQLEngine /INSTANCENAME=QSRNVivo10 /SQLCOLLATION=Latin1_General_BIN /SQLSVCSTARTUPTYPE=Automatic /SQLSVCACCOUNT="NT AUTHORITY\SYSTEM" /SQLSYSADMINACCOUNTS="BUILTIN\ADMINISTRATORS" /IAcceptSQLServerLicenseTerms="True" /QexitEnsure the NVivo10 has a dependency to first install SQL Express. Source Dir Contains:Activation.xmlhttps://gist.github.com/padgo/b58bd90e9ca1411416d0.js Install.cmdhttps://gist.github.com/padgo/8787c8fe2886c9793869.js Uninstall:REM DEACVIVATE LICENSE"c:\Program Files\QSR\NVivo 10\NVivo" -deactivateREM REMOVE NVIVOmsiexec /x {49BFDB10-A9AC-4368-9BF1-236D569DD8F0} /qb
Batch Rename Computers from CSV in a Domain
Below script will batch rename computers on a domain from OLDNAME,NEWNAME in a CSV file:First export computer names with powershell or similar, and create a CSV file to show old/new names.https://gist.github.com/danjpadgett/8cefb1a7310217338af6
Silent Install of Rhino 5 and Grasshopper Plugin
Script will install Rhino 5 and Grasshopper Plugin, get latest versions from:http://www.grasshopper3d.com/page/download-1http://www.rhino3d.com/downloadhttps://gist.github.com/padgo/984f560e7ff46f2f5a15.js