Difference between revisions of "KB891861"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (New page: <pre> <package id="kb8918612k" name="KB891861 for Windows 2000" > <check type="file" condition="versionrgeaterorequal" path="%Windir%\System32\ole.dll" value="5.0.2195.6769" /> <install c...)
 
m
Line 1: Line 1:
 +
Silent installers for KB891861.
 +
 
<pre>
 
<pre>
 
<package id="kb8918612k" name="KB891861 for Windows 2000" >
 
<package id="kb8918612k" name="KB891861 for Windows 2000" >

Revision as of 11:47, 2 February 2008

Silent installers for KB891861.

<package id="kb8918612k" name="KB891861 for Windows 2000" >

<check type="file" condition="versionrgeaterorequal" path="%Windir%\System32\ole.dll" value="5.0.2195.6769" />
<install cmd='\\server\share\updates\win2ksp4\Windows2000-KB891861-v2-x86-enu.EXE /passive /n /norestart'>
<exit code="194" reboot="true" />
<exit code="3010" reboot="true" />
</install>
</package>