Difference between revisions of "SPSS 15.0 for Windows"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(SPSS 15.0 for Windows)
 
Line 1: Line 1:
 
Here is a network license install of SPSS 15.0 for Windows.
 
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.
+
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.
  
 +
<pre>
 
  <package id="spss15"
 
  <package id="spss15"
 
   name="SPSS15"
 
   name="SPSS15"
Line 13: Line 14:
 
   <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>
 
  </package>
 +
</pre>
 +
 +
[[Category:Silent Installers]]

Revision as of 16:12, 2 August 2007

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.

 <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>