Difference between revisions of "SPSS 13"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
 
m
Line 1: Line 1:
 
This is a silent installer and uninstaller for SPSS 13.
 
This is a silent installer and uninstaller for SPSS 13.
  
A silent installation of needs [ISScript 9] installed first.
+
A silent installation of needs [[ISScript 9]] installed first.
  
 
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
 
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
     <package
+
     <package<br>
         id="spss13"
+
         id="spss13"<br>
         name="SPSS13"
+
         name="SPSS13"<br>
         revision="1"
+
         revision="1"<br>
         reboot="true"
+
         reboot="true"<br>
         priority="0">
+
         priority="0"><br>
         <check type="uninstall" condition="exists" path="SPSS 13.0 für Windows" />
+
         <check type="uninstall" condition="exists" path="SPSS 13.0 für Windows" /><br>
 
+
<br>
         <install cmd='msiexec /i "\\edu\dfs\Admin\MSI\SPSS13\spss\SPSS 13.0 for Windows.msi" /q ALLUSERS=1'>
+
         <install cmd='msiexec /i "\\edu\dfs\Admin\MSI\SPSS13\spss\SPSS 13.0 for Windows.msi" /q ALLUSERS=1'><br>
             <exit code="0" />
+
             <exit code="0" /><br>
         </install>
+
         </install><br>
 
+
<br>
         <remove  cmd='MsiExec.exe /X{1D5AA39E-F5CB-498e-B506-DA2104087976} /q' />
+
         <remove  cmd='MsiExec.exe /X{1D5AA39E-F5CB-498e-B506-DA2104087976} /q' /><br>
 
+
<br>
         <upgrade cmd="" />
+
         <upgrade cmd="" /><br>
 
+
<br>
 
     </package>
 
     </package>
 
</blockquote>
 
</blockquote>
  
 
[[category:Silent Installers|SPSS 13]]
 
[[category:Silent Installers|SPSS 13]]

Revision as of 10:41, 5 August 2005

This is a silent installer and uninstaller for SPSS 13.

A silent installation of needs ISScript 9 installed first.

<package
id="spss13"
name="SPSS13"
revision="1"
reboot="true"
priority="0">
<check type="uninstall" condition="exists" path="SPSS 13.0 für Windows" />

<install cmd='msiexec /i "\\edu\dfs\Admin\MSI\SPSS13\spss\SPSS 13.0 for Windows.msi" /q ALLUSERS=1'>
<exit code="0" />
</install>

<remove cmd='MsiExec.exe /X{1D5AA39E-F5CB-498e-B506-DA2104087976} /q' />

<upgrade cmd="" />

</package>