SPSS 14.0

This is a silent installer and uninstaller for SPSS 14.0.

This is for a German-language version; you may need to correct the uninstall condition and a remove cmd if you have a different language version.

Unfortunately, the installer is not written very well - after installation, only Administrator is able to run the program (non-Administrator users will see a complaint about an invalid license). Because of this, it is essential to start SPSS after installation, and kill it a couple of seconds after that to make sure normal users can actually use the software.


Silent installers and uninstallers for other SPSS versions:

<?xml version="1.0" encoding="UTF-8"?>

<packages>

    <package
        id="spss14"
        name="SPSS 14.0"
        revision="1"
        priority="100">

        <check type="uninstall" condition="exists" path="SPSS 14.0 für Windows" />

        <install cmd='msiexec /qb /i "%SOFTWARE%\SPSS14GEV\SPSS 14.0 for Windows.msi" ALLUSERS=1' />
	<install cmd='"%PROGRAMFILES%\SPSS\spssspla.exe"' />
	<install cmd='ping 127.0.0.1 -n 20>nul' />
	<install cmd='taskkill /F /IM spsswin.exe' >
		<exit code="0" />
		<exit code="128" />
	</install>
	
	<remove  cmd="MsiExec.exe /qn /x{B136F351-BF1E-4948-9557-FA6524302ACA}" />

	<upgrade cmd='msiexec /qb /i "%SOFTWARE%\SPSS14GEV\SPSS 14.0 for Windows.msi" ALLUSERS=1' />
	<upgrade cmd='"%PROGRAMFILES%\SPSS\spssspla.exe"' />
	<upgrade cmd='ping 127.0.0.1 -n 20>nul' />
	<upgrade cmd='taskkill /F /IM spsswin.exe' >
		<exit code="0" />
		<exit code="128" />
	</upgrade>

    </package>

</packages>