jdgordon Posted September 11, 2003 Posted September 11, 2003 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?
gajotnt Posted September 11, 2003 Posted September 11, 2003 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
gamehead200 Posted September 11, 2003 Posted September 11, 2003 Very useful...So I guess it automatically does it for you?
b0r3d Posted September 11, 2003 Posted September 11, 2003 Could you please explain which hotfixes go in which folders?
gajotnt Posted September 11, 2003 Posted September 11, 2003 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.
RyanVM Posted September 11, 2003 Posted September 11, 2003 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
webmedic Posted September 11, 2003 Posted September 11, 2003 well were do you get it. I could try to slipstream it.
Aaron Posted September 11, 2003 Posted September 11, 2003 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
RyanVM Posted September 11, 2003 Posted September 11, 2003 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now