FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 499fa572 authored by Dr Adam Thorn's avatar Dr Adam Thorn
Browse files

Merge branch 'spss.xml' into 'master'

Spss.xml

See merge request !105
parents eb7f3725 4b31b4a0
No related branches found
No related tags found
1 merge request!105Spss.xml
<?xml version="1.0" encoding="UTF-8"?>
<packages:packages xmlns:packages="http://www.wpkg.org/packages">
<package id="spss" name="IBM SPSS Statistics" revision="%version%.1" priority="0" reboot="false">
<variable name="version" value="26" />
<check type="uninstall" condition="exists" path="IBM SPSS Statistics %version%" />
<!-- run the exe installer and poke around in %temp% to find the MSI that it unpacks -->
<install cmd='cmd /c For /f "usebackq" %A in (`type %WPKGSHAREBASE%\common-config\spss%version%\AUTHCODE`) do msiexec /i "%WPKGSOFTWARE%\spss\v%version%\IBM SPSS Statistics %version%.msi" /qn /l* %WPKGLOGDIR%\spss-v%version%-install.log AUTHCODE="%A"' />
<upgrade include='install' />
<remove cmd='msiexec /qn /x {1AC22BAE-DC13-4991-9910-AE3743A4592D}' />
</package>
</packages:packages>
......@@ -15,6 +15,9 @@ package_glob: ../packages/*.xml
# test_example:
# - 7zip.xml
# - winscp.xml
tests_to_skip:
test_var_names:
- spss.xml
variable_names_to_skip:
openssh_srv.xml:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment