junale Posted September 9, 2003 Share Posted September 9, 2003 @ECHO OFFIF "%1"==":" GOTO %2CLSecho HOTFIX: Starting (version 1.0)echo.FOR %%i in (Type1\*.*) do call %0 : _InstType1 %%iFOR %%i in (Type2\*.*) do call %0 : _InstType2 %%igoto _end:_InstType1echo HOTFIX: Installation of Type1: %3%systemdrive%\hotfix\%3 /q /m /zgoto _eof:_InstType2echo HOTFIX: Installiere of Type2: %3%systemdrive%\hotfix\%3 /q:a /r:ngoto _eof:_endexit:_eofHi, i have written this neat handy batch. Just copy the batch to path-to your-burn-files\$OEM$\$1\INSTALL\HOTFIX.The HotFixes are categorized into two types: (correspond to the types described here:http://www.MSFN.org/unattended/xp/installhotfixes.htm). To see what type your hotfix is, just open the folder with the explorer and look which icon it has:Type One place in folder: path-to your-burn-files\$OEM$\$1\INSTALL\HOTFIX\TYPE1Type Two place in folder: path-to your-burn-files\$OEM$\$1\INSTALL\HOTFIX\TYPE2All you have to do is to copy the hotfixes in the right folger and burn the cd.Any ideas/remarks....p.s.picture are taken form url: http://www.MSFN.org/unattended/images hope that's ok. Link to comment Share on other sites More sharing options...
webmedic Posted September 9, 2003 Share Posted September 9, 2003 hm interesting close to waht i was using before I slipstreamed the hotfixes into my install so that this was not needed.here is my older versionCLS@echo offcmdow @ /hidECHO 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.EXITNow the one in hotfixes3 is the mdac hotfix Link to comment Share on other sites More sharing options...
Spheris Posted September 9, 2003 Share Posted September 9, 2003 Okay, Ill biteMaybe I read that wrong butMedic, where is the slipstream? Link to comment Share on other sites More sharing options...
webmedic Posted September 9, 2003 Share Posted September 9, 2003 oh my you have not seen the thread yet. I cant believe it. Ok herehttp://board.MSFN.org/index.php?showtopic=8363in retrospect I should have named the thread better but hey it works. Link to comment Share on other sites More sharing options...
ceez Posted September 9, 2003 Share Posted September 9, 2003 junale/webmedicso what does this exactly do?instead of having one line of code in each .cmd|.bat file for each downloaded hotfix, you simply type in the above codes, save as hotfix.cmd/.bat and it will install all the downloaded hotfixes depending on their type?Type One place in folder: path-to your-burn-files\$OEM$\$1\INSTALL\HOTFIX\TYPE1Type Two place in folder: path-to your-burn-files\$OEM$\$1\INSTALL\HOTFIX\TYPE2how the hell do you guys know so much about all this switches and command line junk?!?!? Link to comment Share on other sites More sharing options...
Spheris Posted September 9, 2003 Share Posted September 9, 2003 Interesting take on slipstreaming the filesDefinitely inventive and not far from some of the custom builds being done here.But I am confused as to which one of them actually is working. Seems not to be entirely stable depending on the user of script? Link to comment Share on other sites More sharing options...
webmedic Posted September 9, 2003 Share Posted September 9, 2003 in a word yes. It's a hotfix autoinstaller more or less. But the slipstream method on the link above is better.there are still a few hotfixes that need to be done this way but not many. Link to comment Share on other sites More sharing options...
webmedic Posted September 9, 2003 Share Posted September 9, 2003 @sepheris well the one listed here on this thread does work fine for a normal install of hotfixes after login and all. The other method well all I can say is it works and I'm not sure why some users have issues. It may be that i use windows xp pro and not home. It may also be that I slipstream my own sp1 and that I did not purchase it with sp1 already slipstreamed. It may also be that I use sp1a and not sp1.There are a few reasons why it could be but it does indeed work or else I would not be able to show screenshots of the install like I'm about to do.I've got some more inf install routines worked out and the install goes quite nicely. Especially since I dont have to fudge the installer into taking the hacked uxtheme.dll anymore. Man that was a pain to get going it did work but it was a pain. Link to comment Share on other sites More sharing options...
Spheris Posted September 9, 2003 Share Posted September 9, 2003 Yours seems to the the closer of the two on this threadI'm still not quite following why there are so many variations on this when an established method exists that is supported.Again, I am impressed. very fine script work. Link to comment Share on other sites More sharing options...
ceez Posted September 9, 2003 Share Posted September 9, 2003 what are you talking about slipstream...the only slipstream i know is sp's for OS and Office Link to comment Share on other sites More sharing options...
webmedic Posted September 9, 2003 Share Posted September 9, 2003 exactly that is what the slipstream version is for that is the correct way to do it. Link to comment Share on other sites More sharing options...
webmedic Posted September 9, 2003 Share Posted September 9, 2003 what are you talking about slipstream...the only slipstream i know is sp's for OS and Office http://board.MSFN.org/index.php?showtopic=8363 Link to comment Share on other sites More sharing options...
Spheris Posted September 9, 2003 Share Posted September 9, 2003 Not quite correct medic, but a good alternate.And only because if you had to go to support with it, they'd probably scratch their head and hand the phone to one of us. Personally, I think its relative - the MS approved versus what can be home brewedif it works it works . Again, thank you for taking the time to show me your work. Link to comment Share on other sites More sharing options...
webmedic Posted September 9, 2003 Share Posted September 9, 2003 were is it wrong from what I have found it is correct. It even does what you have listed before on how to do it. It is just more automatic is all. Link to comment Share on other sites More sharing options...
Spheris Posted September 9, 2003 Share Posted September 9, 2003 Absolutely agree with you there.Even the OPK method comes up short on some key pointsand you compensated for them.Personally if I had my way I'd recommend some of these ideas at work. But I think I'd rather not have the forum turn into a brawl between ms developers and the engineers/admins/hobbyists. You guys are doing some truly inventive stuff. Link to comment Share on other sites More sharing options...
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