PSPP

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search

"GNU PSPP is a program for statistical analysis of sampled data. It is a Free replacement for the proprietary program SPSS, and appears very similar to it with a few exceptions." PSPP - GNU Project

Download from http://pspp.awardspace.com/.

Version 0.8.2+

<?xml version="1.0" encoding="UTF-8"?> 
<packages:packages
		xmlns:packages="http://www.wpkg.org/packages" xmlns:wpkg="http://www.wpkg.org/wpkg" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
		xsi:schemaLocation="http://www.wpkg.org/packages ../xsd/packages.xsd" >
	<package
			id="pspp"
			name="PSPP"
			revision="%PKG_VERSION%"
			reboot="false"
			priority="10">

		<variable name="PKG_VERSION"      value="0.8.2" />
		<variable name="PKG_EXE_VERSION"  value="0.8.2.40584" />
		<variable name="PKG_EXE_NAME"     value="pspp-082-20140227-64bits-Setup.exe" architecture="x64" />
		<variable name="PKG_EXE_NAME"     value="pspp-082-20140227-32bits-Setup.exe" architecture="x86" />
		<variable name="PKG_DESTINATION"  value="%ProgramFiles%\PSPP" />

		<check type="file" condition="versiongreaterorequal" path="%PKG_DESTINATION%\bin\psppire.exe" value="%PKG_EXE_VERSION%" />

		<commands>
			<command type="install" include="remove" />
			<command type="install" cmd='%SOFTWARE%\PSPP\%PKG_EXE_NAME% /S /NCRC /D="%PKG_DESTINATION%"' />

			<command type="upgrade" include="install" />

			<command type="remove" cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\PSPP\Uninstall.exe" "%PROGRAMFILES%\PSPP\Uninstall.exe" /S' />   
			<command type="remove" cmd='%COMSPEC% /C if exist "%PROGRAMFILES(x86)%\PSPP\Uninstall.exe" "%PROGRAMFILES(x86)%\PSPP\Uninstall.exe" /S' /> 
		</commands>
	</package>
</packages:packages>