Difference between revisions of "SPSS 13"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
 
(6 intermediate revisions by 2 users not shown)
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 needs [[ISScript 9]] installed first.
  
 
'''NOTE! If you had any other versions of IIScript installed, IIScript9 will probably not install properly (although the installer will claim that the installation was successful). SPSS13 will not install then, and a complete workstation reinstallation might be needed! Uninstalling the other version of IIScript might not help, either.'''
 
'''NOTE! If you had any other versions of IIScript installed, IIScript9 will probably not install properly (although the installer will claim that the installation was successful). SPSS13 will not install then, and a complete workstation reinstallation might be needed! Uninstalling the other version of IIScript might not help, either.'''
  
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
+
Silent installers and uninstallers for other SPSS versions:
    <package<br>
+
*[[SPSS 14.0|SPSS 14.0]]
        id="spss13"<br>
+
*[[SPSS 15.0 for Windows|SPSS 15.0]]
        name="SPSS13"<br>
+
        revision="1"<br>
+
        reboot="true"<br>
+
        priority="0"><br>
+
        <check type="uninstall" condition="exists" path="SPSS 13.0 für Windows" /><br>
+
<br>
+
        <install cmd='msiexec /i "\\server\Admin\MSI\SPSS13\spss\SPSS 13.0 for Windows.msi" /q ALLUSERS=1'><br>
+
            <exit code="0" /><br>
+
        </install><br>
+
<br>
+
        <remove  cmd='MsiExec.exe /X{1D5AA39E-F5CB-498e-B506-DA2104087976} /q' /><br>
+
<br>
+
        <upgrade cmd="" /><br>
+
<br>
+
    </package>
+
</blockquote>
+
  
[[category:Silent Installers|SPSS 13]]
+
<source lang="xml">
 +
<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 "%SOFTWARE%\SPSS13\spss\SPSS 13.0 for Windows.msi" /q ALLUSERS=1' />
 +
        <remove  cmd='MsiExec.exe /X{1D5AA39E-F5CB-498e-B506-DA2104087976} /q' />
 +
</package>
 +
</source>
 +
 
 +
[[category:Silent Installers]]

Latest revision as of 17:36, 12 April 2008

This is a silent installer and uninstaller for SPSS 13.

A silent installation needs ISScript 9 installed first.

NOTE! If you had any other versions of IIScript installed, IIScript9 will probably not install properly (although the installer will claim that the installation was successful). SPSS13 will not install then, and a complete workstation reinstallation might be needed! Uninstalling the other version of IIScript might not help, either.

Silent installers and uninstallers for other SPSS versions:

<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 "%SOFTWARE%\SPSS13\spss\SPSS 13.0 for Windows.msi" /q ALLUSERS=1' />
        <remove  cmd='MsiExec.exe /X{1D5AA39E-F5CB-498e-B506-DA2104087976} /q' />
</package>