MSFN Forum: How To Generate .cat File - MSFN Forum

Jump to content



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

How To Generate .cat File for KBxxxxxx.exe files in svcpak folder Rate Topic: -----

#1 User is offline   lolocite 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 17-February 04

  Posted 15 February 2005 - 06:50 AM

Please, help me figure this out ?
I've searched the forum and google but I didn't manage to find how to genereate those .cat files.
Can someone help me ?


#2 User is offline   Acheron 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 915
  • Joined: 28-June 04

Posted 15 February 2005 - 07:08 AM

You can create Microsoft Catalog files by compiling code in VS.NET 2003 with some add-ons. Why would you need a catalog file?

#3 User is offline   lolocite 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 17-February 04

Posted 15 February 2005 - 07:18 AM

I've read in other posts that you have to put kbxxxxxx.cat file in svcpack folder and this code in svcpack.inf.

[ProductCatalogsToInstall]
KB887742.cat

Is it really necessary ?

btw I'm french and I'm searching for a dotnetfx with all sp1 and patch included package in Fr. If someone has a link ?

Thanx for your help.

#4 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 15 February 2005 - 07:21 AM

i think theres a a file made by astalavista or simonsays that works with french, search & see :P

#5 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 15 February 2005 - 07:36 AM

extract the hotfix file, and it should be in there.

Hotfix.exe /x

Usually works.

#6 User is offline   lolocite 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 17-February 04

Posted 15 February 2005 - 07:56 AM

Thx a lot Alanoll ;)

#7 User is offline   SwedenXP 

  • Member
  • PipPip
  • Group: Members
  • Posts: 226
  • Joined: 28-September 03

Posted 15 February 2005 - 09:02 AM

Gentlemen - what good does the .cat entry under [ProductCatalogsToInstall]
do? :huh:

I get my unattended XPProSP2 + all updates to work anyway... :whistle:

Suggestions please.

/ SwedenXP B)

#8 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 15 February 2005 - 09:53 AM

SwedenXP, on Feb 15 2005, 09:02 AM, said:

Gentlemen - what good does the .cat entry under [ProductCatalogsToInstall]
do?  :huh:

I get my unattended XPProSP2 + all updates to work anyway...  :whistle:

Suggestions please.

/ SwedenXP  B)
<{POST_SNAPBACK}>

It allows WFP to recognize that they're infact digitally signed and not consider them modifed and need replacement :)

#9 User is offline   SwedenXP 

  • Member
  • PipPip
  • Group: Members
  • Posts: 226
  • Joined: 28-September 03

Posted 15 February 2005 - 10:00 AM

Yeah, I can acccept that.

But the .cat file seems to be generated anyway into a catalog ie. C:\WINDOWS\$hf_mig$\KB834707\update.

In there I find the KB834707.CAT. And so on for every update I have done via my svcpack.inf

/ SwedenXP slightly :blink:

#10 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 15 February 2005 - 10:05 AM

SwedenXP, on Feb 15 2005, 10:00 AM, said:

Yeah, I can acccept that.

But the .cat file seems to be generated anyway into a catalog ie. C:\WINDOWS\$hf_mig$\KB834707\update.

In there I find the KB834707.CAT. And so on for every update I have done via my svcpack.inf

/ SwedenXP slightly  :blink:
<{POST_SNAPBACK}>

Check DLLCACHE i believe. Or simply do a search for *.CAT in the WIndows directory, you should find them elseware.

#11 User is offline   SwedenXP 

  • Member
  • PipPip
  • Group: Members
  • Posts: 226
  • Joined: 28-September 03

Posted 15 February 2005 - 10:10 AM

I find them where I wrote... And thats the point.

If I find them, "auto-generated", why do I have to generete them myself and add them to my svcpack.inf under [ProductCatalogsToInstall]? As mentioned in the original first post and some answers...

/ SwedenXP, still :blink:

#12 User is offline   RyanVM 

  • Like a big surly teddy bear.
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,661
  • Joined: 31-August 03

Posted 15 February 2005 - 10:20 AM

Why would you think you have to generate them yourself? Use the ones the come with the hotfix.

And if you're installing the hotfix with the EXE, it's not necessary to put the CAT file in svcpack.inf. The only reason it's needed is when you're replacing the file on the CD. Otherwise, the hotfix EXE will take care of installing the CAT file.

And Windows stores the installed CAT files in this directory:
C:\WINDOWS\system32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}

#13 User is offline   SwedenXP 

  • Member
  • PipPip
  • Group: Members
  • Posts: 226
  • Joined: 28-September 03

Posted 15 February 2005 - 10:28 AM

@RyanVM, Thank You very much for that clarification!

/ SwedenXP :thumbup

Hope You understand why the beginning of this thread confused me...

#14 User is offline   lolocite 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 17-February 04

Posted 16 February 2005 - 07:34 AM

Thanks a lot for all these info.
I thought the .cat files were needed. In fact no ;) because I use the exe to set up the hotfix.

RyanVM, great work for your MSN Files ;)
Do you have a pack like your DotnetFX silent but in French please ? Or do you know a link to download it ? Thx.

#15 User is offline   hfrfc 

  • Junior
  • Pip
  • Group: Members
  • Posts: 56
  • Joined: 04-February 05

Posted 16 February 2005 - 07:53 AM

http://www.msfn.org/...showtopic=38681

#16 User is offline   lolocite 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 17-February 04

Posted 19 February 2005 - 10:11 AM

Thx again ;) Merci

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