Difference between revisions of "MS Runtime Components 7"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
Line 5: Line 5:
 
There is no uninstaller.
 
There is no uninstaller.
  
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
+
     <package
     <package<br>
+
         id="mscomponents7"
         id="mscomponents7"<br>
+
         name="Microsoft Runtime Components7 (needed by SAS9.1)"
         name="Microsoft Runtime Components7 (needed by SAS9.1)"<br>
+
         revision="1"
         revision="1"<br>
+
         reboot="false"
         reboot="false"<br>
+
         priority="5">
         priority="5"><br>
+
         <check type="uninstall" condition="exists" path="Microsoft Runtime Components 7.0" />
         <check type="uninstall" condition="exists" path="Microsoft Runtime Components 7.0" /><br>
+
         <check type="file" condition="exists" path="%PROGRAMFILES%\Gemeinsame Dateien\InstallShield\Engine\6\Intel 32\iuser.dll" />
         <check type="file" condition="exists" path="C:\Programme\Gemeinsame Dateien\InstallShield\Engine\6\Intel 32\iuser.dll" /><br>
+
<br>
+
         <install cmd="%SOFTWARE%\SAS\srw\bundles\vcredst7\setup.exe -s -f2c:\Windows\Temp\msrtc.log">
         <install cmd="\\server\SAS\srw\bundles\vcredst7\setup.exe -s -f2c:\Windows\Temp\msrtc.log"><br>
+
   
            <exit code="0" /><br>
+
     </package>
        </install><br>
+
<br>
+
        <remove cmd="" /><br>
+
<br>
+
        <upgrade cmd="" /><br>
+
<br>
+
     </package><br>
+
</blockquote>
+
  
[[category:Silent Installers|MS Runtime Components 7]]
+
[[category:Silent Installers]]

Revision as of 20:06, 2 October 2006

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="%PROGRAMFILES%\Gemeinsame Dateien\InstallShield\Engine\6\Intel 32\iuser.dll" />

       <install cmd="%SOFTWARE%\SAS\srw\bundles\vcredst7\setup.exe -s -f2c:\Windows\Temp\msrtc.log">

   </package>