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. | ||
− | + | <source lang="xml"> | |
+ | <package | ||
id="sasjava" | id="sasjava" | ||
name="SAS java (needed by SAS9.1)" | name="SAS java (needed by SAS9.1)" | ||
Line 13: | Line 14: | ||
<remove cmd='"%PROGRAMFILES%\SAS\Shared Files\JRE\1.4.1\_uninst\Uninst.exe" -silent' /> | <remove cmd='"%PROGRAMFILES%\SAS\Shared Files\JRE\1.4.1\_uninst\Uninst.exe" -silent' /> | ||
− | + | </package> | |
+ | </source> | ||
[[category:Silent Installers]] | [[category:Silent Installers]] |
Revision as of 17:32, 12 April 2008
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>