loggan26 Posted May 23, 2006 Posted May 23, 2006 Okay i have had a look around and i apologise now for my noobishness,,,,,,,,basically i cant get my hotfixes to install using the svcpack.inf method, i have followed the main guide and still it does not work....I was just wondering if you guys could have a look and maybe point out the obvious i am missing, thanks in advance....svcpack.inf;Windows XP[Version] Signature="Windows NT$"MajorVersion=5MinorVersion=1BuildNumber=2600[SetupData]CatalogSubDir="\i386\SVCPACK"[ProductCatalogsToInstall][SetupHotfixesToRun]KB873339.exe /Q /N /ZKB885250.exe /Q /N /ZKB885835.exe /Q /N /ZKB885836.exe /Q /N /ZKB886185.exe /Q /N /ZKB887742.exe /Q /N /ZKB888113.exe /Q /N /ZKB888302.exe /Q /N /ZKB890046.exe /Q /N /ZKB890859.exe /Q /N /ZKB891781.exe /Q /N /ZKB893756.exe /Q /N /ZKB893803.exe /Q /N /ZKB894391.exe /Q /N /ZKB896358.exe /Q /N /ZKB896422.exe /Q /N /ZKB896423.exe /Q /N /ZKB896424.exe /Q /N /ZKB896428.exe /Q /N /ZKB898461.exe /Q /N /ZKB899587.exe /Q /N /ZKB899589.exe /Q /N /ZKB899591.exe /Q /N /ZKB900485.exe /Q /N /ZKB900725.exe /Q /N /ZKB901017.exe /Q /N /ZKB901214.exe /Q /N /ZKB902400.exe /Q /N /ZKB904706.exe /Q /N /ZKB905414.exe /Q /N /ZKB905749.exe /Q /N /ZKB908519.exe /Q /N /ZKB908531.exe /Q /N /ZKB910437.exe /Q /N /ZKB911562.exe /Q /N /ZKB911564.exe /Q /N /ZKB911565.exe /Q /N /ZKB911567.exe /Q /N /ZKB911927.exe /Q /N /ZKB912812.exe /Q /N /ZKB912919.exe /Q /N /ZKB913446.exe /Q /N /ZKB918530.exe /Q /N /Zqchain.exeI have qchain.exe in with the rest of the hotfixes.. I have edited dosnet.inf with svcpack.Any insight into what i am doing wrong here........or am i gonna have to manualy install all of these argh Thanks again guys......Logan.
T D Posted May 23, 2006 Posted May 23, 2006 Why not use nLite or the post-SP2 "KBxxxx.exe /Integrate:%XPCD%" switch?
oioldman Posted May 23, 2006 Posted May 23, 2006 i have a file similar to yours, and it works.2 things to check:1. make sure you don't have a file called svcpack.in_ in your 1386 folder, also try this site for guidance: http://unattended.msfn.org/unattended.xp/view/web/24/2. i've neve done anything to dosnet.inf for this to work - maybe undo those changes and see how you get on
loggan26 Posted May 23, 2006 Author Posted May 23, 2006 (edited) Are you Integrating them using the MS method?I am trying to get them to install using the svcpack.inf method as described here SVCPACK.INF.Why not use nLite or the post-SP2 "KBxxxx.exe /Integrate:%XPCD%" switch?I have played with nlite and it does slip hotfixes fine BUT it edits the txtsetup which i dont wont it too along with some other stuff i dont like. Basically i needed a little more control over what was happening......the "KBxxxx.exe /Integrate:%XPCD%" switch looks interesting though it would probably be better run from a batch or something and do the whole lot.....This might be an option if i cant get the SVCPACK.INF method to work......any other tips help would be much appreciated, ta. i have a file similar to yours, and it works.2 things to check:1. make sure you don't have a file called svcpack.in_ in your 1386 folder, also try this site for guidance: http://unattended.msfn.org/unattended.xp/view/web/24/2. i've neve done anything to dosnet.inf for this to work - maybe undo those changes and see how you get onThanks for reply though that is the guide i have used and it does say in it to do the "DOSNET.INF" edit......I will try again without the dosnet.inf edit and see if it makes a difference.....any other help out there would be cool, i would love to get this sorted, just a simple way of integrating or installing these hotfixes......taEdit:- Okay i tried installing without the DOSNET.INF edit and its still the same no change, the hotfixes get skipped by at T13. Help!!!!!!!!!!!!!!!!! Edited May 24, 2006 by loggan26
fly Posted May 24, 2006 Posted May 24, 2006 (edited) I have played with nlite and it does slip hotfixes fine BUT it edits the txtsetup which i dont wont it too along with some other stuff i dont like. Basically i needed a little more control over what was happening......the "KBxxxx.exe /Integrate:%XPCD%" switch looks interesting though it would probably be better run from a batch or something and do the whole lot.....This might be an option if i cant get the SVCPACK.INF method to work......any other tips help would be much appreciated, ta. That's how I do it.@echo offclsecho Mapping drive...net use t: %~dp0..echo.:: Loop through all .exesfor %%a in ("T:\updates\exe\*.exe") do ( echo Integrating %%~na call "%%~a" /integrate:t: /passive if not errorlevel 1 ( ren %%~a %%~nxa.done ) else ( echo. echo ERROR installing %%~na echo. ))echo.echo Unmapping drive...net use t: /deleteecho.echo Updates complete, take note of any possible errors above.pauseedit: However, RyanVM's Integrator is better, since the hotfixes are already installed that way. Saves time during the install... Edited May 24, 2006 by fly
The_Dude_1978 Posted October 20, 2006 Posted October 20, 2006 Hi There,If you don't mind me saying, is'nt the switch supposed to be /Q /O /N /Z ?I got the hotfixes off the site where they put the win2000, winxp and win2003 server. And that's were it went wrong with me too. I'm just figuring out howecome the wininstaller 3.1 bugs my sequence of hotfixes to install.
Ctrl-X Posted October 20, 2006 Posted October 20, 2006 ;Windows XP[Version] Signature="Windows NT$"The Signature line should read "$Windows NT$".
Takeshi Posted October 21, 2006 Posted October 21, 2006 Hi There,If you don't mind me saying, is'nt the switch supposed to be /Q /O /N /Z ?The /O doesn't matter to the actual installation outcome.In any case these are old switches which have long been superseded by a new set. For the time being you can still use the old ones. Old habits stick, like qchain.
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