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” /Q
exit

Ensure the NVivo10 has a dependency to first install SQL Express. 

Source Dir Contains:

Activation.xml
https://gist.github.com/padgo/b58bd90e9ca1411416d0.js Install.cmd
https://gist.github.com/padgo/8787c8fe2886c9793869.js
Uninstall:

REM DEACVIVATE LICENSE
“c:\Program Files\QSR\NVivo 10\NVivo” -deactivate
REM REMOVE NVIVO
msiexec /x {49BFDB10-A9AC-4368-9BF1-236D569DD8F0} /qb

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s