Difference between revisions of "ISScript 9"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
(Changed check-path to work on non-german windows versions.)
 
(4 intermediate revisions by one other user not shown)
Line 2: Line 2:
  
 
A silent installation of [[SPSS 13]] needs ISScript 9 installed first.
 
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.
 
A reboot is necessary, otherwise [[SPSS 13]] might not want to install.
  
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
+
'''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<br>
+
 
         id="isscript9"<br>
+
<source lang="xml">
         name="ISScript 9 (needed by SPSS13)"<br>
+
<package
         revision="1"<br>
+
         id="isscript9"
         reboot="true"<br>
+
         name="ISScript 9 (needed by SPSS13)"
         priority="5"><br>
+
         revision="1"
         <check type="file" condition="exists" path="C:\Programme\Gemeinsame Dateien\InstallShield\Driver\9\Intel 32\IDriver2.exe" /><br>
+
         reboot="true"
<br>
+
         priority="5">
         <install cmd='msiexec /q /i "\\server\Admin\MSI\SPSS13\spss\ISScript9.msi" ALLUSERS=1'><br>
+
         <check type="file" condition="exists" path="%COMMONPROGRAMFILES%\InstallShield\Driver\9\Intel 32\IDriver2.exe" />
            <exit code="0" /><br>
+
 
        </install><br>
+
         <install cmd='msiexec /q /i "%SOFTWARE%\SPSS13\spss\ISScript9.msi" ALLUSERS=1' />
<br>
+
 
        <remove  cmd='' /><br>
+
</package>
<br>
+
</source>
        <upgrade cmd="" /><br>
+
<br>
+
    </package>
+
</blockquote>
+
  
  
[[category:Silent Installers|ISScript 9]]
+
[[category:Silent Installers]]

Latest revision as of 12:24, 16 March 2010

This is a silent installer for ISScript 9.

A silent installation of SPSS 13 needs ISScript 9 installed first.

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="%COMMONPROGRAMFILES%\InstallShield\Driver\9\Intel 32\IDriver2.exe" />

        <install cmd='msiexec /q /i "%SOFTWARE%\SPSS13\spss\ISScript9.msi" ALLUSERS=1' />

</package>