Difference between revisions of "ISScript 9"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
Line 4: Line 4:
  
 
Change the check path if you are using a non-German Windows version.
 
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.
  
 
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
 
<blockquote style="background: white; border: 1px solid black; padding: 1em;">

Revision as of 10:41, 5 August 2005

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.

<package
id="isscript9"
name="ISScript 9 (needed by SPSS13)"
revision="1"
reboot="true"
priority="5">
<check type="file" condition="exists" path="C:\Programme\Gemeinsame Dateien\InstallShield\Driver\9\Intel 32\IDriver2.exe" />

<install cmd='msiexec /q /i "\\server\Admin\MSI\SPSS13\spss\ISScript9.msi" ALLUSERS=1'>
<exit code="0" />
</install>

<remove cmd= />

<upgrade cmd="" />

</package>