September 11, 200322 yr gdaysome1 made the patch to install all the hotfixes in folders without having to go through and change lines whenever patches are updated... can some1 post the script here plz?
September 11, 200322 yr i use this oneCLS@echo offECHO Installing All Pre-SP2 Hotfixes...ECHO Please Wait...CD "%systemdrive%\install\Hotfixes1for %%i in (*.exe) do start /wait %%i -u -f -o -z -q -mECHO Done.ECHO Installing All Pre-SP2 Cumulative patches...ECHO Please Wait...CD "%systemdrive%\install\Hotfixes2for %%i in (*.exe) do start /wait %%i /Q:A /R:NECHO Done.ECHO Installing All Pre-SP2 Extra patches...ECHO Please Wait...CD "%systemdrive%\install\Hotfixes3for %%i in (*.exe) do start /wait %%i /C:"dahotfix /q /n" /QECHO Done.EXIThttp://board.MSFN.org/index.php?showtopic=8363
September 11, 200322 yr I have it setup with 3 different hot fix directories the old style go in Hotfixes1. The new style with the colored icons go into Hotfixes2 and last but not least the last hotfix for mdac goes into hotfixes3.
September 11, 200322 yr I personally use MDAC 2.8 rather than 2.7SP1. If you do that, just use "dasetup.exe" instead of "dahotfix.exe". MDAC 2.8 isn't affected by that last security hole and WindowsUpdate doesn't mind it being installed
September 11, 200322 yr Either MS were a bit slow, MDAC 8 was released before the hotfix was released (16 days apart) but it seems to be ok to install according to its version number. Here's the links:MDAC 2.8MS03-033 Patch for MDAC 2.5, 2.6 and 2.7
September 11, 200322 yr well were do you get it. I could try to slipstream it.AaronXP beat me to it And yes, it slipstreams fine. Just follow the directions I gave you.
Create an account or sign in to comment