SAS enterprise software
From WPKG | Open Source Software Deployment and Distribution
A silent installation of SAS 9.1 needs and installation of SAS 9.1 Java and MS Runtime Components 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="%SOFTWARE%\SAS\srw\bundles\sasjre\JRESetup.exe -is:silent -silent" />
<remove cmd='"%PROGRAMFILES%\SAS\Shared Files\JRE\1.4.1\_uninst\Uninst.exe" -silent' />
</package>