Difference between revisions of "KB905414"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (New page: This is a silent installer for KB905414. <pre> <package id="kb9054142k" name="KB905414 for Windows 2000"> <!-- Security Update for Windows 2000 (KB905414) --> <check type="file" conditio...)
 
m
 
Line 1: Line 1:
This is a silent installer for KB905414.
+
This is a silent installer for KB905414 for Windows 2000:
  
 
<pre>
 
<pre>
Line 9: Line 9:
 
<exit code="194" reboot="true" />
 
<exit code="194" reboot="true" />
 
<exit code="1603" />
 
<exit code="1603" />
 +
<exit code="3010" reboot="true" />
 +
</install>
 +
</package>
 +
</pre>
 +
 +
 +
This is a silent installer for KB905414 for Windows XP:
 +
 +
<pre>
 +
<package id="kb905414xp" name="KB905414 for Windows XP">
 +
 +
<!-- Security Update for Windows XP (KB905414) -->
 +
<check type="file" condition="versiongreaterorequal" path="%Windir%\system32\Netman.dll" value="5.1.2600.2743" />
 +
<install cmd='%SOFTWARE%\hotfixes\winxpsp2\WindowsXP-KB905414-x86-ENU.exe /passive /n /norestart'>
 +
<exit code="194" reboot="true" />
 
<exit code="3010" reboot="true" />
 
<exit code="3010" reboot="true" />
 
</install>
 
</install>

Latest revision as of 14:46, 2 February 2008

This is a silent installer for KB905414 for Windows 2000:

<package id="kb9054142k" name="KB905414 for Windows 2000">

<!-- Security Update for Windows 2000 (KB905414) -->
<check type="file" condition="versiongreaterorequal" path="%Windir%\system32\netman.dll" value="5.0.2195.7061" />
<install cmd='%SOFTWARE%\hotfixes\win2ksp4\Windows2000-KB905414-x86-enu.EXE /passive /n /norestart'>
<exit code="194" reboot="true" />
<exit code="1603" />
<exit code="3010" reboot="true" />
</install>
</package> 


This is a silent installer for KB905414 for Windows XP:

<package id="kb905414xp" name="KB905414 for Windows XP">

<!-- Security Update for Windows XP (KB905414) -->
<check type="file" condition="versiongreaterorequal" path="%Windir%\system32\Netman.dll" value="5.1.2600.2743" />
<install cmd='%SOFTWARE%\hotfixes\winxpsp2\WindowsXP-KB905414-x86-ENU.exe /passive /n /norestart'>
<exit code="194" reboot="true" />
<exit code="3010" reboot="true" />
</install>
</package>