Felipe Navarrete <[EMAIL PROTECTED]> writes: > Anybody know how to script hotfix 832483 without autoit. Please let > me know. Otherwise I guess I can write an autoit script for it. > Thanks,
Our update scripts install this automatically. For example: http://cvs.sourceforge.net/viewcvs.py/unattended/unattended/install/scripts/winxpsp1-updates.bat?rev=HEAD Includes this line: todo.pl ".reboot-on 194 %Z%\updates\common\%WINLANG%_q832483_mdac_x86.exe /q /c:\"dahotfix.exe /q /n\"" So this command is what you want: enu_q832483_mdac_x86.exe /q /c:"dahotfix.exe /q /n" Also, these switches are documented in the "Security Update Information -> Microsoft Data Access Components" section of the MS04-003 bulletin (http://www.microsoft.com/technet/security/bulletin/MS04-003.mspx). - Pat ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info
