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 Components 7]] first. | A silent installation of [[SAS 9.1]] needs and installation of [[SAS 9.1 Java]] and [[MS Runtime Components 7]] first. | ||
− | + | <package | |
− | <package | + | id="sasjava" |
− | id="sasjava" | + | name="SAS java (needed by SAS9.1)" |
− | name="SAS java (needed by SAS9.1)" | + | revision="1" |
− | revision="1" | + | reboot="true" |
− | reboot="true" | + | priority="4"> |
− | priority="4" | + | <check type="uninstall" condition="exists" path="SAS Private JRE (J2SE(tm) Java Runtime Environment 1.4.1)" /> |
− | <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" /> | |
− | <install cmd=" | + | |
− | + | <remove cmd='"%PROGRAMFILES%\SAS\Shared Files\JRE\1.4.1\_uninst\Uninst.exe" -silent' /> | |
− | + | ||
− | + | </package> | |
− | <remove cmd='" | + | |
− | + | ||
− | + | ||
− | + | ||
− | </package | + | |
− | + | ||
− | [[category:Silent Installers | + | [[category:Silent Installers]] |
Revision as of 12:12, 3 October 2006
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>