Difference between revisions of "SPSS 13"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 5: | Line 5: | ||
'''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.''' | ||
− | + | <package | |
− | <package | + | id="spss13" |
− | id="spss13" | + | name="SPSS13" |
− | name="SPSS13" | + | revision="1" |
− | revision="1" | + | reboot="true" |
− | reboot="true" | + | priority="0"> |
− | priority="0" | + | <check type="uninstall" condition="exists" path="SPSS 13.0 für Windows" /> |
− | <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' /> | |
− | <install cmd='msiexec /i " | + | <remove cmd='MsiExec.exe /X{1D5AA39E-F5CB-498e-B506-DA2104087976} /q' /> |
− | + | ||
− | + | ||
− | + | ||
− | <remove cmd='MsiExec.exe /X{1D5AA39E-F5CB-498e-B506-DA2104087976} /q' / | + | |
− | + | ||
− | + | ||
− | + | ||
</package> | </package> | ||
− | |||
− | [[category:Silent Installers | + | |
+ | [[category:Silent Installers]] |
Revision as of 14:44, 3 October 2006
This is a silent installer and uninstaller for SPSS 13.
A silent installation of 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.
<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>