SPSS 15.0 for Windows
Here is a network license install of SPSS 15.0 for Windows.
Comments on Appdeploy suggested that previous versions 13 and 14 should be uninstalled first. As I hadn't previously rolled out 13 or 14 I haven't included them here.
Silent installers and uninstallers for other SPSS versions:
<package id="spss15"
name="SPSS15"
revision="1"
reboot="false"
priority="0">
<check type="uninstall" condition="exists" path="SPSS 15.0 for Windows" />
<install cmd='msiexec /i "%SOFTWARE%\SPSS15\SPSS 15.0 for Windows.msi" /qb /L*V "%systemdrive%\netinst\spss15.log" COMPANYNAME="Company Name" ISX_SERIALNUM="Serial_Number" INSTALLDIR="c:\program files\spss15" SPSSLICENSE="Network" LSHOST="dns.name.or.ip" COMMUTE_MAX_LIFE="7"' />
<install cmd='cmd /c copy /y "%ALLUSERSPROFILE%\Start Menu\Programs\SPSS for Windows\SPSS 15.0 for Windows.lnk" "%ALLUSERSPROFILE%\Desktop" ' />
<remove cmd='MsiExec.exe /X{15B25E12-3E5F-4C13-A637-9EC72A55491E} /qn ALLUSERS=1 REMOVE="ALL" ' />
</package>