Difference between revisions of "MS Runtime Components 7"
m |
Jens Geile (Talk | contribs) |
||
Line 26: | Line 26: | ||
</blockquote> | </blockquote> | ||
− | [[category:Silent Installers| | + | [[category:Silent Installers|MS Runtime Components 7]] |
Revision as of 09:03, 14 July 2005
A silent installation of SAS 9.1 needs and installation of SAS 9.1 Java and MS Runtime Components 7 first.
You might want to check your Program Files path (below it is for a German version of Windows).
There is no uninstaller.
<package
id="mscomponents7"
name="Microsoft Runtime Components7 (needed by SAS9.1)"
revision="1"
reboot="false"
priority="5">
<check type="uninstall" condition="exists" path="Microsoft Runtime Components 7.0" />
<check type="file" condition="exists" path="C:\Programme\Gemeinsame Dateien\InstallShield\Engine\6\Intel 32\iuser.dll" />
<install cmd="\\server\SAS\srw\bundles\vcredst7\setup.exe -s -f2c:\Windows\Temp\msrtc.log">
<exit code="0" />
</install>
<remove cmd="" />
<upgrade cmd="" />
</package>