Jump to content

How to do raid drivers and hotfixes correctly.


Recommended Posts

Posted
At any rate I could easily add some commands to clean it up nice and tidy. Thanks I had not looked at it.

Your script is fine: this stuff should just be included with any other house-keeping scripts that are running near the end of the install. I know, they tend to leave a lot of tid-bits hanging around ... but not on my watch!


Posted
At any rate I could easily add some commands to clean it up nice and tidy. Thanks I had not looked at it.

Your script is fine: this stuff should just be included with any other house-keeping scripts that are running near the end of the install. I know, they tend to leave a lot of tid-bits hanging around ... but not on my watch!

Right that was were I was thinking of adding them. Also did you nitice any side affects to deleting these files? Do you do it by hand? or do you have a script that does it alread? Also if it is a script is it automatic in that you dont need to add each new hotfix?

Posted

I have always the same error. What's wrong? Could you help me, please?

error2.jpg

I have added only hotfixes in folder 1.

[Version]Signature="$Windows NT$"

MajorVersion=5

MinorVersion=1

BuildNumber=2600

[setupData]

CatalogSubDir="\i386\svcpack"

[setupHotfixesToRun]

KB817778.exe /n /q /u /z

KB821253.exe /n /q /u /z

KB821557.exe /n /q /u /z

KB823559.exe /n /q /u /z

KB823980.exe /n /q /u /z

KB824105.exe /n /q /u /z

Q322011.exe /n /q /u /z

Q323183.exe /n /q /u /z

Q323255.exe /n /q /u /z

Q327979.exe /n /q /u /z

Q328310.exe /n /q /u /z

Q329048.exe /n /q /u /z

Q329115.exe /n /q /u /z

Q329170.exe /n /q /u /z

Q329256.exe /n /q /u /z

Q329390.exe /n /q /u /z

Q329441.exe /n /q /u /z

Q329604.exe /n /q /u /z

Q329623.exe /n /q /u /z

Q329692.exe /n /q /u /z

Q329834.exe /n /q /u /z

Q331320.exe /n /q /u /z

Q331913.exe /n /q /u /z

Q331958.exe /n /q /u /z

Q810032.exe /n /q /u /z

Q810272.exe /n /q /u /z

Q810400.exe /n /q /u /z

Q810565.exe /n /q /u /z

Q810577.exe /n /q /u /z

Q810833.exe /n /q /u /z

Q811114.exe /n /q /u /z

Q811493.exe /n /q /u /z

Q811630.exe /n /q /u /z

Q812415.exe /n /q /u /z

Q814033.exe /n /q /u /z

Q814995.exe /n /q /u /z

Q815021.exe /n /q /u /z

Q817606.exe /n /q /u /z

[ProductCatalogsToInstall]

kb815021.cat

kb817778.cat

kb821253.cat

kb821557.cat

kb823559.cat

kb823980.cat

kb824105.cat

q322011.cat

q323183.cat

q323255.cat

q327979.cat

q328310.cat

q329048.cat

q329115.cat

q329170.cat

q329256.cat

q329390.cat

q329441.cat

q329604.cat

q329623.cat

q329692.cat

q329834.cat

q331320.cat

q331913.cat

q331958.cat

q810032.cat

q810272.cat

q810400.cat

q810565.cat

q810577.cat

q810833.cat

q811114.cat

q811493.cat

q811630.cat

q812415.cat

q814033.cat

q814995.cat

q815021.cat

q817606.cat

Posted

Sorry for the image, anyway in the screen error I have "Invalid program arguments were specified" and then there is a list of the command line switches, /l, /z, /n,....

Posted

ah ok that is what I was thinking. You need to make sure and seperate them into the proper directories. I explain this in the begining of this thread.

Posted

Regarding the left-over .log and .tmp files: Till now, I have just manually deleted everything that looked superfluous, and that includes any text or temp files that were not "system locked" in C:\Windows\. Never had a problem. But I did just add the command to delete all logs (%SYSTEMROOT%\*.log) and temp (%SYSTEMROOT%\*.tmp). Except for SchedLgU.txt, which is locked, I've never kept any of them very long.

Posted

Igor: Did your error image/window have "Windows Setup Error" as a title for the pop-up box? And at which point does it occur? I have a similar problem with hotfix Q817778. Could be related...

Posted
Regarding the left-over .log and .tmp files: Till now, I have just manually deleted everything that looked superfluous, and that includes any text or temp files that were not "system locked" in C:\Windows\. Never had a problem. But I did just add the command to delete all logs (%SYSTEMROOT%\*.log) and temp (%SYSTEMROOT%\*.tmp). Except for SchedLgU.txt, which is locked, I've never kept any of them very long.

do you delete all the $###########$ folders also?

Posted

If you mean all the $NTUninstall????????$, I used to, as well as the uninstall entries in the registry. No need to now: with the "no uninstall" switch (/n ?) neither those folders nor the reg. entries should be created.

On the other hand, I think the problem Igor is having is not what you think. He says it happens near the end of setup, and I assume he means XP setup, and not the CD preperation. I have the same error everytime I try to install the update KB817778. The give-away is the windows title: Windows Setup Error. It is either the program itself (KB817778.exe) or, more likely, the update.exe that is contained in the hotfix. I've tried to install it with many different switches, and always come up with an error, unless I install directly from Windows Update. Furthermore, though there in a "no uninstall" switch, it refuses to install without leaving its uninstall routines/reg. entries. And even though it generates an error, the setup appears successful, though I have not tested the MS P2P stuff. I am surprised that no one else has trouble with this update. For the moment, I just put it on the back burner, as it is not critical. The most anoying part, is that the error messaeg says unsupported switch and gives a list of valid switches. Of course, the switches used were all in the list ... Go figure

Posted

Yes Isee there were afew for me also that can not be slipstreamed like this. For instance if that is hte hotfix for windows media player 9 well of course it has to be installed first before you can install a hot fix for it. so it will have to be installed after you get into windows and after wmp9 is installed.

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