Difference between revisions of "KB891861"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
Line 5: Line 5:
  
 
<check type="file" condition="versionrgeaterorequal" path="%Windir%\System32\ole.dll" value="5.0.2195.6769" />
 
<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'>
+
<install cmd='%SOFTWARE%\hotfixes\win2ksp4\Windows2000-KB891861-v2-x86-enu.EXE /passive /n /norestart'>
 
<exit code="194" reboot="true" />
 
<exit code="194" reboot="true" />
 
<exit code="3010" reboot="true" />
 
<exit code="3010" reboot="true" />

Revision as of 11:50, 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='%SOFTWARE%\hotfixes\win2ksp4\Windows2000-KB891861-v2-x86-enu.EXE /passive /n /norestart'>
<exit code="194" reboot="true" />
<exit code="3010" reboot="true" />
</install>
</package>