Difference between revisions of "ISScript 9"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 9: | Line 9: | ||
'''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.''' | ||
− | < | + | <pre> |
− | <package | + | <package |
− | id="isscript9" | + | id="isscript9" |
− | name="ISScript 9 (needed by SPSS13)" | + | name="ISScript 9 (needed by SPSS13)" |
− | revision="1" | + | revision="1" |
− | reboot="true" | + | reboot="true" |
− | priority="5" | + | priority="5"> |
− | <check type="file" condition="exists" path=" | + | <check type="file" condition="exists" path="%PROGRAMFILES%\Gemeinsame Dateien\InstallShield\Driver\9\Intel 32\IDriver2.exe" /> |
− | + | ||
− | <install cmd='msiexec /q /i " | + | <install cmd='msiexec /q /i "%SOFTWARE%\SPSS13\spss\ISScript9.msi" ALLUSERS=1' /> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</package> | </package> | ||
− | </ | + | </pre> |
− | [[category:Silent Installers | + | [[category:Silent Installers]] |
Revision as of 19:49, 2 October 2006
This is a silent installer for ISScript 9.
A silent installation of SPSS 13 needs ISScript 9 installed first.
Change the check path if you are using a non-German Windows version.
A reboot is necessary, otherwise SPSS 13 might not want to install.
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="isscript9" name="ISScript 9 (needed by SPSS13)" revision="1" reboot="true" priority="5"> <check type="file" condition="exists" path="%PROGRAMFILES%\Gemeinsame Dateien\InstallShield\Driver\9\Intel 32\IDriver2.exe" /> <install cmd='msiexec /q /i "%SOFTWARE%\SPSS13\spss\ISScript9.msi" ALLUSERS=1' /> </package>