Jump to content

Recommended Posts

Posted

gday

some1 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?


Posted

i use this one

CLS
@echo off
ECHO Installing All Pre-SP2 Hotfixes...
ECHO Please Wait...
CD "%systemdrive%\install\Hotfixes1
for %%i in (*.exe) do start /wait %%i -u -f -o -z -q -m
ECHO Done.
ECHO Installing All Pre-SP2 Cumulative patches...
ECHO Please Wait...
CD "%systemdrive%\install\Hotfixes2
for %%i in (*.exe) do start /wait %%i /Q:A /R:N
ECHO Done.
ECHO Installing All Pre-SP2 Extra patches...
ECHO Please Wait...
CD "%systemdrive%\install\Hotfixes3
for %%i in (*.exe) do start /wait %%i /C:"dahotfix /q /n" /Q
ECHO Done.
EXIT

http://board.MSFN.org/index.php?showtopic=8363

Posted
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.
Posted

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 :)

Posted
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.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...