Source: https://downloads.oucs.ox.ac.uk/itss/sls/ for software, https://wiki.oucs.ox.ac.uk/itss/SPSS for authorisation code
The world's leading statistical software for business, government, research and academic organizations.
This version relies on downloading the pkg from https://register.it.ox.ac.uk/self/software along with the Licence key and Codes.
For this version may want to include COMPANYNAME=University of Oxford in installer.properties
Requested SPSS 25 Silent Installer and Fix Pack dmgs from Tim Piper in ITS3. Now saved to smb://connect.ox.ac.uk/ictt/Software/UNIX TEAM/orchard-archive/Packages/SPSS25. May be available in due course at https://downloads.it.ox.ac.uk/itss/sls/SPSS/
Diff'ed the default v25 version of settings file installer.properties against the configured v23 version. Added the install path and authorisation code into the v25 version (see below), and replaced the v23 version.
USER_INSTALL_DIR=/Applications/SPSS25/
AUTHCODE=fc5... (from https://wiki.it.ox.ac.uk/itss/SPSS)
Updated the receipt in Composer to uk.ac.ox.orchard.spss25.pkg
munkiimport on autumn-glory using SPSS23.plist as a guide.
Added postinstall_script and postuninstall_script (i.e. in /srv/munki/orchard_repo/pkgsinfo/SPSS/SPSS25.plist)
<key>postinstall_script</key> <string>#!/bin/sh /usr/libexec/ApplicationFirewall/socketfilterfw --add /Applications/SPSS25/SPSSStatistics.app/Contents/MacOS/spssLauncher </string> <key>postuninstall_script</key> <string>#!/bin/sh rm -rf /Applications/SPSS25 pkgutil --forget uk.ac.ox.orchard.spss25.pkg /usr/libexec/ApplicationFirewall/socketfilterfw --remove /Applications/SPSS25/SPSSStatistics.app/Contents/MacOS/spssLauncher </string>
Downloaded SPSS 23 and SPSS 23 fix pack dmg from https://downloads.it.ox.ac.uk/itss/sls/SPSS/
<key>postinstall_script</key> <string>#!/bin/sh /usr/libexec/ApplicationFirewall/socketfilterfw --add /Applications/SPSS23/SPSSStatistics.app/Contents/MacOS/spssLauncher </string>
<key>postuninstall_script</key> <string>#!/bin/sh rm -rf /Applications/SPSS23 pkgutil --forget uk.ac.ox.orchard.spss23.pkg /usr/libexec/ApplicationFirewall/socketfilterfw --remove /Applications/SPSS23/SPSSStatistics.app/Contents/MacOS/spssLauncher </string>
-- oucs0162 2014-09-15 12:17:29
Downloaded SPSS 22 ISO from https://downloads.oucs.ox.ac.uk/itss/sls/SPSS/
SPSS-Configuration_131212-2 -- oucs0162 2013-12-12 14:26:53
Licences listed here: https://wiki.it.ox.ac.uk/itss/SPSS
SPSS-Configuration_121127-1 -- oucs0150 2012-11-27 11:26:14
20 -- oucs0150 2012-08-15 16:58:57
SPSS Statistics is university site-licensed software and can be installed silently. The silent install package is a binary that relies on a configuration file. These have been packaged separately to allow us to change the SPSS authentication code without having to rebuild the SPSS binary package (which is around 900mb).
The following parameters need to be changed in the installer.properties file:
Note when using a fresh installer.properties file some of the above lines need to be un-commented.
The SPSS binary and installer.properties should be copied to /private/var/tmp/MMP/ and dragged into Composer to create two separate packages. The SPSS-Install.sh script looks in this location for the files, runs the installer and applies the installer.properties, then deletes the contents of /private/var/tmp/MMP/.
When we need to update the authorisation code for SPSS, we simply change the authorisation code in installer.properties, flush the policy and reinstall over the top of an existing installation to apply the new code.
CategoryMmpPackages