MSFN Forum: Help with svcpack.inf - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Help with svcpack.inf Rate Topic: -----

#1 User is offline   loggan26 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 31-March 06

Posted 22 May 2006 - 10:51 PM

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=5
MinorVersion=1
BuildNumber=2600

[SetupData]
CatalogSubDir="\i386\SVCPACK"

[ProductCatalogsToInstall]

[SetupHotfixesToRun]
KB873339.exe /Q /N /Z
KB885250.exe /Q /N /Z
KB885835.exe /Q /N /Z
KB885836.exe /Q /N /Z
KB886185.exe /Q /N /Z
KB887742.exe /Q /N /Z
KB888113.exe /Q /N /Z
KB888302.exe /Q /N /Z
KB890046.exe /Q /N /Z
KB890859.exe /Q /N /Z
KB891781.exe /Q /N /Z
KB893756.exe /Q /N /Z
KB893803.exe /Q /N /Z
KB894391.exe /Q /N /Z
KB896358.exe /Q /N /Z
KB896422.exe /Q /N /Z
KB896423.exe /Q /N /Z
KB896424.exe /Q /N /Z
KB896428.exe /Q /N /Z
KB898461.exe /Q /N /Z
KB899587.exe /Q /N /Z
KB899589.exe /Q /N /Z
KB899591.exe /Q /N /Z
KB900485.exe /Q /N /Z
KB900725.exe /Q /N /Z
KB901017.exe /Q /N /Z
KB901214.exe /Q /N /Z
KB902400.exe /Q /N /Z
KB904706.exe /Q /N /Z
KB905414.exe /Q /N /Z
KB905749.exe /Q /N /Z
KB908519.exe /Q /N /Z
KB908531.exe /Q /N /Z
KB910437.exe /Q /N /Z
KB911562.exe /Q /N /Z
KB911564.exe /Q /N /Z
KB911565.exe /Q /N /Z
KB911567.exe /Q /N /Z
KB911927.exe /Q /N /Z
KB912812.exe /Q /N /Z
KB912919.exe /Q /N /Z
KB913446.exe /Q /N /Z
KB918530.exe /Q /N /Z
qchain.exe


I 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 :angry:

Thanks again guys......

Logan.


#2 User is offline   OrcoXP 

  • Member
  • PipPip
  • Group: Members
  • Posts: 148
  • Joined: 03-July 03

Posted 22 May 2006 - 11:32 PM

Are you Integrating them using the MS method?

#3 User is offline   T D 

  • Go MSFN!
  • PipPipPipPipPip
  • Group: Members
  • Posts: 940
  • Joined: 05-April 06

Posted 23 May 2006 - 12:35 PM

Why not use nLite or the post-SP2 "KBxxxx.exe /Integrate:%XPCD%" switch?

#4 User is offline   oioldman 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 967
  • Joined: 16-April 04
  • OS:Windows 7 x64

Posted 23 May 2006 - 02:14 PM

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

#5 User is offline   loggan26 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 31-March 06

Posted 23 May 2006 - 05:33 PM

View PostOrcoXP, on May 23 2006, 05:32 AM, said:

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.


View PostT D, on May 23 2006, 06:35 PM, said:

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



View Postoioldman, on May 23 2006, 08:14 PM, said:

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



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


Edit:- Okay i tried installing without the DOSNET.INF edit and its still the same no change, the hotfixes get skipped by at T13. Help!!!!!!!!!!!!!!!!!

This post has been edited by loggan26: 23 May 2006 - 06:03 PM


#6 User is offline   fly 

  • Member
  • PipPip
  • Group: Members
  • Posts: 177
  • Joined: 21-December 04

Posted 24 May 2006 - 07:47 AM

View Postloggan26, on May 23 2006, 07:33 PM, said:

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 off
cls
echo Mapping drive...
net use t: %~dp0..
echo.

:: Loop through all .exes
for %%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: /delete
echo.
echo Updates complete, take note of any possible errors above.
pause


edit: However, RyanVM's Integrator is better, since the hotfixes are already installed that way. Saves time during the install...

This post has been edited by fly: 24 May 2006 - 08:58 AM


#7 User is offline   The_Dude_1978 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 13-October 06

Posted 20 October 2006 - 03:22 AM

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.

#8 User is offline   Ctrl-X 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 444
  • Joined: 29-August 06

Posted 20 October 2006 - 04:01 AM

View Postloggan26, on May 23 2006, 05:51 AM, said:

;Windows XP
[Version] 
Signature="Windows NT$"

The Signature line should read "$Windows NT$".

#9 User is offline   Takeshi 

  • Legitchecking...
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,107
  • Joined: 09-September 04

Posted 20 October 2006 - 07:25 PM

View PostThe_Dude_1978, on Oct 20 2006, 04:22 AM, said:

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.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy