Difference between revisions of "SAS enterprise software"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 1: | Line 1: | ||
− | A silent installation of [[SAS 9.1]] needs and installation of SAS 9.1 Java and [[MS Runtime Environment 7]] first. | + | A silent installation of [[SAS 9.1]] needs and installation of [[SAS 9.1 Java]] and [[MS Runtime Environment 7]] first. |
<blockquote style="background: white; border: 1px solid black; padding: 1em;"> | <blockquote style="background: white; border: 1px solid black; padding: 1em;"> |
Revision as of 20:08, 10 July 2005
A silent installation of SAS 9.1 needs and installation of SAS 9.1 Java and MS Runtime Environment 7 first.
<package
id="sasjava"
name="SAS java (needed by SAS9.1)"
revision="1"
reboot="true"
priority="4">
<check type="uninstall" condition="exists" path="SAS Private JRE (J2SE(tm) Java Runtime Environment 1.4.1)" />
<install cmd="\\server\SAS\srw\bundles\sasjre\JRESetup.exe -is:silent -silent">
<exit code="0" />
</install>
<remove cmd='"C:\Programme\SAS\Shared Files\JRE\1.4.1\_uninst\Uninst.exe" -silent' />
<upgrade cmd="" />
</package>