Important Considerations:Raisers Edge is not supported on Office 2013 32/64 Bit (as of V7.9.3) The software requires Office 2003 Web Components , support for this is now finished, therefore no security releses will occur for this software - http://support.microsoft.com/kb/972129 Deployment :Silent Install Script Steps/Contents:Script will look for existing registry keys and remove them if they … Continue reading Installing Raisers Edge with updates SCCM 2012
Category: SCCM
Install Echo360 Personal Capture
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
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
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