Difference between revisions of "Internet Explorer 6"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
 
Line 9: Line 9:
 
  <!-- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\MSXML4\Q317244 (for MSXML 4.0) -->
 
  <!-- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\MSXML4\Q317244 (for MSXML 4.0) -->
 
  <!-- Kind of need some sort of 'OR' operator -->
 
  <!-- Kind of need some sort of 'OR' operator -->
  <install cmd='\\server\share\ie6sp1\enu\ie6setup.exe /q:a /r:n /c:"ie6wzd /q:a /r:n"' >
+
  <install cmd='%PACKAGES%\ie6sp1\enu\ie6setup.exe /q:a /r:n /c:"ie6wzd /q:a /r:n"' >
 
  <exit code="194" reboot="true"/>
 
  <exit code="194" reboot="true"/>
 
  </install>
 
  </install>
  <install cmd='\\server\share\updates\ie6sp1\vbs56nenu.exe /q /r:n'>
+
  <install cmd='%PACKAGES%\updates\ie6sp1\vbs56nenu.exe /q /r:n'>
 
  <exit code="3010" reboot="true"/>
 
  <exit code="3010" reboot="true"/>
 
  <exit code="194" reboot="true" />
 
  <exit code="194" reboot="true" />
 
  </install>
 
  </install>
  <install cmd='\\server\share\updates\ie6sp1\Q318203_MSXML30_x86.exe /q:a /c:"dahotfix /q /n"'>
+
  <install cmd='%PACKAGES%\updates\ie6sp1\Q318203_MSXML30_x86.exe /q:a /c:"dahotfix /q /n"'>
 
  <exit code="194" reboot="true" />
 
  <exit code="194" reboot="true" />
 
  <exit code="3010" reboot="true" />
 
  <exit code="3010" reboot="true" />
 
  </install>
 
  </install>
  <install cmd='\\server\share\updates\ie6sp1\IE6.0sp1-KB887797-Windows-2000-XP-x86-enu.exe /passive /n /norestart'>
+
  <install cmd='%PACKAGES%\updates\ie6sp1\IE6.0sp1-KB887797-Windows-2000-XP-x86-enu.exe /passive /n /norestart'>
 
  <exit code="1603" />
 
  <exit code="1603" />
 
  <exit code="194" reboot="true" />
 
  <exit code="194" reboot="true" />
 
  </install>
 
  </install>
  <install cmd='\\server\share\updates\ie6sp1\IE6.0sp1-KB889669-Windows-2000-XP-x86-enu.exe /passive /n /norestart'>
+
  <install cmd='%PACKAGES%\updates\ie6sp1\IE6.0sp1-KB889669-Windows-2000-XP-x86-enu.exe /passive /n /norestart'>
 
  <exit code="1603" />
 
  <exit code="1603" />
 
  <exit code="194" reboot="true" />
 
  <exit code="194" reboot="true" />
 
  </install>
 
  </install>
  <!-- install cmd='\\server\share\updates\ie6sp1\IE6.0sp1-KB833989-x86-enu.exe /q /r:n' 2000 only-->
+
  <!-- install cmd='%PACKAGES%\updates\ie6sp1\IE6.0sp1-KB833989-x86-enu.exe /q /r:n' 2000 only-->
 
  <!-- exit code="194" reboot="true" -->
 
  <!-- exit code="194" reboot="true" -->
 
  <!-- /install -->
 
  <!-- /install -->
  <install cmd='\\server\share\updates\ie6sp1\IE6.0sp1-KB890923-Windows-2000-XP-x86-enu.exe /passive /n /norestart'>
+
  <install cmd='%PACKAGES%\updates\ie6sp1\IE6.0sp1-KB890923-Windows-2000-XP-x86-enu.exe /passive /n /norestart'>
 
  <exit code="194" reboot="true" />
 
  <exit code="194" reboot="true" />
 
  <exit code="1603" />
 
  <exit code="1603" />
 
  </install>
 
  </install>
  <install cmd='\\server\share\updates\ie6sp1\oe6.0sp1-KB897715-Windows-2000-XP-x86-enu.exe /passive /n /norestart'>
+
  <install cmd='%PACKAGES%\updates\ie6sp1\oe6.0sp1-KB897715-Windows-2000-XP-x86-enu.exe /passive /n /norestart'>
 
  <exit code="1603" />
 
  <exit code="1603" />
 
  <exit code="194" reboot="true" />
 
  <exit code="194" reboot="true" />
 
  </install>
 
  </install>
  <install cmd='\\server\share\updates\ie6sp1\IE6.0sp1-KB896727-Windows-2000-XP-x86-enu.exe /passive /n /norestart'>
+
  <install cmd='%PACKAGES%\updates\ie6sp1\IE6.0sp1-KB896727-Windows-2000-XP-x86-enu.exe /passive /n /norestart'>
 
  <exit code="194" reboot="true" />
 
  <exit code="194" reboot="true" />
 
  <exit code="1603" />
 
  <exit code="1603" />

Revision as of 15:01, 2 September 2006

This is a silent installer for Internet Explorer 6.

<package id="ie6" name="Internet Explorer 6" version="1" priority="12" >
<check type="file" condition="versiongreaterorequal" path="%ProgramFiles%\Internet Explorer\iexplore.exe" value="6.0.0.0"/>
<check type="file" condition="versiongreaterorequal" path="%WINDIR%\System32\vbscript.dll" value="5.6.0.7426" />
<install cmd='%PACKAGES%\ie6sp1\enu\ie6setup.exe /q:a /r:n /c:"ie6wzd /q:a /r:n"' >
<exit code="194" reboot="true"/>
</install>
<install cmd='%PACKAGES%\updates\ie6sp1\vbs56nenu.exe /q /r:n'>
<exit code="3010" reboot="true"/>
<exit code="194" reboot="true" />
</install>
<install cmd='%PACKAGES%\updates\ie6sp1\Q318203_MSXML30_x86.exe /q:a /c:"dahotfix /q /n"'>
<exit code="194" reboot="true" />
<exit code="3010" reboot="true" />
</install>
<install cmd='%PACKAGES%\updates\ie6sp1\IE6.0sp1-KB887797-Windows-2000-XP-x86-enu.exe /passive /n /norestart'>
<exit code="1603" />
<exit code="194" reboot="true" />
</install>
<install cmd='%PACKAGES%\updates\ie6sp1\IE6.0sp1-KB889669-Windows-2000-XP-x86-enu.exe /passive /n /norestart'>
<exit code="1603" />
<exit code="194" reboot="true" />
</install>
<install cmd='%PACKAGES%\updates\ie6sp1\IE6.0sp1-KB890923-Windows-2000-XP-x86-enu.exe /passive /n /norestart'>
<exit code="194" reboot="true" />
<exit code="1603" />
</install>
<install cmd='%PACKAGES%\updates\ie6sp1\oe6.0sp1-KB897715-Windows-2000-XP-x86-enu.exe /passive /n /norestart'>
<exit code="1603" />
<exit code="194" reboot="true" />
</install>
<install cmd='%PACKAGES%\updates\ie6sp1\IE6.0sp1-KB896727-Windows-2000-XP-x86-enu.exe /passive /n /norestart'>
<exit code="194" reboot="true" />
<exit code="1603" />
</install>
</package>