Difference between revisions of "SAS enterprise software"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
(No difference)

Revision as of 19:07, 10 July 2005

A silent installation of SAS 9.1 needs and installation of SAS 9.1 Java and MS Runtime Environment 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>