vurkonis Posted February 19, 2008 Posted February 19, 2008 Greetings all,I'm trying to install these hotfixes via svcpack.inf method. After a full unattended installon the PC, manually I install MS Baseline Analyser to determine which hotfixes are installed.The hotfixes with the switches, /Q /O /N /Z, are the previous entries in the svcpack.inf file. Currently, these hotfixes install fine, like KB901190.exe /Q /O /N /Z and KB923789.exe /Q:A /R:N.The problem lies with the new entries in my file, the hotfixes with the switches, /Q /N /Z /Q /passive /norestart /quietAt present these hotfixes do not install at all. As an example, KB928255.exe /Q /N /Z, and KB928843.exe /passive /norestart /quiet as well as KB941569.exe /Q /N /Z do not install at all.For the problematic hotfixes, I used the switches as displayed on:http://www.msfn.org/board/HOTFIXES-Win2000...SP2-t86450.htmlI cant see where my error is. The hotfixes have been named properly and are all present and accounted for in the I386\SVCPACK folder.Are the switches for the newer entries, case-sensitive at all?If not, please assist me as to where my error lies.Content of svcpack.inf file is listed below.Any threats, flames are welcome as well. Thanks in advance.Vurkonis;Windows XP[Version] Signature="$Windows NT$"MajorVersion=5MinorVersion=1BuildNumber=2600[setupData]CatalogSubDir="\i386\SVCPACK"[ProductCatalogsToInstall][setupHotfixesToRun]KB873339.exe /Q /O /N /ZKB885835.exe /Q /O /N /ZKB885836.exe /Q /O /N /ZKB887472.exe /Q /O /N /ZKB888302.exe /Q /O /N /ZKB890830.exe /QKB890859.exe /Q /O /N /ZKB891781.exe /Q /O /N /ZKB893756.exe /Q /O /N /ZKB893803.exe /Q /O /N /ZKB896358.exe /Q /O /N /ZKB896423.exe /Q /O /N /ZKB896424.exe /Q /O /N /ZKB896428.exe /Q /O /N /ZKB899587.exe /Q /O /N /ZKB899591.exe /Q /O /N /ZKB900725.exe /Q /O /N /ZKB901017.exe /Q /O /N /ZKB901190.exe /Q /O /N /ZKB901214.exe /Q /O /N /ZKB902400.exe /Q /O /N /ZKB904706.exe /Q /O /N /ZKB904706.exe /Q /O /N /ZKB905414.exe /Q /O /N /ZKB905749.exe /Q /O /N /ZKB908519.exe /Q /O /N /ZKB908531.exe /Q /O /N /ZKB911280.exe /Q /O /N /ZKB911562.exe /Q /O /N /ZKB911564.exe /Q /O /N /ZKB911567.exe /Q /O /N /ZKB911927.exe /Q /O /N /ZKB912919.exe /Q /O /N /ZKB913580.exe /Q /O /N /ZKB914388.exe /Q /O /N /ZKB914389.exe /Q /O /N /ZKB917344.exe /Q /O /N /ZKB917422.exe /Q /O /N /ZKB917734.exe /Q /O /N /ZKB917953.exe /Q /O /N /ZKB918118.exe /Q /N /ZKB918439.exe /Q /O /N /ZKB919007.exe /Q /O /N /ZKB920213.exe /Q /O /N /ZKB920214.exe /Q /O /N /ZKB920670.exe /Q /O /N /ZKB920683.exe /Q /O /N /ZKB920685.exe /Q /O /N /ZKB921398.exe /Q /O /N /ZKB921503.exe /Q /N /ZKB922616.exe /Q /O /N /ZKB922760.exe /Q /O /N /ZKB922819.exe /Q /O /N /ZKB923191.exe /Q /O /N /ZKB923414.exe /Q /O /N /ZKB923689.exe /Q /O /N /ZKB923694.exe /Q /O /N /ZKB923789.exe /Q:A /R:NKB923980.exe /Q /O /N /ZKB924191.exe /Q /O /N /ZKB924270.exe /Q /O /N /ZKB924496.exe /Q /O /N /ZKB924667.exe /Q /N /ZKB925398.exe /Q /O /N /ZKB925454.exe /Q /O /N /ZKB925486.exe /Q /O /N /ZKB925902.exe /Q /N /ZKB926255.exe /Q /O /N /ZKB926436.exe /Q /N /ZKB927779.exe /Q /N /ZKB927802.exe /Q /N /ZKB928255.exe /Q /N /ZKB928843.exe /passive /norestart /quietKB929123.exe /Q /N /ZKB930178.exe /Q /N /ZKB931261.exe /Q /N /ZKB931784.exe /Q /N /ZKB932168.exe /Q /N /ZKB933729.exe /Q /N /ZKB935839.exe /Q /N /ZKB935840.exe /Q /N /ZKB936021.exe /Q /N /ZKB937894.exe /Q /N /ZKB938127.exe /Q /N /ZKB938829.exe /Q /N /ZKB941202.exe /Q /N /ZKB941568.exe /Q /N /ZKB941569.exe /Q /N /ZKB941644.exe /Q /N /ZKB942615.exe /Q /N /ZKB942763.exe /Q /N /ZKB943460.exe /Q /N /ZKB943485.exe /Q /N /ZKB944653.exe /Q /N /Zqchain.exe
Buhric Posted February 19, 2008 Posted February 19, 2008 Well I took a look at my SVCPACK.INF and i do see that KB941569.EXE is there and I also noticed that all the switched are in lower case.I also saw that I have a .CAT under [ProductCatalogsToInstall] file for every Hotfix that is installedIn my case I did not modified the SVCPAK.INF file myself....I just did a /integrate for all the Hotfixesie. : KB941569.EXE /integrate:C:\WinXPSo I'm not sure if its becasue the switches are case sensitive, or because you need the .CAT files also
vurkonis Posted March 3, 2008 Author Posted March 3, 2008 Much thanks to Buhric for the advice, the integrate/ procedure seemed to work. It seems that there are some hotfixes like the ones below that should be slipstreamed using the /integrate switch: KB918118.exe KB921503.exe KB924667.exe KB925902.exe KB926436.exe KB927779.exe KB927802.exe KB928255.exe KB928843.exe KB929123.exe KB930178.exe KB931261.exe KB931784.exe KB932168.exe KB933729.exe KB935839.exe KB935840.exe KB936021.exe KB936782.exe KB937894.exe KB938127.exe KB938829.exe KB941202.exe KB941568.exe KB941569.exe KB941644.exe KB942615.exe KB943460.exe KB943485.exe KB944653.exeHotfixes before these ones, could be slipstreamed via SVCPACK.INF.However, this did not slipstream KB936782.exe. Not sure why though, but will try again, and post back.
TranceEnergy Posted August 28, 2008 Posted August 28, 2008 Some Kb's require some extra work.How to slipstream hotfixes that replace pre-existing driver filesNlite does this currently btw.
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