Changes

Jump to: navigation, search

PSPP

1,806 bytes added, 09:58, 17 April 2014
PSPP Initial Page
"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." [https://www.gnu.org/software/pspp/ PSPP - GNU Project]

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

== PSPP 0.8.2+ ==

<source lang="xml">
<?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" timeout="300" cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\PSPP\Uninstall.exe" "%PROGRAMFILES%\PSPP\Uninstall.exe" /S' />
<command type="remove" timeout="300" cmd='%COMSPEC% /C if exist "%PROGRAMFILES(x86)%\PSPP\Uninstall.exe" "%PROGRAMFILES(x86)%\PSPP\Uninstall.exe" /S' />
</commands>
</package>
</packages:packages>
</source>

[[category:Silent Installers]]

Navigation menu