Difference between revisions of "KB896423"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
 
Line 1: Line 1:
This is a silent installer for KB896423.
+
This is a silent installer for KB896423 for Windows 2000:
  
 
<pre>
 
<pre>
Line 13: Line 13:
 
</package>  
 
</package>  
 
</pre>
 
</pre>
 +
 +
This is a silent installer for KB896423 for Windows XP:
 +
 +
<pre>
 +
<package id="kb896423xp" name="KB896423 for Windows XP">
 +
 +
<!-- Security Update for Windows XP (KB896423) -->
 +
<!-- Microsoft Security Bulletin MS05-043 -->
 +
<check type="file" condition="versiongreaterorequal" path="%Windir%\System32\spoolsv.exe" value="5.1.2600.2696" />
 +
<install cmd='%SOFTWARE%\hotfixes\common\WindowsXP-KB896423-x86-ENU.exe /passive /n /norestart'>
 +
<exit code="194" reboot="true" />
 +
<exit code="3010" reboot="true" />
 +
</install>
 +
</package>
 +
</pre>
 +
  
 
[[Category:Silent installers for Windows Hotfixes]]
 
[[Category:Silent installers for Windows Hotfixes]]

Latest revision as of 14:27, 2 February 2008

This is a silent installer for KB896423 for Windows 2000:

<package id="kb8964232k" name="KB896423 for Windows 2000">

<!-- Security Update for Windows 2000 (KB896423) -->
<check type="file" condition="versiongreaterorequal" path="%windir%\system32\faxui.dll" value="0.2.0.2" />
<install cmd='%SOFTWARE%\hotfixes\win2ksp4\Windows2000-KB896423-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 KB896423 for Windows XP:

<package id="kb896423xp" name="KB896423 for Windows XP">

<!-- Security Update for Windows XP (KB896423) -->
<!-- Microsoft Security Bulletin MS05-043 -->
<check type="file" condition="versiongreaterorequal" path="%Windir%\System32\spoolsv.exe" value="5.1.2600.2696" />
<install cmd='%SOFTWARE%\hotfixes\common\WindowsXP-KB896423-x86-ENU.exe /passive /n /norestart'>
<exit code="194" reboot="true" />
<exit code="3010" reboot="true" />
</install>
</package>