allie Posted July 21, 2004 Posted July 21, 2004 Does anyone know how to slibstream hotfixes in windows 2003?when i use the same format for the svcpack.inf as for XP sp1 it won't work.i think it has something to do with the version in the header of svcpack.inffor XP sp1 it should be:[Version] Signature="$Windows NT$"MajorVersion=5MinorVersion=1BuildNumber=2600does anyone know what it should be for windows 2003 server?regards,Alfred
Aaron Posted July 21, 2004 Posted July 21, 2004 Its:[Version]Signature="$Windows NT$"MajorVersion=5MinorVersion=2BuildNumber=3790
prathapml Posted July 21, 2004 Posted July 21, 2004 Try [Version] Signature="$Windows NT$"MajorVersion=5MinorVersion=2BuildNumber=3790 That's the corresponding numbers for svr2k3. If it still gives problems, you know what to do (come back here with your query).Also, if this solved your requirement, do come back and tell us which solution solved your problem.EDIT: I guess it really is time for me to learn to type faster (see aaron's post above - he beat me to it by a few seconds).
allie Posted July 21, 2004 Author Posted July 21, 2004 This really was the trick, now it wordks "almost" fineduring installation there is 1 hotfix (i forgot the notice the number)that asks me to klick on ok.that is the only thing that it makes it not really unattended.
prathapml Posted July 22, 2004 Posted July 22, 2004 This really was the trick, now it works "almost" fineGood to hear that!As for that hotfix which is making it "attended", good luck to you - investigate the details and in no time, you'd have solved it.
allie Posted July 22, 2004 Author Posted July 22, 2004 I know now what the problem was.Ik was q832483.exethe switch i used was false it had to be /q:a /C:"dahotfix.exe /q /n" /q
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