47
edits
Changes
SPSS
,IBM
This assumes you have the Site licensed version using an activation code as opposed to a license key.
==Version 20==
The MSI IBM provide has associated transform files for each language. The SMS file IBM provide (IBM SPSS Statistics 20.sms) lists the various MST options, pick the relevant option for your location.
To run the activator, we just need to run from the install directory licenseactivator.exe followed by the activation code
=== Unattended install with Activation code===
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package
id="spss"
name="SPSS"
revision="20.00"
reboot="false"
priority="15">
<variable name="code" value="db2c02faa450314d5623" />
<check type="uninstall" condition="exists" path="IBM SPSS Statistics 20" />
<install cmd='msiexec /i "SOFTWARE\spss\20\IBM SPSS Statistics 20.msi" AUTHCODE="%code%" COMPANYNAME="" TRANSFORMS=1033.mst" /qn' />
<install cmd='"%PROGRAMFILES%(x86)\IBM\SPSS\Statistics\20\licenseactivator.exe" %code%'/>
<upgrade cmd='msiexec /i "SOFTWARE\spss\20\IBM SPSS Statistics 20.msi" AUTHCODE="%code%" COMPANYNAME="" TRANSFORMS=1033.mst" /qn' />
<upgrade cmd='"%PROGRAMFILES%(x86)\IBM\SPSS\Statistics\20\licenseactivator.exe" %code%'/>
<remove cmd='MsiExec.exe /X{2AF8017B-E503-408F-AACE-8A335452CAD2} /qn ALLUSERS=1 REMOVE="ALL" ' />
</package>
</packages>
==Version 20==
The MSI IBM provide has associated transform files for each language. The SMS file IBM provide (IBM SPSS Statistics 20.sms) lists the various MST options, pick the relevant option for your location.
To run the activator, we just need to run from the install directory licenseactivator.exe followed by the activation code
=== Unattended install with Activation code===
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package
id="spss"
name="SPSS"
revision="20.00"
reboot="false"
priority="15">
<variable name="code" value="db2c02faa450314d5623" />
<check type="uninstall" condition="exists" path="IBM SPSS Statistics 20" />
<install cmd='msiexec /i "SOFTWARE\spss\20\IBM SPSS Statistics 20.msi" AUTHCODE="%code%" COMPANYNAME="" TRANSFORMS=1033.mst" /qn' />
<install cmd='"%PROGRAMFILES%(x86)\IBM\SPSS\Statistics\20\licenseactivator.exe" %code%'/>
<upgrade cmd='msiexec /i "SOFTWARE\spss\20\IBM SPSS Statistics 20.msi" AUTHCODE="%code%" COMPANYNAME="" TRANSFORMS=1033.mst" /qn' />
<upgrade cmd='"%PROGRAMFILES%(x86)\IBM\SPSS\Statistics\20\licenseactivator.exe" %code%'/>
<remove cmd='MsiExec.exe /X{2AF8017B-E503-408F-AACE-8A335452CAD2} /qn ALLUSERS=1 REMOVE="ALL" ' />
</package>
</packages>