Difference between revisions of "SPSS 15.0 for Windows"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 8: | Line 8: | ||
*[[SPSS 14.0|SPSS 14.0]] | *[[SPSS 14.0|SPSS 14.0]] | ||
− | < | + | <source lang="xml"> |
− | + | <package id="spss15" | |
name="SPSS15" | name="SPSS15" | ||
revision="1" | revision="1" | ||
Line 18: | Line 18: | ||
<install cmd='cmd /c copy /y "%ALLUSERSPROFILE%\Start Menu\Programs\SPSS for Windows\SPSS 15.0 for Windows.lnk" "%ALLUSERSPROFILE%\Desktop" ' /> | <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" ' /> | <remove cmd='MsiExec.exe /X{15B25E12-3E5F-4C13-A637-9EC72A55491E} /qn ALLUSERS=1 REMOVE="ALL" ' /> | ||
− | + | </package> | |
− | </ | + | </source> |
[[Category:Silent Installers]] | [[Category:Silent Installers]] |
Latest revision as of 17:37, 12 April 2008
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>