Difference between revisions of "KB832483"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (New page: This is a silent installer for KB832483. <pre> <package id="kb8324832k" name="KB832483 for Windows 2000"> <check type="file" condition="versiongreaterorequal" path="%windir%\system32\sql...)
(No difference)

Revision as of 11:48, 2 February 2008

This is a silent installer for KB832483.

<package id="kb8324832k" name="KB832483 for Windows 2000">

<check type="file" condition="versiongreaterorequal" path="%windir%\system32\sqlsrv32.dll" value="2000.85.1025.0" />
<install cmd='%PACKAGES%\common\enu_Q832483_MDAC_x86.EXE /q:a /c:"dahotfix.exe /q /n"' >
<exit code="194" reboot="true" />
<exit code="1603" />
<exit code="3010" reboot="true" />
</install>
</package>